示例#1
0
 public function beforeSave()
 {
     $this->SchoolId = Easol_Authentication::userdata("SchoolId");
     parent::beforeSave();
 }
 public function __construct()
 {
     parent::__construct();
     self::$conf = $this;
 }