News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

SitePoint PHP Blog:
Useful in-browser development tools for PHP
0 comments :: posted Tuesday May 13, 2008 @ 11:14:48
voice your opinion now!

This new post from Troels Knak-Nielsen on the SitePoint PHP blog shares a few helpful in-browser development tools that could come in handy in your day to day coding.

While debuggers exists, there isn't much of a tradition for using them in PHP. People have largely come to rely on injecting debugging code directly into the program, for inspecting program scope.

Tools mentioned include traceers and error handlers (like XDebug), some debugging parts of the popular PHP frameworks and the set of *cachegrind tools to help you parse the output of XDebug for profiling your application.

tagged with: browser development tool webbased debug error


Eirik Hoem's Blog:
Handy online regex tool for PHP, Perl, JS and Python
0 comments :: posted Tuesday May 06, 2008 @ 12:09:14
voice your opinion now!

Eirik Hoem has pointed out an online tool a coworker shared with him to work with regular expressions for multiple languages.

A coworker of mine has been working on a ajax enabled regex tool which lets you evaluate regex expressions in several languages (including PHP PCRE and PHP POSIX) with instant results.

The tool lets you put in the string you want to match again and the pattern you want to match with. The results are automatically populated below it, making it easy to fine-tune your expression to only what you want.

tagged with: regular expression tool online perl javascript python

Padraic Brady's Blog:
Subversion for the Example Zend Framework Blog Tutorial Series
0 comments :: posted Friday April 25, 2008 @ 08:48:31
voice your opinion now!

Continuing in his series looking at the construction of a blogging application with the Zend Framework, Padraic Brady has posted a quick new item pointing out the subversion repository for the project if you'd like to follow along:

You should all see a few commits commencing at the weekend. Probably all in one go since I largely have a standard skeleton I use already. [The URL is] http://svn.astrumfutura.org/zfblog/.

He's working live on it so things might break from time to time, but at least you can keep up with his thoughts and ideas on methods for some of the common blogging tasks.

You can find the first two parts of the series here - Part 1 and Part 2

tagged with: zendframework subversion repository blog tool

Michael Kimsal's Blog:
PHP Prediction
0 comments :: posted Friday September 07, 2007 @ 12:44:00
voice your opinion now!

Michael Kimsal has posted a formal prediction that a patch, created by someone in the community, will emerge making it simple to bridge the gap between PHP4 and PHP5 applications.

Given the high number of shared hosts still running PHP4, the backwards compatibility issues going from 4->5 (yes, there are some!) and the new PHP4 "end of life" date (8/8/8), someone will likely find a way to make these run together, and possibly even charge money for it.

He suggests that many hosts out there would happily pay a sum to get this kind of functionally for their customers. It would provide a solution to customers who just don't understand the force towards PHP5 and would make them (and their PHP4 applications) happier.

tagged with: prediction php4 php5 tool transition patch prediction php4 php5 tool transition patch


PEAR application framework ajax database job mysql zendframework conference PHP5 pecl zend releases cakephp security book developer release code package

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework