* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2+ * @link http://www.mageia.org/ * */ class MGA_Downloads extends Pinq_App { function __construct($controller, $options) { $this->_control = $controller; $this->_options = $options; } function run() { return array( 'headers' => array(), 'body' => 'test app' ); } }