https://github.com/sumitarora/kohana-mongodb-example
https://github.com/sumitarora/kohana-mongodb-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumitarora/kohana-mongodb-example
- Owner: sumitarora
- License: other
- Created: 2012-11-03T19:39:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-16T07:16:37.000Z (over 13 years ago)
- Last Synced: 2025-03-03T17:13:35.109Z (over 1 year ago)
- Language: PHP
- Size: 2.13 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kohana Mongo DB Example
This is a sample project created to learn working of [Mongodb](http://www.mongodb.org/) with [Kohana](http://kohanaframework.org) php framework.
I might not have used best practices in kohana framework now but will improve it over the time.
Currently utilized modules:-
Kohana::Controller
Kohana::Config
Kohana::Session
#Future Scope
Improve authorization with Kohana::Auth module and add ORM for effective DB communication.