Subversion Repositories PHPX

Rev

Rev 29 | Rev 52 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 51
Line 1... Line 1...
1
<?php
1
<?php
2
2
-
 
3
namespace PointedEars\PHPX;
-
 
4
3
require_once __DIR__ . '/Application.php';
5
require_once __DIR__ . '/Application.php';
4
require_once __DIR__ . '/AbstractModel.php';
6
require_once __DIR__ . '/AbstractModel.php';
5
7
6
/**
8
/**
7
 * A general view handled by a controller according to the MVC pattern
9
 * A general view handled by a controller according to the MVC pattern