streams/Zotlabs/Web/Controller.php

12 lines
113 B
PHP
Raw Normal View History

2016-04-15 23:13:55 +00:00
<?php
namespace Zotlabs\Web;
class Controller {
function init() {}
function post() {}
function get() {}
}