Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
XaBerr committed Jan 8, 2016
1 parent 72c0993 commit a67611c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ then you will need to begin 4 files:
_home.php_, _index.php_, _template.php_ and _gui.php_.

Index -> Shorter.

Template -> template of all pages.

Home -> is a common inherited from the page template.

Gui -> It is the page where it is injected the html code processed by template.php.


The page Template that contains the Template class must inherit from the class Html.
The basic class Html, has provided these parameters to be injected into the gui.
```
Expand All @@ -63,6 +67,9 @@ $this->data["js"] = array();
$this->data["jsVariables"] = array();
```
_brand_ is an array that contains the name and image of the brand.

_pagePath_ is an array that contains the logical level of the page, such as: documents> private> today => (documents, private, today).

_css_ and _js_ arrays that contain the relative path of the file.

_jsVariables_ contains an array of arrays containing the pair variable name, value.

0 comments on commit a67611c

Please sign in to comment.