How do I setup Komodo to best work with my CakePHP applications?
Prerequisites
CakePHP relies on many applications: a web server (like Apache), a database (like MySQL) and PHP 4.3.2 or greater, so ensure you follow the necessary instructions for setting this up for your operating system, see the CakePHP installation section for details:
http://manual.cakephp.org/chapter/installing
I will not cover the setting up of a CakePHP application, but expect the user has an existing CakePHP application they want to work on using Komodo.
Configuring Komodo to work with CakePHP
$session = new CakeSession(); $session->
You should have calltip/completions when you type the open paren "new CakeSession(", when you type "$s" and when you type the "session->".
%(php) /wwwroot/cake/cake/scripts/bake.php
, or if the script is provided as a windows batch file, you can simply just specifiy this file as
/wwwroot/cake/cake/scripts/bake.bat
Other Komodo/CakePHP resources
Komodo Macros for inserting CakePHP template hints
Advantages of using Komodo IDE
The advantages of using Komodo are many (just note that I am of course somewhat biased, heh).
Hope that helps.
Cheers,
Todd