| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Vincent DiBartolo (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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. |
| ||||
| 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. |
| ||||
| 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 |