mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 05:37:39 +02:00
Nette extension renamed to DibiNette20Extension and moved to bridges/Nette
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
|
||||
|
||||
/**
|
||||
* Dibi extension for Nette Framework. Creates 'connection' service.
|
||||
* Dibi extension for Nette Framework 2.0. Creates 'connection' service.
|
||||
*
|
||||
* @author David Grudl
|
||||
* @package dibi\nette
|
||||
* @phpversion 5.3
|
||||
*/
|
||||
class DibiNetteExtension extends Nette\Config\CompilerExtension
|
||||
class DibiNette20Extension extends Nette\Config\CompilerExtension
|
||||
{
|
||||
|
||||
public function loadConfiguration()
|
@@ -39,7 +39,7 @@ require_once dirname(__FILE__) . '/libs/DibiEvent.php';
|
||||
require_once dirname(__FILE__) . '/libs/DibiFileLogger.php';
|
||||
require_once dirname(__FILE__) . '/libs/DibiFirePhpLogger.php';
|
||||
if (interface_exists('Nette\Diagnostics\IBarPanel') || interface_exists('IBarPanel')) {
|
||||
require_once dirname(__FILE__) . '/Nette/DibiNettePanel.php';
|
||||
require_once dirname(__FILE__) . '/bridges/Nette/DibiNettePanel.php';
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user