21 projects tagged "php classes"
Zodeken generates code to access MySQL with Zend Framework. It can generate Controllers for CRUD actions, Db_Tables, Mappers, and Forms classes to manipulate records of MySQL tables using the zf commandline tool based on db settings in the application.ini file of your project. Validators and filters are added to the form automatically depending on the field's data types. It can detect table relationships and adds methods to access related database table records.
The Yana Framework is a platform for developing PHP applications. It can be expanded with your own plugins (components). It includes skin and template support, multiple languages (German and English by default), mature administration functionality, multiple installation profiles, user login and administration, a database API based on PEAR-DB that also offers database schema support, and a GUI/code generator for your own plugins. It also includes an easy to use query tool that automatically maps database commands to a flat file if no database support is available. Plugins provided with this software are a guestbook, an RSS to HTML converter, and a search engine. Complete documentation is included.
Ezphpconfig generates a set of PHP configuration classes from a supplied XML file. You can then access your configuration values very quickly without having to parse the XML file on every request. The element (tag) names become property names and the text contained in the elements becomes the property's value. It also supports nested elements. If the generated PHP file is older than the XML file, it is re-generated using the data in the newer XML file. This class also supports array types using the element inside an element whose type attribute is set to "array".
PHP SOAP Toolkit is a comprehensive SOAP library for PHP 5. It provides WSDL parsing and template-based code generation for client, server, and data types for contract-first Web services. It wraps the native PHP SOAP client and server, and uses WS-Helper to provide code-first Web services.
phpHtmlLib is an application development framework for developing OOP style Web applications in PHP. The application framework supports an MVC style architecture and Ajaxable and Cacheable interfaces for developing rich client Web applications. It comtains a set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex HTML widgets.
Pork.Generator is a Web based tool to inspect your databases and generate Pork.dbObject based code. The generator analyzes the relations in your database by trying to match primary keys to fields of other tables. If you have created your table structure following some simple rules, this project can either create a complete CRUD (Create, Read, Update, Delete) interface into a .zip file, or just output your complete database schema into O/R mapped objects. Pork.dbObject is an Object-Relation mapper for PHP 5 that attempts to be easy, fast, and lightweight.
Metastorage is a PHP data access object generator compiler tool. It implements an object persistence API from a description in an XML format named CPML. The persistent object classes implement object-relational mappings, so developers do not have to write SQL manually. It features an object query language for specifying conditions for querying objects, generation of classes for producing reports, generation of classes to manage templated Web forms for creating new persistent objects, and generation of UML class diagrams. It can be run from the command line or from a Web interface.
This package can be used to emulate class namespaces under PHP 5. It parses PHP code to extract namespace definition statements. The code is rewritten to emulate the namespace support in a way similar to the Java language supports namespaces. This package implements new commands named package and import. The package command defines the package to which a class belongs. The import command indicates that the package should be imported for use in the PHP script on which the import command is used.
MySqueaks is a PHP class that allows you to create MySQL statements with the flexibility of OOP and throws in a simple database interface as well. This means that you can create PHP objects to represent your database tables and use the various methods provided to select, update, or delete data. This also means that instead of having to write out a very long SQL query, you can simply convert the representation into a series of "steps", which can be easier to understand and debug.
A simple program to help novice guitarists tune a guitar more quickly (and better).