Subversion Repositories PHPX

Compare Revisions

Last modification

Regard whitespace Rev 52 → Rev 51

/trunk/Controller.php
2,6 → 2,9
 
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