Fixed some issued with PHP <5.3, added more built in profiling and ditched the Singleton class (related to <5.3 issues).

This commit is contained in:
Josh Sherman 2010-10-03 23:07:48 -04:00
parent b4db5d1e45
commit 0a6c124302
6 changed files with 43 additions and 125 deletions

View file

@ -21,7 +21,7 @@
* This class contains methods for easily generating form elements. There is a
* heavy focus on select boxes as they have the most overhead for a developer.
*/
class Form extends Singleton
class Form extends Object
{
/**
* Get Instance