免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1817 | 回复: 4
打印 上一主题 下一主题

Code Igniter's Application Flow Chart(axgle点评) [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-04-17 12:36 |只看该作者 |倒序浏览
Code Igniter's Application Flow Chart(axgle点评)

Code Igniter is an Open Source Web Application Framework that makes writing kick-ass PHP programs simple as apple pie
--Code Igniter是PHP爱好者的游乐园

The following graphic illustrates how data flows throughout the system:
--Code Igniter的游乐路线图


1. The index.php serves as the front controller, initializing the base resources needed to run Code Igniter.
--index.php是入口文件(游乐园入口,门票免费)

2. The Router examines the HTTP request to determine what should be done with it.
--根据HTTP请求寻找正确的路径(旅游地图,游乐向导)

3. If a cache file exists, it is sent directly to the browser, bypassing the normal system execution.
--若有缓存,则用它(已玩过的地方,只需回忆)

4. Security. Before the application controller is loaded, the HTTP request and any user submitted data is filtered for security.
--安全过滤或安全检查(警卫,防止坏人进入)

5. The Controller loads the model, core libraries, plugins, helpers, and any other resources needed to process the specific request.
--加载各种'库'文件并处理请求(使用各种工具,尽情的游玩)

6. The finalized View is rendered then sent to the web browser to be seen. If caching is enabled, the view is cached first so that on subsequent requests it can be served.
--最后,创建视图并显示(游玩结束啦,拍照片留个纪念吧)

[ 本帖最后由 axgle 于 2006-4-17 12:42 编辑 ]

论坛徽章:
0
2 [报告]
发表于 2006-04-17 16:39 |只看该作者
楼主是来练习翻译的么?

论坛徽章:
0
3 [报告]
发表于 2006-04-17 16:53 |只看该作者
图蛮好看的,,用什么画的?

论坛徽章:
0
4 [报告]
发表于 2006-04-17 17:38 |只看该作者
原帖由 seaheart 于 2006-4-17 16:39 发表
楼主是来练习翻译的么?

没有啦.我是觉得有趣,所以描述一下.

论坛徽章:
0
5 [报告]
发表于 2006-04-17 22:50 |只看该作者
典型的MVC架构。看名字像是zend的那个框架。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP