Dieser Commit ist enthalten in:
Ursprung
2b21070b1a
Commit
f7a7c71f86
1583 geänderte Dateien mit 454759 neuen und 0 gelöschten Zeilen
31
application/modules/sqlbrowser/controllers/IndexController.php
Normale Datei
31
application/modules/sqlbrowser/controllers/IndexController.php
Normale Datei
|
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
/**
|
||||
* This file is part of MySQLDumper released under the GNU/GPL 2 license
|
||||
* http://www.mysqldumper.net
|
||||
*
|
||||
* @package MySQLDumper
|
||||
* @subpackage Controllers
|
||||
* @version SVN: $Rev$
|
||||
* @author $Author$
|
||||
*/
|
||||
/**
|
||||
* Sql Controller
|
||||
*
|
||||
* Controller to handle actions on SQLBrowser screen
|
||||
*
|
||||
* @package MySQLDumper_Modules
|
||||
* @subpackage SqlBrowser
|
||||
*/
|
||||
class Sqlbrowser_IndexController extends Zend_Controller_Action
|
||||
{
|
||||
|
||||
/**
|
||||
* Index Controller
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function indexAction()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren