2013年10月21日 星期一

[CakePHP] Call another Controller's method from a Controller

Use RequestAction() carefully:

$itemD = $this->requestAction(array('controller'=>'items', 'action'=>'findByItId', 'it_id' => $item['it_id']));


http://stackoverflow.com/questions/13947393/cakephp-importing-one-controller-inside-another-controller



If models have been linked (using hasMany, belongsTo, etc.) :

$supplier=$this->Delivery->Supplier->findBySpId($sp_id);

沒有留言:

張貼留言

辦公室心態秘技輯錄

要過感恩的生活,在工作中也要如是。 有同事脾氣暴躁,所以跟他相處不刺激到他已值得感恩了,可是當他發脾氣的時候,告訴自已不要放於心裏,不要被他的說話影響自己就好了。 有同事不負責任,這個很難相處,就做好自己本份,辛苦委屈唯有交托給主。 有同事懶懶閒,這也改變不到他的心態,不與他說話...