codeigniter-twiggy icon indicating copy to clipboard operation
codeigniter-twiggy copied to clipboard

Twiggy - Twig template engine implementation for CodeIgniter

Results 15 codeigniter-twiggy issues
Sort by recently updated
recently updated
newest added

Hi! Is there a way to use it by parsing a string? Example: $str = "Hello {{ username }} "; So that it returns "Hello John". Greetings.

Twig2 Fixes - Due to Twig2 no longer allowing functions or globals to be added after the Lexer is initialised we need to do this prior to initializing the Lexer....

A fancy way to do that. Still needs to test. And maybe remove **twig_** and **_twig** functions once these are inside get_defined_functions array (the user array).

hi, sorry for my English.... ;) is possible to have a structure like this : themes          admin                     _layouts                             index.html.twig                     index                             index.html.twig                             edit.html.twig                     products                             index.html.twig                             edit.html.twig                     news                             index.html.twig                             edit.html.twig                     index.html.twig         default                     ...

I found this project and it seems to be good but I notice that the project haven't been updated for a long time, will this project continue?

I was creating a global variable in a conditional if, after that having the redirect inside that function. So, there is no call on display() whatsoever in the first place....

I' ve used the example from the twiggy page and here what i've got: Fatal error: Uncaught exception 'LogicException' with message 'Unable to add function "phpversion" as extensions have already...

Moved setLexer call to below registering filters and function to prevent this error "Unable to add function as extensions have already been initialized."

I found that when using multiple themes the order of the template locations passed twig would cause loading of the default them even if I'd specified an alternate theme. ```...

When loading partials from other modules twiggy is using the path to my theme folder from the partial I'm trying to load from a category module and not my blog...