Jump to content

how to use different library in ZF ?


sasori

Recommended Posts

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 ?  :confused:

 

Link to comment
https://forums.phpfreaks.com/topic/211405-how-to-use-different-library-in-zf/
Share on other sites

nothing happened, there's still an error that the class cannot be found.. am I doing the right thing?

1) the file name is Elements.php

2) the class name is Elements.php

3) folder name is "Form"

4) registerednamespace("Form_")

5) called the file to another class as,  new Form_Elements();

 

is the correct or ?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.