Class tinyURL
Located at zp-extensions/tinyURL.php
public
|
|
public
|
|
public
|
|
public
|
|
public static
|
|
public static
|
|
public static
|
integer |
albums
|
#
1
|
integer |
images
|
#
2
|
integer |
news
|
#
4
|
integer |
news_categories
|
#
8
|
integer |
pages
|
#
16
|
public static
array
|
$DBassoc
|
#
array('albums' => self::albums, 'images' => self::images, 'news' => self::news, 'news_categories' => self::news_categories, 'pages' => self::pages)
|
public static
array
|
$tableAsoc
|
#
array('1' => 'albums', '2' => 'images', '3' => 'news', '4' => 'pages', '5' => 'comments', '6' => 'news_categories')
|