This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/Zotlabs/Web/Controller.php
2016-06-14 20:30:34 -07:00

14 lines
115 B
PHP

<?php
namespace Zotlabs\Web;
class Controller {
function init() {}
function post() {}
function get() {}
}