Recommend this page to a friend! |
Classes of Jorge Castro | PHP PDO Login System One | vendor/eftec/bladeone/BladeOneLang.md | Download |
|
DownloadBladeOneLang extension library (optional)Requires: BladeOne This library adds cache to the visual layer and business/logic layer. For using this library, the code requires to include and use the trait BladeOneCache Setting:
Where /lang/es.php is simmilar to:
Template file
Returns: Hat in spanish is Sombrero There is one Gato Cheshire es un buen gato.
Template methods@_e('Word or phrase')it tries to translate the word if its in the array defined by For the previous example. @_ef('some phrase %s another words %s %i','word1','word2',20)Its the same than For the previous example. @_n('Singular','Plural',number)If number is plural (more than 1) then it translates (if any) the second word, otherwise it translates the first word. If not number is used then it always translates the singular expression. For the previous example. |