Always remain updated about current software development trends
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/...
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...
A revaluation today as a Swedish national, who has traveled back in time, says he can code!
This table provides a simple ready reference to some common commands used in PostgreSQL. Ideal for those more accustomed to MySQL or other databases.
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.
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.
This function provides a novel method of testing if a number is prime, by using a PHP regular expression.
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...
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...
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...