Esempio n. 1
0
 static function addPageToUrl($url, $page)
 {
     return Helper_URL::addGetToUrl($url, $page != 1 ? "page={$page}" : NULL);
 }
Esempio n. 2
0
 function addGetToUrl($url, $get)
 {
     return Helper_URL::addGetToUrl($url, $get);
 }