09-15-2012, 01:27 AM
[eluser]xerobytez[/eluser]
[quote author="solid9" date="1347678065"]All I can say Templating Engine is for noob.
Sorry I don't want to offend you.
But that's natural, Once you understand how CodeIgniter operate and manage its layout.
You don't need any Templating Engine anymore.
I suggest you read the whole Documentation regarding VIEWS.
And practice it, that's the only way to MASTER it.
[/quote]
Template engines are not "for noobs". They offer a lot of things that CI's barebones template engine does not. Advantages in readability, less code, complete and total view\logic separation and many other features. I personally use Twig Template Engine because I love its simplicity and syntax. Wrote a wrapper library that makes it really easy to use in CI. Take a look and see if it would work for you.
[quote author="solid9" date="1347678065"]All I can say Templating Engine is for noob.
Sorry I don't want to offend you.
But that's natural, Once you understand how CodeIgniter operate and manage its layout.
You don't need any Templating Engine anymore.
I suggest you read the whole Documentation regarding VIEWS.
And practice it, that's the only way to MASTER it.

[/quote]
Template engines are not "for noobs". They offer a lot of things that CI's barebones template engine does not. Advantages in readability, less code, complete and total view\logic separation and many other features. I personally use Twig Template Engine because I love its simplicity and syntax. Wrote a wrapper library that makes it really easy to use in CI. Take a look and see if it would work for you.