source: branches/0.4/web/addons/job_monarch/dwoo/Dwoo/Adapters/CodeIgniter/README @ 755

Last change on this file since 755 was 755, checked in by ramonb, 11 years ago
  • add Dwoo
File size: 1.3 KB
Line 
1CodeIgniter/Dwoo adapater
2-------------------------
3Integration of Dwoo into Codeigniter (1.7.0 >)
4
5Links:
6Dwoo - http://dwoo.org
7CodeIgniter - http://codeigniter.com
8
9Installation:
101) Extract package into your application directory (i.e. $webroot/application or
11   $webroot/system/application)
122) Change the parameters in config/dwootemplate.php
133) Create the compile and cache directory you set in your config file in step 2
14   and give it the correct rights (chmod 777 when on *nix)
154) Extract/copy the Dwoo package into application/libraries/dwoo
165) Browse to : http://[yoururl]/dwoowelcome
17
18
19Version info
201.0.2 [11-03-2009] Fixed a problem with $data attribute (which Dwoo also used)
211.0.1 [12-11-2008] Removed some & in the dwootemplate
22                   Changed licencse
23                   Changed 'output' in 'get' in the dwootemplate (line 122)
241.0.0 [11-11-2008] Initial release
25
26
27Questions/Remarks?
28mail to:        stefan.verstege@newmedia.nl
29IM me on GTALK: verstege@gmail.com
30Contact me on the Dwoo forums: stefanv
31
32---------[ copyright notice ]-----------------------------------------------------------------------
33This software is provided 'as-is', without any express or implied warranty.
34In no event will the authors be held liable for any damages arising from the use of this software.
35
36License    http://dwoo.org/LICENSE   Modified BSD License
Note: See TracBrowser for help on using the repository browser.