I added a new folder inside the library folder and named it as "Form" ( so now I have two folders, the Form & Zend )
inside the "Form" folder, I added a file named "Elements.php"
inside the "Elements.php" I have named the class as
class Elements{}
now the question is, How will I use that Elements class to another class without having to use the require() function just like the Zend libraries ?
