-
Notifications
You must be signed in to change notification settings - Fork 10
Text
Stefano Azzolini edited this page Feb 22, 2016
·
1 revision
The Text module contains text related utility.
Fast string templating, it uses a dot notation path for retrieving value.
Values must be enclosed in {{ }}
double curly braces.
echo Text::render('Your IP is : {{ server.REMOTE_HOST }}',[
'server' => $_SERVER
]);
Your IP is : 192.30.252.131
Core is maintained by using the Semantic Versioning Specification (SemVer).
Copyright 2014-2016 Caffeina srl under the MIT license.
http://caffeina.com