phpDocumentor GloryLands
Interface
[ class tree: GloryLands ] [ index: GloryLands ] [ all elements ]

Class: GLSmartTemplate

Source Location: /engine/lib/interface/glsmarttemplate.php

Class GLSmartTemplate

Class Overview

GloryLands Smart template This class extends the GLTemplate and appends some automation support.

GloryLands Smart template This class extends the GLTemplate and appends some automation support. In detail: 1) The GLSmartTemplate will automatically extract all the head information from the HTML template and add them on the root template. That way you don't need to concern about putting the heading information on a special location.

Located in /engine/lib/interface/glsmarttemplate.php [line 47]

GLDataset
   |
   --GLTemplate
      |
      --GLSmartTemplate
Author(s):
Information Tags:
Version:  1.0

Methods

[ Top ]
Descendants
Child Class Description
GLIForm Predefined form layout

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From GLTemplate

GLTemplate::$evaluated
GLTemplate::$extensions
GLTemplate::$file
GLTemplate::$response

Inherited From GLDataset

GLDataset::$vars

Inherited From GLTemplate

GLTemplate::__construct()
Construct the GL Template, using the file specified
GLTemplate::call_extension()
Call a template category
GLTemplate::fetch()
GLTemplate::register_extension()
Register a template extension
GLTemplate::__toString()
Convert this into a string Returns the 'text' variable, if exists.

Inherited From GLDataset

GLDataset::__construct()
GLDataset::assign()
Assign a value into a variable
GLDataset::import()
Import variables from an array or object
GLDataset::object_added()
An inheritable function to notify an object attachment
GLDataset::object_removed()
An inheritable function to notify an object detachment
GLDataset::pop()
Pop a value from a variable
GLDataset::push()
Push a value on a variable If the variable is not an array, it is conerted to.
GLDataset::push_once()
Push a value on a variable, but make sure it's only one on the array This function checks for an existing $value on the array. exists, it is not appended twice.
GLDataset::shift()
Shift a value from a variable
GLDataset::sort()
Sort the contents of a variable
GLDataset::unshift()
Unshift a value on a variable If the variable is not an array, it is conerted to.
GLDataset::usort()
Sort the contents of a variable using a user callback
GLDataset::var_changed()
An inheritable function to notify a variable update
GLDataset::var_removed()
An inheritable function to notify a variable removal
GLDataset::__get()
Get data variables
GLDataset::__isset()
Check for defined variables
GLDataset::__set()
Set data variables
GLDataset::__unset()
Unset a variable

[ Top ]
Method Summary
void   fetch()  

[ Top ]
Methods
fetch  [line 74]

  void fetch( )


API Tags:
Access:  public


Redefinition of:
GLTemplate::fetch()

[ Top ]

Documentation generated on Tue, 13 Oct 2009 23:49:09 +0300 by phpDocumentor 1.4.1