Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shigebeyond/kohana-ext
https://github.com/shigebeyond/kohana-ext
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shigebeyond/kohana-ext
- Owner: shigebeyond
- Created: 2014-10-10T14:25:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T14:54:47.000Z (about 10 years ago)
- Last Synced: 2023-02-26T10:27:13.214Z (over 1 year ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. kohana的扩展
h2. 概述
kohana-ext包含 对kohana3框架与通用模块的扩展,如对Date新加方法now(),新建有布局模板的控制器类Controller_Layout_Template...
h2. 类的扩展
* *Controller_Layout_Template* 有布局模板的控制器.
* *Virtual_Validation_Exception* 虚拟的校验异常.
* *Arr* 扩展类Arr.
* *Auth* 扩展类Auth.
* *Bootstrap* 输入bootstrap样式的html的帮助类.
* *Curl* 封装发送curl请求的帮助类.
* *Date* 扩展类Date.
* *File* 扩展类File.
* *Form* 扩展类Form.
* *Pagination* 扩展类Pagination.
* *Request* 扩展类Request.
* *Script* 脚本执行与表达式求值的帮助类.
* *Security* 扩展类Security.
* *Tree* 封装树操作的帮助类.
* *Valid* 扩展类Valid.
* *Validation* 扩展类Validation.h2. 消息的扩展
* *messages/validation.php* 中文化校验错误的消息.
h2. 视图的扩展
* *views/bootstrap/* bootstrap模板的视图.
* *views/errors/* 错误的视图.
* *views/form* 表单的视图.