No doubt - not less than 90% of programmer’s time is spent on redesign of his own scripts.
How to reduce useless losses? It can be done by using system approach to creating scripts and classes.
The system approach is:
- Preliminary planning and designing
- Using of design patterns
- Mandatory research of mistakes and exceptions
- Detailed fixation
Design patterns — effective constructions of classes recommended by world society, which are planned and tested by a big number of people — guarantee necessary flexibility of classes, their ability to correspond to changing conditions.
Mandatory research of mistakes reduces significantly the time required for the identification and correction of a problem.
Documentation of the classes and scripts according to international standards (PHPDoc and others) makes it faster and easier for the programmer to understand the essence of the programming code and speeds up the beginning of a project.
On this site you will find PHP-classes and scripts created with mandatory fulfilling of all aforesaid conditions. Primarily all scripts had been created for the “own usage” and proved its aptitude in “real conditions”.
Have a look at the scripts on the Scripts list.
Every script has a very detailed description and each of them has simple and easy to understand examples of usage.
After getting familiar with the scripts you can download them for free or buy them via our site. To do it please go to the page of a script you are interested in and choose a section “Buy” or “Download”.








