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