Recommend this page to a friend! |
Download .zip |
Info | Example | View files (5) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2016-03-01 (8 months ago) | Not enough user ratings | Total: 107 | All time: 8,430 This week: 1,109 |
Version | License | PHP version | Categories | |||
php-ezy-query 1.0 | The PHP License | 5 | PHP 5, Databases |
Description | Author | ||||||||||||||
This class can execute queries to MySQL, MongoDB and memcached. |
|
___ _ _ ___ ___ ___ | _ \ || | _ \ | __|____ _ / _ \ _ _ ___ _ _ _ _ | _/ __ | _/ | _||_ / || | | (_) | || / -_) '_| || | |_| |_||_|_| |___/__|\_, | \__\_\\_,_\___|_| \_, | |__/ |__/ 1.0.0 ***************************************** # `PHP_Ezy_Query 1.0.0` Version: 1.0.0 Author: Bijaya Kumar Email: it.bijaya@gmail.com Mobile: +91 9911033016 A simple, Eazy and light weightPHP Database wrapper class includes mysql, mongo and memcache and best for runable services like cron job Feature: *. support mysqli, pdo, mongo drives *. auto reconnection before query *. support multi query / store procedure *. support IP or sock base connection *. support escape Eaxmple: # Use it as global global $_CONFIGS; # Load config $_CONFIGS = require './.configs' . DS . 'system.cron.config.php'; # Load PHP Ezy DB class file require_once( './systems/tgr_db.class.php'); # Initialise a connection $TCDB = TGR_DB::init("TESTCONFIG4"); # Query $rows = TGR_DB::query($TCDB, $qry); # Close a active connection TGR_DB::close($TCDB); |
Files |
File | Role | Description | ||
---|---|---|---|---|
.configs (1 file) | ||||
systems (1 file) | ||||
PHP_Ezy_Query.sql | Data | Auxiliary data | ||
PHP_Ezy_Query_Example.php | Example | Example script | ||
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.