Posts Tagged 'Code'

POG – PHP Code Generator

Posted by admin on December 11 2009 Add Comments

POG – PHP Code Generator

By : joel
This package 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 classes optimized to work under PHP 4, PHP 5 or PHP 5.1 .
The generated classes can work with PDO or POG database API [...]

PHP or Java Class Code Generator

Posted by admin on December 11 2009 Add Comments

PHP or Java Class Code Generator

By : Valics Lehel
This package is meant is automate the generation of classes to access databases in Java beans style.
It uses the Fast Template engine to process template files that define the skeleton of functions and variables of classes that store and retrieve data object property values from a given [...]

PHP Code Encryption

Posted by admin on December 11 2009 Add Comments

PHP Code Encryption

By : Ewg
This class can be used to Obfuscate PHP scripts by replacing variable names.
It can parse a given PHP script and replace the names of the variables it uses with more obfuscated names.
The new names of the replaced variables can be retrieved by looking at a variable of the class.
Download :
http://www.ziddu.com/download/7364475/php-encryption-2009-09-20.zip.html

PHP Code Buster

Posted by admin on December 11 2009 Add Comments

PHP Code Buster

By : Martijn Loots
This class can be used to obfuscate PHP code making it unreadable to humans.
It uses the PHP tokenizer functions to parse PHP source code and rewrite it eliminating comments or white space, and replacing the variable names with names that do not hint the variables original purpose.
Download :
http://www.ziddu.com/download/7364446/phpcodebuster-2005-10-09.zip.html

MyDBO Code Generator

Posted by admin on December 11 2009 Add Comments

MyDBO Code Generator

By : Patrick Brosset
This package can be used to generate the code of classes to access MySQL database tables.
It uses Smarty templates to generate all the code for the classes and other scripts.
The generated classes perform the usual database access operations like establishing database connections and executing SELECT, UPDATE, INSERT and delete SQL [...]

Generator of the code

Posted by admin on December 11 2009 Add Comments

Generator of the code

By : dzaiacuck
This class can generate scripts to present forms for manipulate MySQL database table records.
It can retrieve the list of fields of a given MySQL database table to generate a PHP script that can execute SQL queries to insert, update or delete records of that table.
Download :
http://www.ziddu.com/download/7362783/generatecode-2005-05-03.zip.html

Db Code Builder

Posted by admin on December 11 2009 Add Comments

Db Code Builder

By : Christian Velin
This package can be used to generate code for classes to access databases as objects.
It accesses a database to retrieve the information about tables and columns for which it is intended to generate data access classes.
It generates value object classes (VO) to manage the mapped object information with all the [...]

Code Help

Posted by admin on December 11 2009 Add Comments

Code Help
By: Roberto Martinez
This class can generate the code that implements the model, view and controller design pattern.
It can generate a page controller page script and model and view classes to create, edit and display records of data entities that are stored in a database.
The class may also generate an SQL script to create the [...]

Code Generator

Posted by admin on December 11 2009 Add Comments

Code Generator
by : Robert Kummer
This class can be used to generate classes that can be used access MySQL database table rows as objects.
The class retrieves the list of fields of a given MySQL database table and generates a class with private variables with the names based on the database table fields.
It also sets getter and [...]