https://github.com/tur-nr/ci-f
CI+F is a third party package for CodeIgniter 2.0 that integrates the powerful Flourish Library into your applications.
https://github.com/tur-nr/ci-f
Last synced: 3 months ago
JSON representation
CI+F is a third party package for CodeIgniter 2.0 that integrates the powerful Flourish Library into your applications.
- Host: GitHub
- URL: https://github.com/tur-nr/ci-f
- Owner: tur-nr
- Created: 2011-07-28T14:39:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-28T14:57:43.000Z (almost 14 years ago)
- Last Synced: 2024-12-31T23:29:55.062Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 591 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#CodeIgniter+Flourish
* * *
##ReadMe
###Description
[CI+F](https://github.com/turner296/ci-f/ 'CI+F GitHub') is a third party package for [CodeIgniter 2.0](http://codeigniter.com/ 'CodeIgniter 2.0 website') that integrates the powerful [Flourish Library](http://flourishlib.com/ 'Flourish website') into your applications.
###Install
To install just copy the *ci-f* directory into your CodeIgniter *third_party* folder.You can either programmatically load the library by invoking the following lines of code in your CodeIngiter controller.
$this->load->add_package_path(APPPATH.'third_party/ci-f');
$this->load->library('flourish');Or, you can autoload it by modifying your *autoload* config file to have the following values.
$autoload['packages'] = array(APPPATH.'third_party/ci-f');
$autoload['libraries'] = array('flourish');###Copyrights
This CodeIgniter package includes a copy of *Flourish r1016* so I acknowledge Will Bond's license and copyright to his awesome work on the library.[**Flourish Copyright © 2007-2010 Will Bond**](http://flourishlib.com/docs/LicenseAgreement 'License Argeement')