コード例 #1
0
 public function __construct($id = null)
 {
     parent::__construct(new ServicesCategoryModel(), $id);
 }
コード例 #2
0
 public function __construct($id = null)
 {
     parent::__construct(new ClientAddressesModel(), $id);
 }
コード例 #3
0
 public function __construct($id = null)
 {
     parent::__construct(new VendorsModel(), $id);
 }
コード例 #4
0
ファイル: Row.php プロジェクト: jakubmalusevic/Zend-website1
 /**
  * Sets global strict mode
  *
  * @see $this->strict()
  * @return bool
  */
 public static function setGlobalStrict($strict)
 {
     self::$_globalStrict = (bool) $strict;
 }
コード例 #5
0
 public function __construct($id = null)
 {
     parent::__construct(new AdminusersModel(), $id);
 }
コード例 #6
0
 public function __construct($id = null)
 {
     parent::__construct(new CredentialsMapModel(), $id);
 }