mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
First public release of MyAAC
This commit is contained in:
36
system/libs/dwoo/Dwoo/Adapters/CodeIgniter/README
Normal file
36
system/libs/dwoo/Dwoo/Adapters/CodeIgniter/README
Normal file
@@ -0,0 +1,36 @@
|
||||
CodeIgniter/Dwoo adapater
|
||||
-------------------------
|
||||
Integration of Dwoo into Codeigniter (1.7.0 >)
|
||||
|
||||
Links:
|
||||
Dwoo - http://dwoo.org
|
||||
CodeIgniter - http://codeigniter.com
|
||||
|
||||
Installation:
|
||||
1) Extract package into your application directory (i.e. $webroot/application or
|
||||
$webroot/system/application)
|
||||
2) Change the parameters in config/dwootemplate.php
|
||||
3) Create the compile and cache directory you set in your config file in step 2
|
||||
and give it the correct rights (chmod 777 when on *nix)
|
||||
4) Extract/copy the Dwoo package into application/libraries/dwoo
|
||||
5) Browse to : http://[yoururl]/dwoowelcome
|
||||
|
||||
|
||||
Version info
|
||||
1.0.2 [11-03-2009] Fixed a problem with $data attribute (which Dwoo also used)
|
||||
1.0.1 [12-11-2008] Removed some & in the dwootemplate
|
||||
Changed licencse
|
||||
Changed 'output' in 'get' in the dwootemplate (line 122)
|
||||
1.0.0 [11-11-2008] Initial release
|
||||
|
||||
|
||||
Questions/Remarks?
|
||||
mail to: stefan.verstege@newmedia.nl
|
||||
IM me on GTALK: verstege@gmail.com
|
||||
Contact me on the Dwoo forums: stefanv
|
||||
|
||||
---------[ copyright notice ]-----------------------------------------------------------------------
|
||||
This software is provided 'as-is', without any express or implied warranty.
|
||||
In no event will the authors be held liable for any damages arising from the use of this software.
|
||||
|
||||
License http://dwoo.org/LICENSE Modified BSD License
|
Reference in New Issue
Block a user