1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-01 10:02:53 +02:00

- public magic methods

This commit is contained in:
David Grudl
2008-07-22 22:37:14 +00:00
parent e48cd54a41
commit 97f2ed392f
2 changed files with 7 additions and 7 deletions

View File

@@ -444,7 +444,7 @@ class dibi
/**
* Replacement for majority of dibi::methods() in future.
*/
protected static function __callStatic($name, $args)
public static function __callStatic($name, $args)
{
//if ($name = 'select', 'update', ...') {
// return self::command()->$name($args);