PHP Classes

Packages of Eren Ezgü

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Eren Ezgü (2)  >  Mission progress status  >  Reputation  
Picture of Eren Ezgü
Name: Eren Ezgü <contact>
Classes: 2
Country: Turkey Turkey
Age: 41
All time rank: 151624 in Turkey Turkey
Week rank: 195 Up8 in Turkey Turkey Up
All time users: 1984
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 Query Limit  
Compute the LIMIT clause to get paginated results
This is a simple class to compute the SQL LIMIT clause to retrieve query results to display in paginated listings.

It takes as parameters an array with values of the total number of rows in the result set, the number of rows to display per page and the current page to be displayed.

The class returns a string with the SQL LIMIT clause that should be used to specify the range of rows to be retrieved from the database.

  Files folder image XML Parser (XML to array)  
Build an array with a XML document structure
This class can be used to build an array with a XML document structure

It takes a XML document as a single text string and parses it to build a document structure as nested array.

The structure array is stored in a class variable.


  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