I just wanted to announce a new CakePHP macro I created for Komodo
Edit.  It is compatible with CakePHP 1.2+.

Please check it out if you're a Komodo user.  I've pasted the features
below:

The general purpose of the macro is to allow easy navigation between
CakePHP model/view/controller files. It should work cross-platform as
I did all directory path parsing using 'os.sep'.

It is defaulted to be activated by CTRL+SHIFT+Z

Activating the macro does the following depending on your current open
file in Komodo:

    * If in a MODEL, it opens the corresponding CONTROLLER
    * If in a VIEW, it opens the corresponding CONTROLLER and moves
the cursor to the function block that calls said VIEW
    * If in a CONTROLLER, one of 2 actions is taken:
          o If the cursor is on a line that declares a function
associated to a view, that view will be opened. If that view does not
exist, you will be prompted to create the view file automatically.
          o If the cursor is on a line that does not declare a
function, it opens the associated MODEL


Available At:

http://community.activestate.com/forum/cakephp-toggle-eases-cakephp-navigation


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to