I learned a new tip for Zend Studio. When you have a long class like Zend_Application_Resource_Modules you can get code compltion on it by typing ZARM instead of the full name in the PHP editor.
I learned a new tip for Zend Studio. When you have a long class like Zend_Application_Resource_Modules you can get code compltion on it by typing ZARM instead of the full name in the PHP editor.
Comments
Roy
btw, any camelCase sequence is possible such as
ZeAppResourceM.
One more cool trick for the weekend – click Alt+Shift+A in the editor…
thanks!
Kevin Schroeder
Thanks Roy!