YaWK  24.1
Yet another WebKit
fb_cover.php
Go to the documentation of this file.
1 <?php
2 if (!isset($db) || (empty($db)))
3 { // if not, create new db obj
4  $db = new \YAWK\db();
5 }
6 // include fb example widget class
7 include ('classes/fbCover.php');
8 // create fb event object
9 $cover = new \YAWK\WIDGETS\FACEBOOK\FBCOVER\fbCover($db);
10 // basic data output
11 $cover->drawCoverImage();
12 ?>
$cover
Definition: fb_cover.php:9