This is a tutorial which teaches the users how to use the regular expression function on their programs by using php. The author says that the users should know the actual php code which can be used for any of the outlined regular expressions. This t
A tutorial that takes the reader through creating a first test case, coding and testing at the same time, grouping and organising a test suite, using mock objects to reduce test coupling, customising a unit tester and developing top down (mock down d
This is an article that teaches the users how to form templates with php in their programs. This tutorial tells the users that the templates is used for seperating server side code from a client side code in their scripts. The author says that the us
This is a tutorial where users are taught by the author about the creation of a static HTML cache of dynamic PHP scripts in to their webprograms. The author provides the informations for the users about the use of cache imperative which stores the ou
This is an article which tells the users how to handle the property access and method calling of a class which is to be overloaded with php. The author says to the users that this tutorial works by defining a function within a class. The prototypes f
Programming Web Widgets with PHP is an online article where you will find some interesting notes on web widget architecture. The author has given his explanation on how to create programming widgets by isolating some important parts of web user inter
phpbuilder.com is a PHP website that posses source code snippet library / for sharing PHP codes, scripts, and functions with the open source software community. This website displays all PHP articles on the home page and also invites further PHP arti
This is a tutorial that teaches the users how to debug their php code. The author says that this tutorial is aimed at giving users the upper hand for debugging. This tutorial provides more tips for the users right from their coding process. It is ver
This is a tutorial that teaches the users how to develop a standard codings by using php on their websites. The author says to the users that this tutorial covers php coding style which is the way of improving their programming skills and provides th
Sometimes not having the power of a System Administrator can be a drag, especially if it's on the hosted server where your website lives. This tutorial will help show you how to set some of those php.ini values without going through your system admin |