diff --git a/README.md b/README.md index 206e8ae..3e28098 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ Try it with composer command: composer require velliz/pte ``` -Or you can download it directly, run composer install after it. +Another requirement: + +* ext-json +* ext-xmlrpc ### Tags Available @@ -69,7 +72,7 @@ class BaseUrl implements \pte\CustomRender var $tempJs = ''; var $tempCss = ''; - public function Parse() + public function Parse($data = null, $template = '', $templateBinary = false) { if ($this->fn === 'url') { return 'http://localhost/' . $this->param; @@ -170,6 +173,10 @@ The output method is the part when the lexer and parser process the Html input. You also have a choice for choosing *Pte::VIEW_JSON* for output. Happy coding :) +--- + +# Examples + master.html ```html diff --git a/composer.json b/composer.json index 73cf1de..823288a 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "puko template engine", "type": "library", "license": "MIT", - "version": "0.1.6", + "version": "0.2.0", "authors": [ { "name": "didit velliz",