Using Zend Clases - Help-
Permalink
Hi there, i want to use Zend_Form class inside a concrete block. Is this possible? can someone give me some help?
ty.
ty.
If its in
/concrete/libraries/3rdparty/Zend/
do
Loader::Library('3rdparty/Zend/blah');
instead of the require_once
/concrete/libraries/3rdparty/Zend/
do
Loader::Library('3rdparty/Zend/blah');
instead of the require_once
I know, it's an old thread but walking into it right now.
I want to use (some) other Zend Framework libraries (like Zend_Oauth).
I have created a /libraries/3rdparties/Zend directory and added the modules. The Zend_Oauth has some dependecies with Zend_Http and others. How do we handle extra Zend_??? libraries? Is it possible? (also because the zend code uses require_once statements). Does the Zend_Loader have to be used?
Pfewh... Hope someone can help me out ;)
I want to use (some) other Zend Framework libraries (like Zend_Oauth).
I have created a /libraries/3rdparties/Zend directory and added the modules. The Zend_Oauth has some dependecies with Zend_Http and others. How do we handle extra Zend_??? libraries? Is it possible? (also because the zend code uses require_once statements). Does the Zend_Loader have to be used?
Pfewh... Hope someone can help me out ;)
You can probably do something similar with Zend Form.
I had to look through the Zend classes to figure out what/how do specifically do things, but it seems pretty straightforward.
I hope this helps.