67 projects tagged "php classes"
PHP/Toolbox is designed to make the process of creating database-powered Websites easier. It utilizes the iterative, or step-by-step development paradigm. It therefore enables you to create fully-functional Web interfaces for an arbitrary set of DB tables within minutes. Any changes you make in these tables after the test driving will be handled automatically. You can then adjust this automatic interface in an iterative manner to suit your specific needs.
AlberT-EasySite is a PHP-based site generation system that pays particular attention to graphics and to the complete separation of PHP and HTML code. It is a plugin based system. Template "objects" are handled by a plugin, making it very easy to add your own custom objects. Multiple themes and users support are included, as are the predefined HTML objects include, repeat, title, table, subDomain, counter, etc. It embeds AlberT-cache to speed up performance.
The PHP Assertion Unit Framework (phpAssertUnit) is a unit testing framework based on assertions which helps PHP developers test their code. Failing assertions about the program state are tracked in a Reporter window of a DOM-compliant browser such as IE5+, Mozilla, Netscape 6+, etc. The reporting of failures or warning messages does not disturb the running script, allowing easy Web GUI testing.
vTemplate is a PHP class that is intended to make splitting PHP from HTML a simple and natural task. It has easily understandable syntax that is much easier to use than other template classes. It compiles a template into native PHP code using one PCRE call, thus the parsing is extremely fast. It also has powerful caching and debugging classes to extend the functionality.
PHP Command Class is a PHP class that is allows one to create a single index page that is controlled using a command and sub-command pair. The command and sub-command are stored in a database for quick lookup, and they can be used for creating menus. This class is designed to use MySQL, but any database that has an API for PHP can be used by using the correct database class to handle the queries. Full documentation and comments can be found in the code.