Welcome Guest, Not a member yet? Register   Sign In
Getting Twiggy with It
#5

(03-14-2016, 11:38 PM)ivantcholakov Wrote: @kilishan

What do you think about parser/template engine detection by view's file extension name?

Code:
'twig' => array('twig', 'html.twig'),
'mustache' => array('mustache.html', 'mustache'),
'markdown' => array('md', 'markdown', 'fbmd'),
'textile' => 'textile',
// Etc.

What do you mean? You'd still have to load the engine via compose or a library right?
Codeigniter is simply one of the tools you need to learn to be a successful developer. Always add more tools to your coding arsenal!


Messages In This Thread
Getting Twiggy with It - by kilishan - 03-14-2016, 09:36 PM
RE: Getting Twiggy with It - by mixinix - 03-14-2016, 09:53 PM
RE: Getting Twiggy with It - by albertleao - 03-14-2016, 09:54 PM
RE: Getting Twiggy with It - by ivantcholakov - 03-14-2016, 11:38 PM
RE: Getting Twiggy with It - by albertleao - 03-14-2016, 11:49 PM
RE: Getting Twiggy with It - by ivantcholakov - 03-15-2016, 01:23 AM
RE: Getting Twiggy with It - by kilishan - 03-15-2016, 06:06 AM
RE: Getting Twiggy with It - by albertleao - 03-15-2016, 09:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB