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:
parent
b4db5d1e45
commit
0a6c124302
6 changed files with 43 additions and 125 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue