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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.