コード例 #1
0
 function init()
 {
     parent::init();
     $st_j = $this->join('composeemail.contact_id');
     // $st_j->addField('customer');
     // $st_j->addField('name');
 }
コード例 #2
0
ファイル: DispatchableItem.php プロジェクト: xepan/dispatch
 function init()
 {
     parent::init();
 }
コード例 #3
0
ファイル: Document.php プロジェクト: xepan/hr
 function init()
 {
     parent::init();
     $this->getElement('created_by_id')->defaultValue(@$this->app->employee->id);
     $this->getElement('updated_by_id')->defaultValue(@$this->app->employee->id);
 }