الكلمات الدليلية 'Code'

POG – PHP Code Generator

Posted by admin on ديسمبر 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 ديسمبر 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 ديسمبر 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 ديسمبر 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 ديسمبر 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 [...]