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 |
How to check request is ajax in zend framework?
Do you know what is zend engine?
What is zend controller front in zend framework?
Why should we use framework?
What is use of zend front controller?
What is the use of bootstrap?
Does zend support php 4? Explain
How to write a program to show the instantiation of the window class?
How to include css from controller and view in zend
What is this "username" I have to submit with my cla, and why do I have to submit it?
How can I use a stored procedure in a mysql database with zend framework?
Write a program to show the function of action helper?