Database Abstractions

ExcelPro Reader - MySQL

ExcelPro Reader - MySQL

With this tool, you will be able to analyze excel files to create Tables and add the rows into your MySQL Database with easy and simple functions. Also, you can make HTML tables from that file. There are 4 main areas: 1- Read the excel file and create a Query that makes a full instruction to pump all the data on your Excel File. 2- From the Readed excel file, you can create a downloable utf8 .sql file, ready for your MySQL database. ...

SuperCache

SuperCache

Changelog V 1 .0 Release version V 1 .1 Splitted file cache in 2 seperate caching types. Session caching used a lot of resources. Fixed compression bug with memcache Update guestbook example (small update bug). What is SuperCache SuperCache is an easy caching API for every project you might need. These classes reduces server load by using cache. There are three types of caching APC , Memcache and FILE /SESSION cache. APC and Memcach...

No-Queries MySQL

No-Queries MySQL

Use every feature of MySQL in PHP without writing a single query. Features: 1. Easy to Use. 2. Access MySQL Database without any knowledge of MySQL or SQL . 2. Uses Associative array of data to insert and update rows in the database table. 3. Optional escape string feature to avoid SQL Injections. 4. Properly documented with examples and comments. Documentations:http://redhawk-studio.com/demos/docs/mysql/

PHP MySQL Query Builder Library

PHP MySQL Query Builder Library

Burner CMS Burner CMS allows you to simply define data models and manage data right away. Get it now and save! Note: The Burner CMS API uses an improved version of this library. PHP MySQL Query Builder Library A PHP 5 library that allows you to easily create and run both simple and advanced MySQL queries in an object-oriented fashion, without using any SQL and without sacrificing functionality. Query types supported include: Select Join I...

My SQLite - Simple PHP & MySQL Abstraction

My SQLite - Simple PHP & MySQL Abstraction

MySQL Improved extension – coming soon The mysqli extension for PHP will be supported very soon in My SQLite. Unique and Easy to Use My SQLite is simple, but perfectly designed for small websites and applications. Apply simple queries and make tables in no time. Apply Many queries on one, two, three or more databases at a time. Customizable Use My SQLite as a “mixer” for all your application, or just as a snippet for a big project. You can app...

PHP Class for MySQL Database Manipulation

PHP Class for MySQL Database Manipulation

Description DBConnection is a PHP class designed to facilitate the MySQL database management with an useful set of methods, that allows the programmer to manipulate the data with a simplified interface. This class offers to the programmer a full set of methods that allow to construct SQL queries of any complexity, using appropriate methods in each situation. One of the main feature of this class is the ability to deal with the table relat...

ModelBuddy - PHP Model Generator

ModelBuddy - PHP Model Generator

Model generator for MVC based applications. It connects to a MySQL database and generates model files for each table. You can set model classnames prefix and add custom default data type values.

sSql Mysql Database Abstraction

sSql Mysql Database Abstraction

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 ...

Randomator Database Stuffit Generator

Randomator Database Stuffit Generator

Randomator Randomator randomizes random ramblings to reproduce and replicate realworld responses requisitioned by righteous research requests to reach relentless recyclable rows of respectable non-redundant repetitious revocable raw data. Really ridiculous right? Rinse & Repeat! Cliff-notes Description This script generates customizable realword random information and allows you to save it as an SQL file or to insert it directly into the ...

ToSQL - JSON/XML/PHP to SQL

ToSQL - JSON/XML/PHP to SQL

About Import large sets of data into an SQL table; ToSQL will create a suitable table structure, guessing data types, keys and more, and then proceed to inserting the data. This can be useful for those with large amounts of data stored in XML or JSON files, who want to make the transition to SQL . Usage $query = ToSQL::Import($table_name, $data, ToSQL::<type>); // mysql_query($query); </type>