search
top

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

Runtime – Get various system infos (UPDATE)

In my recent post i talked about the Environment class and how to use it to switch databases with ease. Today i paid the blog of Neil Crookes a visit and found his most recent post to be of the same nature. How to make life easier with using environment variables in config/bootstrap. In a comment Daniel Hofstetter was suggesting to encapsulate his env-tests into a class, and that’s what i basicly... read more
top