PHP Classes

Packages of Carlo Tasca

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Carlo Tasca (2)  >  Mission progress status  >  Reputation  
Picture of Carlo Tasca
Name: Carlo Tasca <contact>
Classes: 2
Country: United Kingdom
Age: 54
All time rank: 2759126 in United Kingdom
Week rank: 195 Up9 in United Kingdom Up
All time users: 750
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image My One Line SQL  
Compose and execute common MySQL database queries
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

  Files folder image packagex  
PHP Programming Innovation award nominee
March 2008
Number 9


Prize: One year server license IP to country region city database
Load multiple class with Java-like import commands
This package can be used to load multiple classes with Java-like import commands.

The main class has an import function that finds one or more classes in directories.

The classes that are found may be loaded individually or all at once without needing auto-load support.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z