What are naming convention for php file?
Answer / Sanjeev Suman
In Zend Framework, it's recommended to follow the PSR-1 and PSR-2 standards for PHP coding style. For files, you should use a lowercase alphabet followed by an optional underscore (_) or dash (-), and then the extension (e.g., Module_Name_Controller).
| Is This Answer Correct ? | 0 Yes | 0 No |
What zend acl?
Explain form element decorators in zend framework2?
How we can add custom view helpers to zend framework 2?
How can I customize the appearance of forms generated by zend_form?
How we can do multiple column ordering in zend framework?
How to integrate external scripts with zend framework ?
What is zend framework 2?
What are plugins in the zend framework?
What are the difference between zend_registry and zend_session?
What is event manager in zend framework?
Explain the features of mvc in zend framework?
What are naming convention for php file?