Programming CakePHP Apps with Komodo IDE
Posted by on Wed, Feb 25 2009
I suck at screencasts; I know this. If I keep doing them, I'm bound to get better, right? Is it possible to get worse at something the more you do it? Anyway, I made a quick screencast showing off some CakePHP features with Komodo IDE. Leave a comment with your favorite CakePHP related IDE trick.
Screencast
Links and Snippets
The CakePHP Extension
http://community.activestate.com/node/2794
The bake script
Make sure to put %p in the "Start in" field. This tells Komodo to cd to the directory of the active project first. For this to work your project file needs to be in /app.

The bake script
In addition to adding %p like above, you also need to add %b to the command. This will take the current file name, less the extension, and pass it as a parameter.

Posted in CakePHP

18 Comments
In Netbeans, to get code completion for custom helpers you can create something like:
Then include that in the code completion libraries. I'm sure it would work the same for Komodo IDE.
Credits to Matthew Campbell in a comment:
http://bakery.cakephp.org/articles/view/model-based-code-insight-and-completion-in-netbeans
<?php
exit();
$custom = new CustomHelper();
?>
After your screencast and link to Jeff's extension, I think I'm gonna give it a second try ^^
For Php-programming it is simply the best editor i've encountered til now
Very Interesting post! Thank you for such interesting resource!
PS: Sorry for my bad english, I'v just started to learn this language ;)
See you!
Your, Raiul Baztepo
It supports code completion for CakePHP
Refer here for the links on where to download
http://myleskadusale.wordpress.com/2009/04/30/my-cakephp-developers-tools/
Refer here on how to setup .ctp files
http://myleskadusale.wordpress.com/2009/04/30/adding-syntax-highlighting-for-ctp-files-in-phpeclipse/
i did a simple batch file inside the app folder before i read this post. it worked in the sense that i can open cake bake at app folder.
but now i tried your way, and i double clicked on your command i get php not recognised instead.
please help.
thanks.
i was already using komodo before i started on cake. and i really loved it. now i am starting on cake as well and i saw your post i am ecstatic.
Please let me know soon. thanks.
using cake 1.3 and xampp 1.7.3 on windows 7 machine.
way cool. like cake :)