1 | <?php |
||
3 | class DbSqlHelper { |
||
4 | |||
5 | 3 | public static function UCFirstByRef(&$value) { |
|
8 | |||
9 | /** |
||
10 | * Quotes comment with SQL comment statement |
||
11 | * Make checks for comment limiters in comment |
||
12 | * |
||
13 | * @param $comment |
||
14 | * |
||
15 | * @return string |
||
16 | */ |
||
17 | public static function quoteComment($comment) { |
||
26 | |||
27 | } |
||
28 |