forge
login
or
join now
jcs.org
/
halfmoon
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
a tiny mvc framework for php using php-activerecord
star
0
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
pulls
pipelines
halfmoon
/
skel
/
at
master
6 folders
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