Subversion Repositories PHPX

Rev

Rev 51 | Rev 70 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 51 Rev 52
Line 1... Line 1...
1
<?php
1
<?php
2
2
3
namespace PointedEars\PHPX;
3
namespace PointedEars\PHPX;
4
4
5
require_once __DIR__ . '/Application.php';
-
 
6
require_once __DIR__ . '/View.php';
-
 
7
-
 
8
/**
5
/**
9
 * A general controller that can handle views according to
6
 * A general controller that can handle views according to
10
 * the MVC pattern
7
 * the MVC pattern
11
 *
8
 *
12
 * @author tlahn
9
 * @author tlahn