Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shigebeyond/kohana-ext-odm
https://github.com/shigebeyond/kohana-ext-odm
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shigebeyond/kohana-ext-odm
- Owner: shigebeyond
- Created: 2014-10-10T15:05:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T15:14:32.000Z (about 10 years ago)
- Last Synced: 2023-02-26T10:27:13.207Z (over 1 year ago)
- Language: PHP
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. kohana基于odm的扩展
h2. 概述
kohana-ext包含 对kohana3框架与通用模块的扩展,都是与mongodb-odm相关的扩展。
h2. 类的扩展
* *Mongo_Collection_MPTT* 基于mongodb-odm实现的mptt.
* *Mongo_Document_MPTT* 基于mongodb-odm实现的mptt.
* *Mongo_Collection* 扩展类Mongo_Collection.
* *Mongo_Document* 扩展类Mongo_Document.
* *Enum* 枚举的帮助类.
* *Formation* 表单域输出的帮助类.