Definition at line 131 of file image_list_view.inc.
◆ buildTable()
ImageGalleryListView::buildTable |
( |
|
$images | ) |
|
Definition at line 144 of file image_list_view.inc.
148 $table->column(
"Title",
"<a href='{$this->link}'>{title}</a>",
true,
"width: 40%")
149 ->column(
"Image File",
"{image_file}",
true,
"width: 40%")
150 ->column(
"Date Taken",
"{date_taken}",
true,
"width: 20%");
151 $table->emptyMessage =
"No images have been added to this gallery";
◆ drawView()
ImageGalleryListView::drawView |
( |
| ) |
|
◆ ImageGalleryListView()
ImageGalleryListView::ImageGalleryListView |
( |
|
$gallery, |
|
|
|
$link = "image_form?image_id={image_id}" |
|
) |
| |
Definition at line 136 of file image_list_view.inc.
138 $images = $gallery->Images("ORDER BY
title");
141 $this->table = $this->buildTable($images);
◆ writeScript()
ImageGalleryListView::writeScript |
( |
| ) |
|
◆ $link
ImageGalleryListView::$link |
◆ $table
ImageGalleryListView::$table |
The documentation for this class was generated from the following file: