get init() working with class modules
This commit is contained in:
12
Zotlabs/Web/Controller.php
Normal file
12
Zotlabs/Web/Controller.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Zotlabs\Web;
|
||||
|
||||
|
||||
class Controller {
|
||||
|
||||
function init() {}
|
||||
function post() {}
|
||||
function get() {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user