| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Andrei Caminschi (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 package can be used to generate HTML and CSS defined programmatically. It has a class for defining CSS styles by setting the name and values of each property. There is also another class that can generate HTML tags including defining its name, attributes and contained data. This class is a basic class for creating HTML elements in PHP without having to write any html code. The package contains the base class : htmlelement and a few other extension classes. |
| ||||
| This class can be used to generate Javascript to call jQuery library. It intercepts calls to class functions that do not exist and generates a string with JavaScript code that would be used to call jQuery library functions passing the argument values passed to the class call after converting them into JavaScript Object Notation. The class calls return the instance of the current object which can be used to also retrieve the generated JavaScript code string. |
| ||||
| This package can be used to compose common MySQL queries from parameters. It is a set of classes that can compose queries to run on MySQL from a list of parameters that define tables, fields, field values and conditions. There are separate classes for composing queries of type: SELECT, INSERT, UPDATE and DELETE. |
| 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 |