Login   Register  
PHP Classes
elePHPant
Icontem

File: cradlecore-mvc-version1.0-r33/cradlecore-mvc/framework/lib/cradlecore/mvc/project/cli.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of alejandro soto  >  Cradlecore MVC  >  cradlecore-mvc-version1.0-r33/cradlecore-mvc/framework/lib/cradlecore/mvc/project/cli.php  >  Download  
File: cradlecore-mvc-version1.0-r33/cradlecore-mvc/framework/lib/cradlecore/mvc/project/cli.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: Cradlecore MVC
Web development framework that implements MVC
Author: By
Last change:
Date: 2012-03-21 11:44
Size: 448 bytes
 

Contents

Class file image Download
<?php
/*
 * This file is part of the Cradlecore MVC package.
 * (c) Alejandro Soto Gonzalez. <asotog88@yahoo.es>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

require_once(dirname(__FILE__) . '/strings.php');
require_once(
dirname(__FILE__) . '/CommandReader.php');
echo 
$texts['title'] . "\n";
$command = new CommandReader();
$command->readCommand($argv);
?>