File | Date | Author | Commit |
---|---|---|---|
app | 2011-01-05 | caseeaero | [r32] |
resources | 2010-08-24 | caseeaero | [r11] icons:3 |
system | 2011-01-05 | caseeaero | [r32] |
.htaccess | 2011-01-05 | caseeaero | [r30] |
GETTINGSTARTED.md | 2010-08-24 | caseeaero | [r16] |
README.md | 2011-01-05 | caseeaero | [r31] 31 |
colours.txt | 2010-08-25 | caseeaero | [r23] |
index.php | 2011-01-05 | caseeaero | [r32] |
install.php | 2011-01-05 | caseeaero | [r32] |
latest.zip | 2011-01-05 | caseeaero | [r32] |
site.txt | 2010-08-24 | caseeaero | [r16] |
/ Pruzny PHP MVC framework is licensed under GPL
* http://www.gnu.org/licenses/gpl.html
* enjoy, use, redistribute, leave this README.md file
/
INSTALL:
chmod app/cache to 777 ; not required (must to use cache and to use install script!)
to setup the DB: (isn't needed for partial use)
open config/db.php and suit it to your needs
open config/config.php and set $config['db'] = true
create & add SQL to app/cache/sql.sql if you need SQL added to the DB
run install.php if you need SQL added to the DB
delete install.php if it doesn't delete itself (if you chmoded the app/cache to 777, this isn't required)
CHANGELOG:
0.1.2: added cache support, added install script final, added DB class, added text/data class, added cache class
0.1.3: add special URIs for controllers, give controllers dedicated folder.
0.2.6: new user library, cache, text and tpling support.
0.2.7: fixed glitch on homepage, various other minor fixes.
TODO: