https://github.com/simpleweb/zend-mongo-boilerplate
A basic PHP Zend Framework boilerplate for projects using MongoDB.
https://github.com/simpleweb/zend-mongo-boilerplate
Last synced: 13 days ago
JSON representation
A basic PHP Zend Framework boilerplate for projects using MongoDB.
- Host: GitHub
- URL: https://github.com/simpleweb/zend-mongo-boilerplate
- Owner: simpleweb
- Created: 2011-12-19T14:32:13.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-21T11:10:30.000Z (over 14 years ago)
- Last Synced: 2025-01-12T16:14:11.724Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 4.67 MB
- Stars: 2
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to use
==========
The tests/DefaultTest.php file contains some record inserts/deletes. To run the test:
$ cd tests
$ phpunit --stderr AllTests.php