コード例 #1
0
 public function __construct(Adapter $adapter, $table = 'tbl_disposisi')
 {
     parent::__construct($adapter, $table);
     $this->resultSetPrototype = new HydratingResultSet(new ClassMethodHydrator(), new Disposisi());
 }
コード例 #2
0
ファイル: UserDbTable.php プロジェクト: vatoer/EOfficeZf2
 public function __construct(Adapter $adapter, $table = 'tbl_user')
 {
     parent::__construct($adapter, $table);
     //$this->resultSetPrototype = new HydratingResultSet(new ClassMethodsHydrator, new Berita);
 }
コード例 #3
0
 public function __construct(Adapter $adapter, $table = 'vw_naskah_dinas')
 {
     parent::__construct($adapter, $table);
 }
コード例 #4
0
 public function __construct(Adapter $adapter, $table = 'tbl_struktur_organisasi')
 {
     parent::__construct($adapter, $table);
     $this->resultSetPrototype = new HydratingResultSet(new ClassMethodsHydrator(), new StrukturOrganisasi());
 }
コード例 #5
0
ファイル: CommonDbQuery.php プロジェクト: vatoer/EOfficeZf2
 public function __construct(Adapter $adapter, $table = 'tbl_app_setting')
 {
     parent::__construct($adapter, $table);
     $this->resultSetPrototype = new HydratingResultSet(new ClassMethodsHydrator(), new Berita());
 }