| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of reini urban (2) | > | 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 |
| ||||
| "db_view" provides: * An abstraction class and helpers for multi-tabled Mysql data. (init, select, select_row, count, insert, update, delete) * Atomic multi-table updates, inserts, deletes eg: update items, month set items.price=month.price where items.id=month.id; Also primitive non-atomic (=insecure) rollbacks. * Functions, Triggers and Defaults per action (select, update, insert, delete; before or after) * Rich logging and debugging facilities. |
| ||||
| This class is an HTML tag wrapper that provides functions to output many types of HTML tags with arguments that control the details of how such tags are generated. This class is similare to HTML::Element Perl module, and the light counterpart of the advanced PhpWiki modules, which outputs trees of xml objects, not strings as htmlclass. Features: - Ensures proper nesting of HTML tags (especially with emacs), - XHTML (XML) compliant. If the constant XHTML is defined, XHTML conforming tags are returned, otherwise the generated tags are compliant with HTML 4. - Variable number of content arguments for all tags, not only containers. - Can NOT do tag nesting checking. (is_contained_in(), may_contain(), is_valid_attribute()) |
| 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 |