https://github.com/fpietka/zend-nested-set
Implementation of a nested set model to use with Zend Framework
https://github.com/fpietka/zend-nested-set
nested-set php zend-framework
Last synced: 3 months ago
JSON representation
Implementation of a nested set model to use with Zend Framework
- Host: GitHub
- URL: https://github.com/fpietka/zend-nested-set
- Owner: fpietka
- License: other
- Created: 2009-12-29T22:56:06.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T21:59:36.000Z (over 9 years ago)
- Last Synced: 2024-04-14T06:15:01.369Z (about 1 year ago)
- Topics: nested-set, php, zend-framework
- Language: PHP
- Homepage:
- Size: 160 KB
- Stars: 21
- Watchers: 7
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/fpietka/Zend-Nested-Set/build-status/master) [](https://scrutinizer-ci.com/g/fpietka/Zend-Nested-Set/?branch=master) [](https://scrutinizer-ci.com/g/fpietka/Zend-Nested-Set/?branch=master) [](https://styleci.io/repos/452790)
INSTALLATION
=======================================================================The minimum requirement is that your Web server supports PHP 5.4.
This application requires that you either have Zend Framework on your
include_path, or that you will be symlinking your Zend Framework library
into the library directory. If you do not yet have Zend Framework, you
can get it from one of the following sources:* Official Release:
http://framework.zend.com/downloads/latest#ZF1* Using Subversion; use either the current trunk or the 1.12.7 release branch:
svn checkout http://framework.zend.com/svn/framework/standard/trunk/library/Zend
svn checkout http://framework.zend.com/svn/framework/standard/branches/release-1.12/library/Zend* Using Git; use either the current master or the 1.12.7 release branch:
git clone https://github.com/zendframework/zf1
git checkout release-1.12.7DEPENDENCY
=======================================================================* PHP Package
php5 php-pear php5-sqlite php5-curl php5-xmlrpc php5-json* PHAR Package
wget https://phar.phpunit.de/phpunit.pharDOCUMENTATION
======================================================================To lauch unit tests:
php mageekguy.atoum.phar -d tests/REQUESTS
=======================================================================
If you have any feature requests, feel free to send them to:François Pietka
francois [at] pietka [dot] frI may or may not honor them. :)
LICENSE
=======================================================================
Please see COPYING