コード例 #1
0
ファイル: ItemsController.php プロジェクト: besimhu/legacy
 public function add()
 {
     $this->set('item_types', $this->Item->ItemType->find('list'));
     parent::add();
 }