https://github.com/zeroasterisk/as-library-of-php-helper-functions
a helper library of PHP functions (some require cakephp)
https://github.com/zeroasterisk/as-library-of-php-helper-functions
Last synced: 5 months ago
JSON representation
a helper library of PHP functions (some require cakephp)
- Host: GitHub
- URL: https://github.com/zeroasterisk/as-library-of-php-helper-functions
- Owner: zeroasterisk
- Created: 2012-03-09T19:48:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-09T20:29:46.000Z (over 14 years ago)
- Last Synced: 2024-04-15T01:28:21.908Z (about 2 years ago)
- Homepage:
- Size: 88.9 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# "as" PHP Helper Library
This is primarily intended as an extension to CakePHP's excellent core libraries ("2.0":http://book.cakephp.org/2.0/en/core-libraries.html "1.3":http://book.cakephp.org/1.3/en/view/1477/Core-Utility-Libraries)
## Installation ##
git submodule add https://github.com/zeroasterisk/as-library-of-PHP-helper-functions app/Plugin/As
or download and extract to:
cd path_to_app
mv as-library-of-PHP-helper-functions Plugin/As
## Configure & Initialize ##
for CakePHP 2.0+ in your App/Config/bootstrap.php file:
App::uses('As', 'As.Lib');
for CakePHP 1.3+ in your app/configs/bootstrap.php file:
App::import('lib', 'As.As');
for any other PHP implementation:
include_once('as.php');
## Basic Usage ##
(WIP)
## License ##
Copyright 2012, [Zeroasterisk](http://zeroasterisk.com)
Licensed under [The MIT License](http://www.opensource.org/licenses/mit-license.php)
Redistributions of files must retain the above copyright notice.
## Copyright ##
Copyright 2012
[Zeroasterisk](http://zeroasterisk.com)