PHP Classes

Packages of Vincent DiBartolo

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Vincent DiBartolo (3)  >  Mission progress status  >  Reputation  
Picture of Vincent DiBartolo
Name: Vincent DiBartolo <contact>
Classes: 3
Country: United States United States
Age: ???
All time rank: 1013144 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 3165
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 DropDown.inc  
Use the Template class to generate a drop-down
This class is a useful implementation of the Template class (see my other classes). It requires that class (which requires SQLCall itself). This class will dynamically generate a drop down using the results of a db query. You can also add options to the drop down manually and skip the database altogether. Very useful.

  Files folder image SQLCall  
Easiest possible access to results of a query
SQLCall uses PHP's highly dynamic nature to give the calling class unprecedented access to the result set in an intuitive way. It currently only supports connections to mySQL databases. This class is perfect for those who like their results at hand - no hashes or lists to have to walk through.

  Files folder image Template.inc  
Super generic template processing
The Template class provides the base for generic processing of often-used snippets. Utilizing the SQLCall class, this class will take a code snippet (or load one from a file - even more convenient at times) and fill it out with the results of a database query. See my DropDown class for the first logical progression of this idea, with more to come as I develop them.


  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