コード例 #1
0
 function init()
 {
     if ($this->_request->getActionName() == 'index') {
         $this->addFilteringSelect("Geography", "geoId", "Geo_Model_Geography", "id", "name");
     }
     parent::init();
 }
コード例 #2
0
 function init()
 {
     if ($this->_request->getActionName() == 'index') {
         $this->addFilteringAutocomplete("amphur", "amphurId", "amphur-all-info");
     }
     parent::init();
 }
コード例 #3
0
 function init()
 {
     if ($this->_request->getActionName() == 'index') {
         $this->addFilteringSelect("provice", "proviceId", "Geo_Model_Province", "id", "name");
         //$this->addFilteringSelect("contractType","contractTypeId","Crown_Model_Contract_Type", "id", "label");
     }
     parent::init();
 }
コード例 #4
0
 function init()
 {
     if ($this->_request->getActionName() == 'index') {
     }
     parent::init();
 }