repo.or.cz
/
vsc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* changed the name of the mysql improved sql driver
[vsc.git]
/
_res
/
_libs
/
urlhelpers
/
urlhelpers.class.php
blob
c517bf67a9c4751079f285693b4aa8bbb596dd20
1
<
?php
2
/**
3
* @package ts_urlhelpers
4
* @author Marius Orcsik <marius@habarnam.ro>
5
* @date 09.02.27
6
*/
7
class
urlHelpers
extends
tsPackage
{
8
protected
$members
=
array
(
9
'tsUrlAbstract'
,
10
'tsUrlFactory'
,
11
'tsUrlFriendly'
,
12
'tsUrlRegular'
13
);
14
}