This is not a complete framework, is a set of tools that work on top of Zend Framework, the idea is to use these tools, as mere helpers for RAID development on ZF.
- Zend Framework 1
- PHP 5.3+
You need to add the library/
directory to your include path,
it can be global or on a per-project basis.
You can find out more about the PHP include_path
configuration directive here:
http://www.php.net/manual/en/ini.core.php#ini.include-path
Instructions on how to change PHP configuration directives can be found here: