Skip to content

class Books

Oliver edited this page Apr 26, 2020 · 3 revisions

www/models/books.php


Books

Package

zorg\Books

Overview

Public Properties

menus() | meta_description() | page_image() | page_link() | page_title() | sidebar() |

Constants

No constants found

Public Methods

__construct() | assign_model_to_smarty() | showAddnew() | showBook() | showDelete() | showEdit() | showOverview() | showUserbooks() |

Properties

menus

public $menus

meta_description

public $meta_description

page_image

public $page_image

page_link

public $page_link

page_title

public $page_title

sidebar

public $sidebar

Methods

__construct()

public __construct() : mixed

assign_model_to_smarty()

Assign Model to $smarty Object

public assign_model_to_smarty(object $smarty) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showAddnew()

public showAddnew(object $smarty) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showBook()

public showBook(object $smarty, mixed $book_id, mixed $book_title) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showDelete()

public showDelete(object $smarty, mixed $book_id, mixed $book_title) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showEdit()

public showEdit(object $smarty, mixed $book_id) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showOverview()

public showOverview(object $smarty) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

showUserbooks()

public showUserbooks(object $smarty, mixed $user, mixed $user_id) : mixed

Tags
  • version: 1.0
  • since: 1.0 29.08.2019 IneX method added

\ » Classes » Books

Clone this wiki locally