clipbucket/upload/includes/classes/playlist.class.php
Arslan Hassan 21eb18bb20 FIXED : mysql queries
REMOVED : unused functions
FIXED : tbl function
2010-02-06 14:10:53 +00:00

23 lines
No EOL
369 B
PHP

<?php
/**
* This class is used to manage Playlist
* and Quicklist for ClipBucket
*
* @Author : Arslan hassan (te haur kaun o sukda :p)
* @License: CBLA
* @Since : Bakra Eid 2009
*/
class cbplaylist
{
/**
* Database Tables
*/
var $dbtbl = array('user_playlists'=>'cb_user_playlists','playlist_items'=>'playlist_items');
}