If you are you looking to implement any Zend library in your development. Please follow the below example for the same. Here we are using mailing library in the below example:
1) Include library path as below
include '/define/your/path/upto/library/Zend/lib/Zend/Mail.php';
include '/define/your/path/upto/library/Zend/lib/Zend/Mime.php';
// Define your object
$mailer = new Zend_Mail;
0 Comment(s)