Always remain updated about current software development trends

Articles in PHP

Phix 0.16.0 Released

Phixis a tool for creating and managing PHP components and tools and releasing them as PEAR packages. I've pushed out Phix 0.16.0 this evening, with the following changes: phing build-vendornow removes the component's own code from the vendor/...

UA Testing with Selenium and PHPUnit

Last week I spoke at\xa0php[tek] 2013\xa0where I explained to people how to get started with\xa0Selenium IDE\xa0to record user interaction with the web interface, convert them to PHPUnit testcases and automatically execute them on multiple browsers on multiple...

Swede From Future Says He Can Code

A revaluation today as a Swedish national, who has traveled back in time, says he can code!

PGSQL Cheat Sheet

This table provides a simple ready reference to some common commands used in PostgreSQL. Ideal for those more accustomed to MySQL or other databases.

Simple Mysql PHP Menu

There are possibly as many menu systems available for PHP and MySQL as there are PHP programmers. Here is yet another way of generating menus from a database.

Simple Mysql PHP Menu

There are possibly as many menu systems available for PHP and MySQL as there are PHP programmers. Here is yet another way of generating menus from a database.

Test For Prime Numbers With PHP Regular Expression

This function provides a novel method of testing if a number is prime, by using a PHP regular expression.

Web2bb 0.0.9 Released

This is the latest update to the WEB2BB Framework and includes a simple fix for an error that failed to catch an exception. The WEB2BB framework is a fully functioning MVC style framework that utilizes the best features of PHP 5.3 and above. By making use...

nWire Eclipse Zend Plugin Review

PHPRO.ORG receives many emails requesting reviews for magazines, web sites, application development tools, applications, books etc. Now and again, one of these catches the eye and deserves further inspection. Recently, a request for a product called nWire arrived...

Trim All Members Of An Array With PHP

This little helper function provides a simple method to trim the white space from the beginning and end of all the elements in an array. It uses the call to array trim, which, in turn, calls the trim() function. The iteration is handled internally and so provides...