|
AVUSBD
|
Other links at PHP > Scripts and Programs > Development Tools |
| 1. |
toString
|
|
|
Converts Array to String Value. Input:Array Returns:String. Class structure.
|
| 2. |
KLOC Calculator
|
|
|
Calculates the line of code (LOC/KLOC) of your programs. Option to include and exclude file extensions from the count. Can calculate from N number of directories at one go. UPDATE: Now takes all information via interface, also new option for automatic sub-folder scanning.
|
| 3. |
Copix application framework
|
|
|
a multi layer framework using templates for presentation, multi DB Access, and so on... It has a very strong modular architecture and allows multi-channel application very easily.
|
| 4. |
MyObjects
|
|
|
MyObjects is a set of tools for database schema generation, class generation and object persistence. It is divided into two sub projects, a compiler for class generation and runtime for back and forth maping objects to the database and Xml files. MyObjects finished Zends Php 5 Coding Contest in 7th place. Features Of MyObjects: Automatic database schema generation from existing databases. Web based database schema generation from scratch. Command line based database schema and class generation. Generation of Sql statements from the designed database schema. Generation of Classes that will map to the database tables. (A seperate class for each table is created). Full validation code through setter methods in generated classes. phpDoc style comments in generated classes. Minimizes runtime operations by providing many features in generated classes. Xml serialization of the objects of generated classes and deserializing of the objects from Xml files. Inplemented in new Php 5 object model. Uses the new MySqli extension for php to support new features of MySql. Uses the new libXml based DOM extension to provide generation, parsing and validation of database schema files.
|
| 5. |
YaPs
|
|
|
Using only native PHP function and requiring only the ubiquitous GhostScript engine, Yaps aim in becoming a powerful reporting library for PHP developers. YaPs has already implemented all important functions for standard report generation and many other functions are on their way. YaPs is the core library beneath PDFReports and PDFreportsLite. With the 1.1 release, YaPs became much faster by computing font redering directly from PHP, with minimal usage of the Ghostscript engine. We have now reached a satisfactory level of performance for PDF rendering.
|
|
|