a tiny mvc framework for php using php-activerecord
at master 8 lines 126 B view raw
1#!/usr/bin/env php 2<?php 3 4require_once(__DIR__ . "/../halfmoon/lib/commands/console.php"); 5 6new \HalfMoon\Console($argv); 7 8?>