seek_quarry
[ class tree: seek_quarry ] [ index: seek_quarry ] [ all elements ]

Class: RssLayout

Source Location: /views/layouts/rss_layout.php

Class Overview

Layout
   |
   --RssLayout

Layout used for the seek_quarry Website including pages such as search landing page and settings page


Author(s):

  • Chris Pollett

Methods


Inherited Variables

Inherited Methods

Class: Layout

Layout::__construct()
The constructor sets the view that will be drawn inside the Layout.
Layout::render()
The render method of Layout and its subclasses is responsible for drawing the header of the document, calling the renderView method of the View that lives on the layout and then drawing the footer of the document.

Class Details

[line 45]
Layout used for the seek_quarry Website including pages such as search landing page and settings page



Tags:

author:  Chris Pollett


[ Top ]


Class Methods


method render [line 58]

void render( array $data)

Responsible for drawing the header of the document containing Yioop! title and including basic.js. It calls the renderView method of the View that lives on the layout. If the QUERY_STATISTIC config setting is set, it output statistics about each query run on the database.

Finally, it draws the footer of the document.




Overrides Layout::render() (The render method of Layout and its subclasses is responsible for drawing the header of the document, calling the renderView method of the View that lives on the layout and then drawing the footer of the document.)

Parameters:

array   $data   an array of data set up by the controller to be be used in drawing the WebLayout and its View.

[ Top ]


Documentation generated by phpDocumentor 1.4.3