Currently Browsing: General
Aug 29, 2009
Coda Plugin: PHP Getter/Setter
After being busy busy busy i had some time to write a little plugin for Coda by Panic which i felt missing for those of us writing PHP classes all day long. Getter/Setter is inspired by the function that is included in Zend Studio for Eclipse and creates public getVariable and setVariable methods from the member variables you select. Here’s a example class: class SomeClass extends SomeOtherClass... read more
May 17, 2009
Check ma sprockets!
Ever since i heard of Sprockets on Twitter i wanted to use it in my apps. Unfortunatly i am not into Ruby. Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files. It takes any number of source files and preprocesses them line-by-line in order to build a single concatenation. – getsprockets.org I wanted to port it to PHP or find clever ways to use it in CakePHP... read more

