taller-mvc / mvc /public /index.php
ladogton2010's picture
test defaults
a84929c
raw
history blame
127 Bytes
<?php
// Load defaults
require_once('../app/init.php');
// Instantiating controller class
$mvcApp = new Core;