@@ -66,6 +66,9 @@ discard block |
||
| 66 | 66 | return $this->adapter->delete($table,$where); |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | + /** |
|
| 70 | + * @param string $str |
|
| 71 | + */ |
|
| 69 | 72 | protected function escape_str($str, $like = FALSE) |
| 70 | 73 | { |
| 71 | 74 | |
@@ -120,7 +123,6 @@ discard block |
||
| 120 | 123 | |
| 121 | 124 | /** |
| 122 | 125 | * |
| 123 | - * @param type $param |
|
| 124 | 126 | */ |
| 125 | 127 | public function getResultQuery($table,\SimpleORM\ISpecificationCriteria $Criteria ) { |
| 126 | 128 | |
@@ -156,6 +158,7 @@ discard block |
||
| 156 | 158 | /** |
| 157 | 159 | * Создает селект не только для основной таблицы но и для приджойненых таблиц |
| 158 | 160 | * @param type $joins |
| 161 | + * @param string $manualSelect |
|
| 159 | 162 | * @return type |
| 160 | 163 | */ |
| 161 | 164 | protected function createSelect(array $joins,$manualSelect) |
@@ -173,8 +176,8 @@ discard block |
||
| 173 | 176 | /** |
| 174 | 177 | * Получение записей по условию |
| 175 | 178 | * @param type $where |
| 176 | - * @param type $limit |
|
| 177 | - * @param type $offset |
|
| 179 | + * @param integer $limit |
|
| 180 | + * @param integer $offset |
|
| 178 | 181 | * @param type $joins |
| 179 | 182 | * @param type $order |
| 180 | 183 | * @param type $manualJoins |