11 abstract class AclNode extends CActiveRecord{
18 if($this->isNewRecord){
20 $node = $this::model()->find(
'collection_id = :col_id AND id != :id',
21 array(
':col_id' => $this->collection_id,
':id' => $this->
id));
103 return $this->findAll($condition, $params);
115 return $this->findAll($condition, $params);
118 abstract public function __clone();