Thursday, June 21, 2012

sSql Mysql Database Abstraction

PHP Scripts - sSql Mysql Database Abstraction - CodeCanyon

sSql Mysql Database Abstraction his title this type of PHPScripts/DatabaseAbstractions This time I will review,made by anago, PHPScripts/DatabaseAbstractions is sold at a price of $8 in CodeCanyon.
sSql Mysql Database Abstraction - CodeCanyon Item for Sale
abstraction // class // database // mysql // php // ssql //
Created 9 March 12
Last Update 9 March 12
Compatible Browsers IE6, IE7, IE8, IE9, Firefox, Safari
Software Version PHP 4.x, PHP 5.x, PHP 5.0 - 5.2, PHP 5.3, MySQL 4.x, MySQL 5.x, jQuery
Files Included HTML, PHP

Description

sSql is an easy to use database abstraction class for mysql and php with some basic features. Its purpose is to make the database related work much easier. sSql features query stack, wich is used to delay the execution of queries and execute multiple queries. Also it includes query timing and query printing into a readable html table format for debugging purposes.

You can read the documentation for more information and for the function reference.

Usage example:

 <?php include ('sSql.php'); $db = new sSql('localhost', 'username', 'password', 'database'); print $db->error; //prints out the error, if everything is fine if ($db->error=="") { $num = 0; $users = $db->select("SELECT * FROM users", $num); foreach ($users as $user) print $users->username; //the username row } ?> 

For more examples click on Live preview button!

If you have any questions, just leave a comment or drop me an email!


Related produck This user:anago


Ajax Search Pro - CodeCanyon Item for Sale Ajax Search Pro for WordPress - CodeCanyon Item for Sale Polaroid Slider for WordPress - CodeCanyon Item for Sale Fisheye Context Menu for Joomla - CodeCanyon Item for Sale Polaroid Slider for Joomla - CodeCanyon Item for Sale Polaroid Slider - A polaroid photo style slider - CodeCanyon Item for Sale

More items by anago

No comments:

Post a Comment