| File |
Role |
Description |
01_mysql_listing_sample.php |
Example |
SimpleObject in use: list MySQL table records in three lines of code |
02_directory_listing_sample.php |
Example |
Sample use of class DirectoryListing |
DirectoryIterator.php |
Aux. |
class DirectoryIterator extends SimpleIterator |
listtemplate.php |
Aux. |
class ListTemplate provides an easy way to display lists of objects, it extends SimpleTemplate and shows yet another use of class SimpleObject |
simpleexamples.php |
Example |
Useless SimpleObject method usage examples |
simpleiterator.php |
Aux. |
(interface) class SimpleIterator which extends SimpleObject. It declares methods that all Iterators should have to be compatible with each other and classes using SimpleIterator e.g. class ListTemplate |
simplemysqlresultiterator.php |
Aux. |
class SimpleMysqlResulterator extends SimpleIterator |
SimpleObject.class.php |
Class |
class SimpleObject definition |
simpletemplate.php |
Aux. |
class SimpleTemplate provides a way to avoid typing PHP in line with HTML. This class extends SimpleObject class |