PHP Classes

Packages of Bob Gombocki

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Bob Gombocki (2)  >  Mission progress status  >  Reputation  
Picture of Bob Gombocki
Name: Bob Gombocki <contact>
Classes: 2
Country: Norway Norway
Age: ???
All time rank: 24778 in Norway Norway
Week rank: 195 Up1 in Norway Norway Up
All time users: 914
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 Class Manager  
Auto-load classes based on XML definitions
Class Manager can be used to load classes based on classpath definitions read from XML files. Including the source files will be automatic, and transparent to the application.

Classpath xml files can be used to specify paths from which given classes should be loaded. They can also specify source filename templates and lookup paths for automatic lookup.

Offers features for validating class paths: can check if source files exist, detect class name collisions, includes all source files to find compiling errors, etc.

  Files folder image PersistClass  
DB access wrapper & storing objects in DB tables
This package provides access relational databases. Attempts to focus on simplicity and convenience by eliminating the need of boiler-plate, unmeaningful code.

Features:

- establish database connections (MySQL, Oracle, more to come)
- execute SQL queries
- parse query results
- convenience methods (read single row or value, etc..)
- data escaping (against SQL injection, HTML escaping for outputs)
- transaction handling
- strict error handling - no more undetected errors
- object persistence - storing and retrieving PHP objects in db tables
- possibility to implement support for not yet supported DBs

Check the included demos to see some working examples of its features.


  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