Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 51 → Rev 52

/trunk/Controller.php
2,9 → 2,6
 
namespace PointedEars\PHPX;
 
require_once __DIR__ . '/Application.php';
require_once __DIR__ . '/View.php';
 
/**
* A general controller that can handle views according to
* the MVC pattern