12 lines
113 B
PHP
12 lines
113 B
PHP
<?php
|
|
|
|
namespace Zotlabs\Web;
|
|
|
|
|
|
class Controller {
|
|
|
|
function init() {}
|
|
function post() {}
|
|
function get() {}
|
|
|
|
} |