Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 52 → Rev 51

/trunk/View.php
2,6 → 2,9
 
namespace PointedEars\PHPX;
 
require_once __DIR__ . '/Application.php';
require_once __DIR__ . '/AbstractModel.php';
 
/**
* A general view handled by a controller according to the MVC pattern
*