slimphp / PHP-View

A Simple PHP Renderer for Slim 3 & 4 (or any other PSR-7 project)
MIT License
264 stars 60 forks source link

Add layout support #44

Closed tsu1980 closed 5 years ago

tsu1980 commented 5 years ago

Fix #38 BC problem.

geggleto commented 5 years ago

@akrabat this is fine to merge; but we should update the travis to allow failures on HHVM

geggleto commented 5 years ago

@tsu1980 can you merge master into your branch. Should clear up the travis error. thanks.

tsu1980 commented 5 years ago

@geggleto Done!

Update: It looks not executed phpunit. using deprecated option? - Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed.

piotr-cz commented 4 years ago

There is a problem when using the fetch method directly and layout is set. Application crashes with an error

Fatal error: Uncaught Error: Maximum function nesting level of '512' reached, aborting! 

See https://github.com/slimphp/PHP-View/issues/49#issuecomment-519986193