Home  >  Article  >  Backend Development  >  最新的oop+tpl框架_PHP

最新的oop+tpl框架_PHP

WBOY
WBOYOriginal
2016-06-01 12:40:061180browse

最新框架:OOP+TPL
1、全OOP编程方式+MVC模式;
2、一个良好的框架,可以非常方便的组织业务逻辑,让你事半功倍;
3、Vant模板引擎的全面实例
在使用中,对vant又作了大量修改,现命名为Vant 4.01,个人认为比smarty更方便,也很强大。
4、全面事件模拟
当页面载入时触发page_load()事件,当出错时触发page_err()事件,当页面载入完成后触发page_unload()事件,当插入时触发onInsert()事件,当修改时触发onUpdate()事件...
5、input变量的统一处理,借用渣渣的;
6、多语言处理;
7、全程错误处理机制;
8、DataSet数据库操作核心类,综合了数据库的操作,文件上传与翻页等功能,大大简化和方便数据库相关的操作;

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn