Hey together, I've pushed & released a new version today (0.9.3) with a asset function. Now I want to finish codeigniter-twiggy, my ideas are: - [x] add meta & asset array to config for something like main or global meta's/assets - [x] add a bunch of default allowed functions from some CI3 helpers - [x] abilty to auto register user_defined_functions (added in v0.9.7) - [x] Twig v2 compatibility (added in v0.9.7) - [x] adapt CI3 erros to twiggy - [x] add abilty to add safe functions to twiggy - [x] enhance assets function - [x] add abilty to create group assets (e.g. `$this->assets('<TYPE>', '<FILENAME>', '<GROUP>');`) - [x] create assets helper to render group assets - [x] create optional MY_Controller for auto theme/layout loading with errors (like CakePHP does) - [x] add [twiggy_helper.txt](https://github.com/REJack/codeigniter-twiggy/files/1093261/twiggy_helper.txt) from waptik - Overhaul gh-pages & docs - [x] change github page - [x] create a complete new documentation over GitBook & remove phpDoc infos - new Docs online [here](https://rejack.gitbooks.io/codeigniter-twiggy/content/) - [x] change codestyle based on CI3's PHP Style Guide - [ ] PHPunit Tests over Travis-CI & CodeCoverage over Coveralls __If anyone have a idea for some nice functions feel free to comment on this issue.__ regards REJack
Hey together,
I've pushed & released a new version today (0.9.3) with a asset function.
Now I want to finish codeigniter-twiggy, my ideas are:
$this->assets('<TYPE>', '<FILENAME>', '<GROUP>');)If anyone have a idea for some nice functions feel free to comment on this issue.
regards REJack