Login   Register  
PHP Classes
elePHPant
Icontem

My One Line SQL

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Carlo Tasca
Name: Carlo Tasca <e-mail contact>
Packages: 2 Browse all classes by Carlo Tasca Browse all classes by
Country: United Kingdom United Kingdom - PHP jobs in United Kingdom
Age: 42
All time rank: 2365106 in United Kingdom United Kingdom
Week rank: 2112 Up85 in United Kingdom United Kingdom Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description   Download .zip .tar.gz  
This package can be used to compose and execute common types of MySQL database queries.

It can run several types of common queries within a single call using eventual parameters to define queries that take variable values.

Currently it supports the following types of queries:

- SELECT what FROM tablename
- SELECT what FROM tablename WHERE where_expression
- SELECT what FROM tablename ORDER BY order_expression ASC/DESC
- SELECT what FROM tablename WHERE where_expression ORDER BY order_text ASC/DESC
- SELECT what FROM tablename WHERE where_expression ORDER BY order_text ASC/DESC LIMIT query_limits
- UPDATE tablename SET which_set WHERE where_expression
- INSERT INTO tablename (fields) VALUES (which_VALUES)
- CREATE TABLE table_structure
- ALTER TABLE tablename ADD add_what AFTER after_what
- SHOW TABLES
- DROP TABLE tablename
- DELETE FROM tablename WHERE where_expression
- OPTIMIZE TABLE tablename

  Classes of Carlo Tasca  >  My One Line SQL  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: My One Line SQL
Base name: myonelinesql
Description: Compose and execute common MySQL database queries
Version: 1
PHP version: 5
License: GNU General Public License (GPL)
All time users: 333 users
All time rank: 5911
Week users: 0 users
Week rank: 2294 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes


  User ratings  
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Accessible without login HTML file READ_ME.html Doc. READ ME file
Accessible without login Plain text file examples.php Example File containing examples
Accessible without login Plain text file cvars.inc.php Conf. PHP file for configuration
Plain text file DBconnect.class.php Class Class to provide DB connection
Plain text file DBQuery.class.php Class Class to support mySQL strings set up
Plain text file MyOneLineSQL.class.php Class Main class for package - Provides methods to define and execute mySQL query in one line of code
Plain text file Parameterable.class.php Class Interface for parameters definitions
Plain text file RunDBQuery.class.php Class Runs mySQL queries
Plain text file SQLable.class.php Class Interface for DB connectivity

Download all files: myonelinesql.tar.gz myonelinesql.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.