我只想使用ZEND框架的MAIL类
我必须在我的脚本中包含什么文件?
谢谢
发布于 2011-01-08 22:42:23
include '/path/to/Zend/lib/Zend/Mail.php' $zendMail = new Zend_Mail();
https://stackoverflow.com/questions/4634346
相似问题