PHP Classes

Classes of Wesley de Souza

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Wesley de Souza (1)  >  Mission progress status  >  Reputation  
Picture of Wesley de Souza
Name: Wesley de Souza <contact>
Classes: 1
Country: Brazil Brazil
Age: 37
All time rank: 3245246 in Brazil Brazil
Week rank: 227 Up20 in Brazil Brazil Up
All time users: 513
Week users: 0
 
  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 phpSQL  
Run SQL queries defined programmatically
This package can compose SQL queries defined programatically to be executed with ADODb.

There is a query class that can compose the query adding the WHERE condition clause,

The conditions can be made of multiple clauses combined with logical operators AND, and OR.

This class supports column alias, adding tables to the queries, switch/case statements, math operators, aggregating expressions like SUM, AVG, MIN, MAX, column sorting.

The composed queries can be executed with or without restricting the range of rows to be returned.

There is also another class that provides functionality to combine data from multiple tables, like performing joins.


  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