Revision #5 has been created by viter on Jan 13, 2011, 4:11:02 PM with the memo:
4
« previous (#4) next (#6) »
Changes
Title
unchanged
Yii code completion and calltips in Komodo Edit
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
Komodo Edit
Content
changed
[...]
5. In dialog that appears choose 'Directory and File Filters' and specify your application folder (e.g. WebRoot/testdrive).<br>
6. In the same dialog choose Languages->PHP and add the path to your yii/framework folder by clicking add button.<br>
And that's it. Now you can enjoy code completion and calltips for Yii classes, methods/functions.<br>
But I must give you two remarks:<br>
1. It takes time to parse all the Yii files and it may seem not to work at first. Be patient.<br>
2. Unless you remove yiilite.php from your yii/framework folder in calltips you will see only function name with the list of its parameters. But if you do remove yiilite.php you'll be able to see much more information about the function. Of course you must do it before step 6 above.<br>
Hope my little article will be of some use for you.