public function GalleryAssistPager::__construct in Gallery Assist 7
Same name in this branch
- 7 libs/classes/GalleryAssistPager.php \GalleryAssistPager::__construct()
- 7 libs/classes/GalleryAssistPager.inc \GalleryAssistPager::__construct()
- 7 libs/classes/GalleryAssistPager_ORIG.inc \GalleryAssistPager::__construct()
File
- libs/
classes/ GalleryAssistPager.php, line 4
Class
Code
public function __construct($node) {
#global $_DB, $_CONFIG;;
$this->ids = $node->ga_items_ids;
$this->conf = $node->ga_conf[$node->type];
}