clipbucket/upload/includes/classes/playlist.class.php

23 lines
369 B
PHP
Raw Normal View History

2013-10-07 12:17:06 +00:00
<?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');
}