01-13-2009, 09:43 PM
|
#3 (permalink)
|
|
The Contributor
Join Date: Oct 2008
Posts: 75
Thanks: 4
|
All the components listed here:
http://framework.zend.com/manual/en/
I'm assuming that those are the class names. If I wanted to use the Zend_Mail compnent, I would do:
Zend_Loader::loadClass('Mail');
Correct?
|
|
|
|