meta/app/modules/meta/controllers/section.php

30 lines
480 B
PHP

<?php
/**
* meta
*
* Hierarchial data tool
*
* @package meta
* @author Timothy J. Warren
* @copyright Copyright (c) 2012
* @link https://github.com/aviat4ion/meta
* @license http://philsturgeon.co.uk/code/dbad-license
*/
// --------------------------------------------------------------------------
/**
* Section Controller
*/
class Section extends \miniMVC\Controller {
/**
* Constructor
*/
public function __construct()
{
}
}
// End of section.php