コード例 #1
0
ファイル: Mdl_Patterns.php プロジェクト: WangYinXing/ce-admin
 function __construct()
 {
     parent::__construct();
     $this->table = 'pattern';
 }
コード例 #2
0
ファイル: Mdl_Colors.php プロジェクト: WangYinXing/ce-admin
 function __construct()
 {
     parent::__construct();
     $this->table = 'color';
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'ingredient';
 }
コード例 #4
0
ファイル: Mdl_Accounts.php プロジェクト: WangYinXing/ce-admin
 function __construct()
 {
     parent::__construct();
     $this->table = 'account';
 }
コード例 #5
0
 function __construct()
 {
     parent::__construct();
     $this->table = 'ipray_tokens';
 }
コード例 #6
0
ファイル: Mdl_Leads.php プロジェクト: WangYinXing/ce-admin
 function __construct()
 {
     parent::__construct();
     $this->table = 'lead';
     $this->selectClause = "lead.id, person.firstname,person.lastname, person.company, leaddetail.email,\n\t\t\tleaddetail.besttimetocall, phone.number, phone.type, leaddetail.hearaboutus,\n\t\t\tleaddetail.howcanwehelp, address.address1, address.address2, address.city, address.state, address.zip,\n\t\t\tlead.added, lead.addedby, lead.changed, lead.changedby\n\t\t\t";
 }
コード例 #7
0
ファイル: Mdl_Systems.php プロジェクト: WangYinXing/ce-admin
 function __construct()
 {
     parent::__construct();
     $this->table = 'system';
 }
コード例 #8
0
ファイル: Mdl_Projects.php プロジェクト: WangYinXing/ce-admin
 function __construct()
 {
     parent::__construct();
     $this->table = 'project';
 }