Thursday, June 7, 2012

SQLite Object Oriented Framework

PHP Scripts - SQLite Object Oriented Framework - CodeCanyon

SQLite Object Oriented Framework his title this type of PHPScripts/DatabaseAbstractions This time I will review,made by yougapi, PHPScripts/DatabaseAbstractions is sold at a price of $9 in CodeCanyon. SQLite Object Oriented Framework - CodeCanyon Item for Sale database // database framework // databases // no mysql // sqlite //
Created 9 March 11
Last Update 21 March 11
Software Version PHP 4.x, PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, jQuery
Files Included PHP

This is a professionnal grade SQLite database framework. It enables you to avoid writing and re-writing all the repetitive SQL queries and all the fetch arrays, help protect you against SQL injections, and offer you a very robust, but simple way to interact with your SQLite2 databases.

This Framework is inspired from our MySQL framework, that have been used and improved for years. You can get the MySQL framework on this page.

Features: - Uses SQLite databases (no MySQL database required). - Fully object oriented (uses classes) - Uses one class file per database table - Automatically generate the class files related to your database tables. - Prevent SQL injections by escaping bad characters. - All functions are centralized in one single file. - Fully documented. - Open only one connection per page.

The installation is very simple: 1/ You need to define your SQlite database name. 2/ You add your tables informations to the script that will generate all the classes for you. 3/ You include the framework with one single include(); 4/ You can then start using your new framework.

How to use: Let’s suppose you have a table called “article”, containing 3 fields: id, title, description. Just instantialize the class called Article ($a1 = new Article()) and call the methods that you need (to select, update, insert, delete and provide custom queries…)

Full documentation provided with the source code. Send me an email if you want to view the documentation before purchase.

Related produck This user:yougapi

SMS Verification & Marketing App - CodeCanyon Item for Sale Facebook and Twitter Social Publisher - CodeCanyon Item for Sale SoundCloud Search for WordPress - CodeCanyon Item for Sale Mind Reader Social Game - CodeCanyon Item for Sale Twitter Client App - CodeCanyon Item for Sale Facebook Friends Inviter & Content locker - CodeCanyon Item for Sale Facebook Inviter and Content Locker for WordPress - CodeCanyon Item for Sale

More items by yougapi

No comments:

Post a Comment