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