On the TotalPHP blog there's a recent post introducing you to a feature in PHP5 that can make life much easier - autoload.
php5TotalPHP: Using an autoload function to make your life easierPHPDeveloper.org Thu, 10/02/2008 - 08:46
On the TotalPHP blog there's a recent post introducing you to a feature in PHP5 that can make life much easier - autoload. Mutant PHP Blog: Specifications for PHP5PHPDeveloper.org Tue, 09/30/2008 - 11:17
In a recent entry to his blog Sean shows off a new specifications library he's created to replace common comparison functionality with a series of specs. Debuggable Blog: Installing PHP5.3 via MacPortsPHPDeveloper.org Wed, 09/17/2008 - 10:16
On the Debuggable blog, Felix Geisendorfer has a quick post showing the (basically) one step installation of the latest development version in the PHP 5 series, PHP 5.3. Christian Weiske's Blog: Importing huge XML files using PHP5 - e...PHPDeveloper.org Mon, 08/25/2008 - 09:34
Christian Weiske has a quick tip on how to get larger XML files to pull into PHP5 and be usable: Seagull 0.6.5 Released - Demian TurnerPlanet PHP Fri, 08/08/2008 - 09:31
I’m happy to announce 0.6.5 was released last week, the code is available in the usual place: http://seagullproject.org/download/ According to Trac this release contains 13 enhancements and fixes for The wysiwg library has been updated from tinyFCK to FCKeditor Why do browsers still not have file upload progress meters? - Mi...Planet PHP Wed, 06/25/2008 - 22:25
It’s 2008. Firefox 3 was just released - years of work, thousands of bugs fixed, new features thrown in. No file upload progress meter. IE7’s been out for awhile, but I don’t have a copy here handy to test. My memory is telling me it doesn’t have one, or if it does, its very unobtrusive and not immediately apparent. Opera 9.5 was recently released. No file upload progress meter. Konqueror 3.5 - no file upload progress meter. Builder.com.au: How do I...recursively scan directories with PHP...PHPDeveloper.org Wed, 06/18/2008 - 07:55
Builder.com.au has a new tutorial posted today talking about the use if Iterators (from PHP's SPL) to recurse down through directories on your local drive. Stefan Priebsch's Blog: php|architect's Guide to PHP 5 Migration...PHPDeveloper.org Fri, 06/13/2008 - 09:33
Stefan Priebsch has posted about the official release of his book, one of the latest from php|architect press - "php|architect's Guide to PHP 5 Migration". Michael Kimsal's Blog: PHP, Groovy and language evolutionPHPDeveloper.org Thu, 05/29/2008 - 12:52
In a new post Michael Kimsal does a good job comparing the rise of PHP5 (and what it brought with it) to his language of choice these days - Groovy. DevShed: Protecting PHP 5 Class Data with Member VisibilityPHPDeveloper.org Thu, 05/22/2008 - 09:37
In this new tutorial posted to DevShed, they take a look at working with classes in PHP5, specifically using the keywords for "member visibility" to make your classes a bit more structured. |