Welcome Guest, Not a member yet? Register   Sign In
What is the must recomendable templte system for a serious project.
#1

[eluser]frankabel[/eluser]
Hi,

I'm starting a couple of serius projects in the sense that they will need be maitenance for years and are from medium to big size. I want know what is the most stable, maitained and features rich template system that CI comunity use in projects like these.

Regards
Frank
#2

[eluser]solid9[/eluser]
To tell you the truth.
CodeIgniter has built in Templating Engine.
Even PHP is already a templating engine.

But if you wanted a 3rd party templating engine you can try SMARTY.
#3

[eluser]frankabel[/eluser]
Thanks for the quick reply.

My projects need organize presentation files using a kind of layout system that can lead to easy reutilization etc. I think that was a mistake put in the subject the word "template" instead the word "layout".

Thanks again.
Frank
#4

[eluser]solid9[/eluser]
For Layout I use Dreamweaver and hand coded CSS.

Hand Code CSS I guess is enough but Dreamweaver is very helpful for me.
#5

[eluser]frankabel[/eluser]
I'm on Ubuntu Wink What about a layout system like what ZendFramework has?

Thanks again for your help
Frank
#6

[eluser]solid9[/eluser]
You can try these,

http://coding.smashingmagazine.com/2008/...css-tools/
http://vandelaydesign.com/blog/design/css-layout-tools/

I tried Zend Framework before.
But the thing that turned off me is they don't give FREEDOM. Wink

They sell you stuffs.
#7

[eluser]frankabel[/eluser]
What I'm really finding is this kind of thing:

http://stackoverflow.com/questions/39570...ry-is-best

But the info I can't determine is what is the most robust-statble-freature rich of all other options that exist over there.

Frank
#8

[eluser]solid9[/eluser]
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. Wink
#9

[eluser]PhilTem[/eluser]
I tried a lot of the template libraries mentioned in @frankabel's link, but I'm stuck with @philsturgeon's template library (though I'm not using it to fullest extend i.e. I'm not making use of themes).

However, I'm very often thinking about creating my own template library which will also include an asset manager. So you see, I never was fully satisfied with the libraries available but they are sufficient for big projects.

And by the way: Phil's library is used on PyroCMS, so it must be rather good since PyroCMS is a rather awesome CI-based CMS Wink
#10

[eluser]solid9[/eluser]
@PhilTem

Someday I will try to learn and reverse engineer PyroCMS so that I can catch-up Phil Sturgeon skills.
At the moment I don't see the need of using a template engine.





Theme © iAndrew 2016 - Forum software by © MyBB