求zendframework最新配置

nadaooffer 2011-03-10 08:44:48
zendframework最新的配置,谁能发我一个啊?我 配置了一天还是错误的,谁帮帮忙啊??
一定是最新的配置啊
...全文
86 5 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
deepoo 2011-04-15
  • 打赏
  • 举报
回复

// Define path to application directory
defined('APPLICATION_PATH') || define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/application'));
//echo APPLICATION_PATH.'hhh';exit();
// Define application environment
defined('APPLICATION_ENV') || define('APPLICATION_ENV', (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'production'));

// Ensure library/ is on include_path
set_include_path(implode(PATH_SEPARATOR, array(
realpath(APPLICATION_PATH . '/../library'),
get_include_path(),
)));

/** Zend_Application */
require_once 'Zend/Application.php';

// Create application, bootstrap, and run
$application = new Zend_Application(
APPLICATION_ENV,
APPLICATION_PATH . '/configs/application.ini'
);
$application->bootstrap()->run();
lxydyx 2011-04-13
  • 打赏
  • 举报
回复
http://bbs.phpchina.com/viewthread.php?tid=205635&highlight=%E5%A4%9A%E6%A8%A1%E5%9D%97
ezhuo 2011-03-31
  • 打赏
  • 举报
回复
关注中。。。。
falloutxxx2 2011-03-13
  • 打赏
  • 举报
回复
看看手册把~!http://framework.zend.com/

http://framework.zend.com/manual/en/learning.quickstart.intro.html
daly2008 2011-03-12
  • 打赏
  • 举报
回复
google一下,应该比较多。

4,250

社区成员

发帖
与我相关
我的任务
社区描述
国内外优秀PHP框架讨论学习
社区管理员
  • Framework
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧