tangled
alpha
login
or
join now
jcs.org
/
halfmoon
0
fork
atom
a tiny mvc framework for php using php-activerecord
0
fork
atom
overview
issues
pulls
pipelines
halfmoon
/
skel
/
at
master
6 folders
jcs.org
don't automatically call session_start() in render_action() because it makes php send headers to disable caching, and in general we're not going to need sessions everywhere and php is probably using server-side temporary files for sessions.
16y ago
1440a31d
config
Config: fix sqlite database pdo strings, add sqlite default to db.ini
9 years ago
controllers
don't automatically call session_start() in render_action() because it makes php send headers to disable caching, and in general we're not going to need sessions everywhere and php is probably using server-side temporary files for sessions.
16 years ago
helpers
big changes to introduce helper classes like rails has, to limit the amount of junk that has to be in controllers and re-use code
16 years ago
public
add an nginx+php_fpm interface, which sets up an absolute url
10 years ago
script
more __DIR__ usage
15 years ago
views
add flash_success and add_flash_successes(), like errors and notices
14 years ago