| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Marko Tapio Manninen (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class is meant to read configuration information from the external text file. Configuration information is placed in the text file with normal format as name-value pairs. With this class you can read and use configuration variables with object reference, modify key value pairs and save modified object back to the file. Class supports commenting with your favourite marks. Only alphabetically started key names will be used as a configuration variables. The class can use automatic key type conversion (AKTC) to set configuration variables to the native data types of php. The class can also be used to read language specific information to your application. Please see more from example files and documentation how to use or modify this class. |
| Ratings | Utility | Consistency | Documentation | Examples | Tests | Videos | Overall | Rank |
| All time: | 87% | 83% | 81% | 83% | - | - | 68% | 393 |
| Month: | Not yet rated by the users | |||||||
| ||||
| This package can be used to manipulate an hierarchy of objects stored in a MySQL database. It provides basic methods (actions) that includes adding, editing, deleting, copying, moving and sorting object nodes. The package includes scripts that provide a Web interface to manipulate the object hierarchy. Database query debug information is dumped at the end of the scripts. The node classes can be extended to provide additional functionality like generating a XML representation of the hierarchy structure. |
| Ratings | Utility | Consistency | Documentation | Examples | Tests | Videos | Overall | Rank |
| All time: | 87% | 82% | 82% | - | - | - | 60% | 1191 |
| Month: | Not yet rated by the users | |||||||
| ||||
| These classes simplify the process of retrieving, editing, inserting and delete rows from the database table. PhpDtObject creates an object from a table row or an array of objects if multiple rows are retrieved from the table. Objects can also be created with init method, that passes primary key value (usually id) to getOne and getMany methods that can take complex searching criteria. Rows can be updated, deleted and new rows created with a simple method calls. By extending this class you have basic access to the database tables and you can concentrate to your own class functionality. These classes are quite similar to DAO (Data Access Objects) but may be used for other purposes. PhpDtObject requires ADOdb database abstraction layer. |
| Not enough user ratings |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |