View Single Post
Old 01-13-2009, 09:43 PM   #3 (permalink)
9three
The Contributor
 
Join Date: Oct 2008
Posts: 75
Thanks: 4
9three is on a distinguished road
Default

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?
9three is offline  
Reply With Quote