Fed

Results 97 comments of Fed

The variables are checked at line 381, and the registered tags at 392. I think I don't understand what do you mean, can you please explain?

I've fixed it maintaining the function back compatible. @xPaw can you please review the code? https://github.com/rainphp/raintpl3/tree/issue-7

Can you please review my change and check on a Windows machine.

that's awkward, for now you can add: ``` if (!defined("DIRECTORY_SEPARATOR") { define("DIRECTORY_SEPARATOR", "/" ); } ``` I think we should add that inside the Tpl.php file. On Fri, Nov 14,...

Sail/Useragent is already PSR-0, it's on packagist and you can install it with Composer. The instructions to install it and use it are in the README: https://github.com/rainphp/useragent

Please go ahead and open a PR for `PSR-4` I'll review and merge it, if good