YaWK  24.1
Yet another WebKit
chaturbate.php
Go to the documentation of this file.
1 <?php
2 // check if db obj exits
3 if (!isset($db) || (empty($db)))
4 { // if not, create new db obj
5  $db = new \YAWK\db();
6 }
7 // check if chaturbate obj is set
8 if(!isset($chaturbate) || (empty($chaturbate)))
9 { // include chaturbate class
10  require_once ('classes/chaturbate.php');
11  // create chaturbate widget object
12  $chaturbate = new \YAWK\WIDGETS\CHATURBATE\STREAM\chaturbate($db);
13 }
14 // embed chaturbate video stream
15 $chaturbate->init();