1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-26 07:24:25 +02:00
This commit is contained in:
David Grudl
2007-08-23 00:57:28 +00:00
parent 2c6608f817
commit 05b8c0ad43
10 changed files with 101 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ class DibiException extends Exception
}
public function __toString()
{
$s = parent::__toString();

View File

@@ -137,7 +137,6 @@ final class DibiTranslator
private function formatValue($value, $modifier)
{
// array processing (with or without modifier)
@@ -287,7 +286,6 @@ final class DibiTranslator
/**
* PREG callback for @see self::formatValue()
* @param array