Changeset 20411
- Timestamp:
- 07/22/09 14:36:35 (4 years ago)
- Files:
-
- plugins/sfZendMailPlugin/trunk/README (modified) (2 diffs)
- plugins/sfZendMailPlugin/trunk/config/app.yml (modified) (1 diff)
- plugins/sfZendMailPlugin/trunk/lib/sfZendMailUtil.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfZendMailPlugin/trunk/README
r19685 r20411 23 23 symfony plugin:install sfZendMailPlugin 24 24 25 * Install Zend Framework manually from [Zend's Website](http://www.zend.com/community/downloads) or via pear 25 * Install Zend Framework manually from [Zend's Website](http://www.zend.com/community/downloads) or via pear. 26 26 27 27 pear channel-discover pear.zfcampus.org … … 32 32 all: 33 33 sf_zend_mail: 34 #framework_location: /usr/local/zend/share/ZendFramework/library /Zend34 #framework_location: /usr/local/zend/share/ZendFramework/library #whatever path contains the Zend folder 35 35 config: 36 36 charset: utf-8 # charset to use : utf-8, iso-8859-1, ... plugins/sfZendMailPlugin/trunk/config/app.yml
r19685 r20411 1 1 all: 2 2 sf_zend_mail: 3 #framework_location: /usr/local/zend/share/ZendFramework/library /Zend3 #framework_location: /usr/local/zend/share/ZendFramework/library #whatever path contains the Zend folder 4 4 config: 5 5 charset: utf-8 # charset to use : utf-8, iso-8859-1, ... plugins/sfZendMailPlugin/trunk/lib/sfZendMailUtil.class.php
r19685 r20411 59 59 60 60 set_include_path(sfConfig::get('app_sf_zend_mail_framework_location') . PATH_SEPARATOR . get_include_path()); 61 require_once (sfConfig::get('app_sf_zend_mail_framework_location') . DIRECTORY_SEPARATOR . 'Loader.php');61 require_once (sfConfig::get('app_sf_zend_mail_framework_location') . 'Zend'. DIRECTORY_SEPARATOR . 'Loader.php'); 62 62 63 63 spl_autoload_register(array(