PHP Classes
Icontem

Class: My One Line SQL


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Carlo Tasca  >  My One Line SQL  >  Download  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: My One Line SQL Support forum
Base name: myonelinesql
Description: Compose and execute common MySQL database queries
Version: 1
Required PHP version: 5
License: GNU General Public License (GPL)
All time users: 289 users
All time rank: 4392
Week users: 0 users
Week rank: 3608
 
  Author   Group folder image Groups   Detailed description  
  Rate classes User ratings   Applications   Files Files  

Author

Picture of Carlo Tasca
Name: Carlo Tasca <e-mail contact>
Published packages: 2 Browse this author's classes Browse this author's classes
Country: United Kingdom United Kingdom - PHP jobs in United Kingdom
Home page: ???
Age: 38
All time rank: 1898
Week rank: 1559

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

Detailed description

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

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

File Role Description
HTML file READ_ME.html Doc. READ ME file
Plain text file examples.php Example File containing examples
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.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products