コード例 #1
0
ファイル: Standard.php プロジェクト: nyclagniappe/phpjazz
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $mapper = $this->getMapper();
     $mapper->addParam('id', true);
     $mapper->addParam('name', true);
     $mapper->addParam('active', false, false);
 }
コード例 #2
0
ファイル: Xml.php プロジェクト: nyclagniappe/phpjazz
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $mapper = $this->getMapper();
     $mapper->addParam('xml', true);
 }