コード例 #1
0
 function init()
 {
     $this->currentModel = new Hobbies();
     parent::init();
 }
コード例 #2
0
 function init()
 {
     $this->currentModel = new Skills();
     parent::init();
 }
コード例 #3
0
 function init()
 {
     $this->currentModel = new Employers();
     parent::init();
 }
コード例 #4
0
 function init()
 {
     $this->currentModel = new Projects();
     parent::init();
 }