SproutCMS

This is the code documentation for the SproutCMS project

class DbToolsController

Provides tools for dealing with the database
Tools include a sync tool and a structure viewer

Source code (4 results)

/sprout/config/routes.php   Highlighted file source

Line 88: $config['dbtools/?'] = 'DbToolsController/index';
Line 89: $config['dbtools/(.+)'] = 'DbToolsController/$1';

/sprout/Controllers/DbToolsController.php   Highlighted file source

Line 78: class DbToolsController extends Controller

/sprout/sprout_load.php   Highlighted file source

Line 184: 'class' => 'Sprout\\Controllers\\DbToolsController',

/sprout/views/dbtools/navigation.php   Highlighted file source

Line 2: use Sprout\Controllers\DbToolsController;
Line 11: <?php foreach (DbToolsController::$tools as $section => $subtools): ?>

A total of 6 lines in 4 files were found