8000 GitHub - elamuor/Noumenal-PHP-Library: PHP Source Code. Mainly extensions to Zend Framework.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

elamuor/Noumenal-PHP-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Noumenal PHP Library
====================

PHP Classes. Mainly extensions to [Zend
Framework](http://framework.zend.com/).

Email bug reports to <support@noumenal.co.uk>

License
-------
These source files are subject to the new BSD license that is bundled
with this package in the file noumenal-new-bsd-licence.txt. It is also
available through the world-wide-web at this URL:

<http://noumenal.co.uk/license/new-bsd/>

If you did not receive a copy of the license and are unable to obtain it
through the world-wide-web, please send an email to
support@noumenal.co.uk so we can send you a copy immediately.

Attribution
-----------
Beyond maintaining the Copyright Notice and Licence, attribution is
appreciated but not required. Please attribute where appropriate by
linking to:

<http://noumenal.co.uk/>

Installation and Autoloading
----------------------------------
Copy the folder `library/Noumenal` into your application's include path.
The Noumenal Library assumes that you have autoloading enabled.

If using ZF >= v1.9.0 register the `Noumeal_` namespace with the
autoloader in your bootstrap:

    $loader = Zend_Loader_Autoloader::getInstance();
    $loader->registerNamespace('Noumenal_');


Registering View Helpers
------------------------
Add the path and prefix for Noumenal View Helpers in your bootstrap.

Minimally:

    $view = new Zend_View;
    $view->addHelperPath('Noumenal/View/Helper','Noumenal_View_Helper');


See [A Fading Tan's PHP
Label](http://blog.noumenal.co.uk/search/label/PHP) for more details.

About

PHP Source Code. Mainly extensions to Zend Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0