But what is it good for?

Posts tagged with: php

NetBeans 6.5 is a Great PHP IDE

I used to be a text editor PHP/HTML/CSS developer. By text editor, I mean I only ever used a basic editor like Vi/Vim (via ssh), jEdit (at work) and TextMate (at home) for all my development. I've tried several PHP specific IDEs, but could never find one that I felt comfortable with, and that would work with a certain degree of consistency across platforms. However, that's now changed thanks to NetBeans.  Continue reading ►

Experimenting with Wordpress Option Autoloading

Well, in a bid to see if Wordpress really needs to preload all those options set to autoload, and to see if it makes a difference on the memory consumption I detailed earlier. I've set them all to "no" on this site so nothing is autoloaded. If you encounter any problems, please let me know. If I don't hear anything, I can only assume they don't have any adverse effect.

phpSmug 1.0.10 and 1.1.7 Now Available

I've had a busy couple of afternoons quashing bugs and enhancing phpSmug further. This release sees the re-introduction of anonymous method call caching (Ticket #18), enableCache() now checks cache directory is writeable (Ticket #19), die_on_error is now acknowledged consistently. If die_on_error is NOT set, it's up to the application developer to check getErrorCode and getErrorMessage after each method call. (Ticket #20), I've added clearCache() function to easily empty the cache. (Ticket #22) and I've Stopped caching the results of failed method calls when die_on_error is set. (Ticket #23).

phpSmug 1.0.9 Now Available

Fixed a tiny typo I made by including an extra "}" in phpSmug (line 203) (Ticket #17). This has been removed in phpSmug 1.0.9.
Top