Question:Which is the correct syntax of defining CakePHP form helper? 

A public $helper=array('Form'); 

B public $helper='Form'; 

C public $helpers=array('Form'); 

D $this->helper=array('Form'); 

+ Answer
+ Report
Total Preview: 1012

Copyright © 2025. Powered by Intellect Software Ltd