PHP Developer's Network : Network Member Forums

Class: My One Line SQL



  Search   All class groups   Latest entries   Top 10 charts   Newsletter   Blog   Forums   Help FAQ  
  Login   Register  
Recommend this page to a friend! Trackback URL: http://www.phpclasses.org/trackback/browse/package/4500.html
      Classes of Carlo Tasca  > 
My One Line SQL
 >  Download  >  Support forum Support forum  >  RSS 1.0 feed RSS 2.0 feed Latest changes  >  Stumble It! Stumble It!  >  Bookmark in del.icio.us Bookmark in del.icio.us  
  Supplied by   Group folder image Groups   Detailed description  
  Rate classes User ratings   Applications   Files Files  
  • Supplied by:

  • Picture of Carlo Tasca
    Name: Carlo Tasca <e-mail contact>
    Published packages: 2
    Country: United Kingdom United Kingdom - PHP jobs in United Kingdom
    Home page: ???
    Age: 37
    All time rank: 1666
    Week rank: 1554

    Browse this author's classes

  • Groups:

  • Group folder image
    Classes using PHP 5 specific features
    View top rated classes
    Group folder image
    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   Site map   Statistics   Site tips   Privacy policy   Contact  

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