Example #1
0
 /**
  * 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();
 }