예제 #1
0
파일: Folder.php 프로젝트: ajaboa/crmpuan
 public function setAttribute($name, $value, $format = false)
 {
     //so that path gets resolved again
     if ($name == 'parent_id') {
         $this->_path = null;
     }
     return parent::setAttribute($name, $value, $format);
 }
예제 #2
0
파일: Content.php 프로젝트: ajaboa/crmpuan
 public function setAttribute($name, $value, $format = false)
 {
     parent::setAttribute($name, $value, $format);
     //		 if($name=='parent_id' && !$this->loadingFromDatabase){
     //			 $this->_loadSlug();
     //		 }
 }