예제 #1
0
파일: uri.php 프로젝트: 01J/bealtine
 static function pathToUri($path)
 {
     $i = NextendUri::getInstance();
     return $i->_baseuri . str_replace(array(NextendFilesystem::getBasePath(), DIRECTORY_SEPARATOR), array('', '/'), str_replace('/', DIRECTORY_SEPARATOR, $path));
 }
예제 #2
0
 static function ajaxUri($query = '', $magento = 'nextendlibrary')
 {
     $i = NextendUri::getInstance();
     return $i->_baseuri;
 }