摘要: Zend Framework 第九节数据库操作学习总结2007-09-15 17:40Zend_Db_Adapter得到一个实例$config = array( 'host' => '127.0.0.1', 'username' => 'root', 'password' => '', 'dbname' => 'zf', 'port' => '3306',);$db = Zend_Db::factory(& 阅读全文
posted @ 2011-01-28 09:27 春哥也编程 阅读(1606) 评论(0) 推荐(0)
摘要: Implement SOAP services with the Zend FrameworkQuickly add SOAP services to your PHP Web application with the Zend FrameworkVikram Vaswani, Founder, MelonfireSummary: The Zend Framework is an MVC-compliant framework for building robust, scalable PHP Web applications. It includes a Zend_Soap componen 阅读全文
posted @ 2011-01-28 09:24 春哥也编程 阅读(915) 评论(0) 推荐(0)