【PHP】フレームワーク CakePHP 12ホール目【笑】
レス数が900を超えています。1000を超えると表示できなくなるよ。
0942nobodyさん
2011/11/05(土) 11:59:48.02ID:???まずモデル。
モデルの construction process は made lighterで、モデルの associations are now lazy loaded, applications with lots of models and associations will see great time reductions in the bootstrap processだよ。
で、 models won’t require a database connection in the construction process. The database will be accessed for the first time only when a find operation is issued or information for one of the columns is required
というわけ。
ビューは
View will now always have the last rendered content (view or layout) accessible through $this->output. In helpers you can use $this->_View->outputなの。
Modifying this property will change the content that comes out of the view renderingってことさ。
あと20レスぐらい使うけどいいかい?
レス数が900を超えています。1000を超えると表示できなくなるよ。