Category added. Lot rotation system started

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@24 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
akulikov
2008-12-09 13:19:13 +00:00
parent e66b8410a7
commit fcf9f48c13
2 changed files with 5 additions and 12 deletions

View File

@ -55,6 +55,7 @@ abstract class Model
switch (strtolower(substr($sql, 0, 6))) {
case 'select':
case '(selec':
return new ModelSelectResult($res);
case 'insert':
return new ModelInsertResult($this->handler);