Moved some more common code into lnapp

This commit is contained in:
Deon George
2014-02-17 11:29:11 +11:00
parent 7a78a9a7d6
commit b2912e4007
11 changed files with 190 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
* @copyright (c) 2014 Deon George
* @license http://dev.leenooks.net/license.html
*/
class lnApp_URL extends Kohana_URL {
abstract class lnApp_URL extends Kohana_URL {
// Our method paths for different functions
public static $method_directory = array(
'admin'=>'a',