コード例 #1
0
ファイル: thumbnail.php プロジェクト: ForAEdesWeb/AEW3
 /**
  * Method to auto-populate the model state.
  *
  * Note. Calling getState in this method will result in recursion.
  *
  * @since    1.6
  */
 protected function populateState()
 {
     $this->setState('CCKEngine.enabled', false);
     parent::populateState();
 }