PHP Code Generator
PHP Code Generator Script can be used to generate PHP script, HTML code automatically for easily realization of ORM, design patterns, etc.-
This class can be used to display a tree of nodes that can be opened dynamically from data retrieved from a database on the server via AJAX.It generates HTML and Javascript to display tree nodes as links.When a node link is is clicked, the generated Javascript performs an AJAX request to a script that uses the class to retrieve data ...
-
This class can be used to display MySQL database table records in an HTML table that can be sorted by dragging rows.It generates HTML and Javascript to display the records of a MySQL table in HTML table rows that can be dragged to sort the table elements.The class sends AJAX requests to send changes of the table elements to the ...
-
This class can be used to generate a tab based Web interface. It generates HTML with Javascript to present a tab bar with links that when clicked switch the content that is presented underneath.The content is loaded from the server using AJAX to avoid page reloading.The tab links may have a fallback URL that is used when loading the pages ...
-
This package can be use to generate Javascript to call functions of PHP class objects from the client side. It generates Javascript code to create Javascript objects on the client side that act as proxies of PHP objects on the server side. The generated code uses AJAX to communicate with the server side script that defines the ACE class. The ...
-
Class Generator can be used to generate a script from configuration defined in XML files. Class Generator is a professional PHP code generator. It takes a XML file with definitions of classes and objects that should have certain variables set to specified values.The script generates the defined classes and instantiate objects of the defined classes with the values specified in ...
-
POG - PHP Code Generator can be used to generate classes that map data in relational database tables in PHP objects using the Active Record design pattern.It can generate scripts optimized to work under PHP 4, PHP 5 or PHP 5.1.The generated scripts can work with PDO or POG database API supporting different databases like: MySQL, PostgreSQL, FirebirdSQL, SQLite and ...
-
PHP Tree Structure stored in MySQL database is a php script to store and manipulate tree structure in a mysql database, is a free PHP code generator.An example of a typical uses for this would be a web directory. Its important to note that the script and the table are meant only to model-generator, the relationships between nodes in a ...
-
phpPlugin is free, powerful PHP code generator. phpPlugin is meant to dynamically extend any object of a class with new plug-in functions or collections of functions that are defined in separate files or from variables. It works by dynamically creating a new sub-class of the class of given object adding the plug-in functions that are specified at runtime.The name of ...
-
HTML to Array can be used to parse an traverse an HTML documents with it own inplementation of a DOM interface, the document nodes may be changed and the document may be saved back to HTML. HTML to Array is also called PHP code generator.HTML to Array contains a main class that provides a DOM like API parse and traverse ...
-
MLM Tree Generation Code is the php source code for generating MLM tree in php. MLM Tree Generation is an Open Source PHP code generator. MySQL, PHP and JavaScript is used to get the job done.
-
Common Functions script can be used to display the structure of arrays. Commeon Function script is an Open Source PHP code generator.It takes an array value and display its structure and values.The script can also display the path and line of the source of the code.Requirements:PHP 3.0 or higher
-
Dispatcher can register a class to handle events with a given name. When an event occurs, the class can dispatch it by creating and calling an object of the registered handler class.The response of the event dispatching called returned by the handler class can also be retrieved.Requirements: PHP 5.0 or higher
-
setTimeout and setInterval can register one or more callback functions that should be called after a given timeout value or every time after a given period of time elapses.A single callback function is registered to handle PHP tick calls. That function takes care of calling all registered timer callback functions.Requirements:PHP 5.0 or higher
-
uClassDir provides an auto-load function that calls the main class to load the necessary class scripts when a new class that was not yet loaded is required.Directories can be scanned recursively to find the location of all available classes.uClassDir generates a new class script with the necessary information of all the classes found, so it can quickly return the path ...
-
Code providing the same functions as an existing class, can be generated for another class or interface. The generated code is returned as a string that can be saved to a PHP script file or evaluated immediately to declare the generated proxy class or interface. Requirements:PHP 5.1 or higher



