My favourite editor is Komodo Edit (free and crossplatform) and I use it for my everyday coding work. Just recently I found out how to make it help me to work with Yii. :) So follow these steps:
Project Properties and Settings (Project → Properties).Directory and File Filters and specify your application folder (e.g. WebRoot/testdrive).Languages->PHP and add the path to your yii/framework folder by clicking add button.
And that's it. Now you can enjoy code completion and calltips for Yii classes, methods/functions.But I must give you two remarks:
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.Hope my little article will be of some use for you.
Total 1 comment
The only issue I run into is when you use active record, the resulting models have no tool tips.
Leave a comment
Please login to leave your comment.