I just wanted to share with you my TextMate Bundle for Cakephp 1.3. It provides you with auto-complete for the most commonly used functions
Picking where Matthew Harris left, I update the bundle for the lattest version and added a little regex smartness that makes it figure how what model you're using. So, as an example, if you're working on a file called posts_controller.php and type find>Tab will expand to $this->Post- >find($conditions, $fields, $order, $recursive); This is kind of a work in progress so there might still be some bugs/ room for improvement. Let me know if you have any suggestions. install instructions: 1. copy files to -> ~/Library/Application Support/TextMate/Bundles (in Mac OS 10.7, the Library folder is hidden. In finder type cmd+shift+G to get there) 2. Restart TextMate http://www.homem-arvore.com/files/php-cake.tmbundle.zip -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
