YaWK  24.1
Yet another WebKit
twitter_timeline.php
Go to the documentation of this file.
1 <?php
2 /** @var $db \YAWK\db */
3 if (!isset($twitterTimeline))
4 { // load twitterGrid widget class
5  require_once 'classes/twitterTimeline.php';
6  // create new twitterGrid widget object
7  $twitterTimeline = new \YAWK\WIDGETS\TWITTER\TIMELINE\twitterTimeline($db);
8 }
9 // init twitterGrid widget
10 $twitterTimeline->init();