Posts: 9
Threads: 4
Joined: Aug 2009
Hi,
i really like the get simple, because its really really simple and easy to use and deploy, feature which i love see in GS is addition of some php template engine which will also create cache for pages. as a testing i have used
rain php template engine and got success using template engine with GS. RainTpl is also simple as GS, it will help the designer to using only template tags not the php tags and function used in template
here is rain template engine link
http://www.raintpl.com/
Posts: 661
Threads: 52
Joined: Feb 2011
Maybe this functionality could be added to getsimple through a plugin?
Posts: 1,204
Threads: 30
Joined: Jun 2010
To be honest creating a template for GS is so simple, that implementing template engine as an additional layer would make it worse.
At this stage of development there's not many GS tags to use.
Maybe after v4(5?), when more useful template options appear.
Addons: blue business theme, Online Visitors, Notepad
Posts: 2,928
Threads: 195
Joined: Feb 2011
I agree with yojoe,
this CMS is "GetSimple" not "MakeItComplex" and I know from my experience with SMARTY in CMSMadeSimple that too many layers lower the opacity ;=(
Posts: 2,094
Threads: 54
Joined: Jan 2011
2011-04-29, 03:50:20
(This post was last modified: 2011-04-29, 03:50:45 by nime.)
I agree with yojoe and Connie:
GetSimple is about keeping it simple, and frankly, something like {pageDate} is just a different syntax of <?php get_page_date(); ?>. And then you would need to specify how to pass parameters, specify conditional tags and more.
PHP is, different than e.g. Java (where you need JSP tags or something similar), designed to be used within HTML pages and using the short syntax of <?=get_page_date()?> there is even less difference.
Posts: 290
Threads: 26
Joined: Oct 2010
2011-04-29, 05:15:26
(This post was last modified: 2011-04-29, 05:16:24 by Chastin3.)
One might even say that php itself
IS a template engine for HTML so GS already supports a very powerful one
-Rob A>
Posts: 661
Threads: 52
Joined: Feb 2011
RobA Wrote:One might even say that php itself IS a template engine for HTML so GS already supports a very powerful one
-Rob A>
I would have to agree with RobA & Mvlcek,
using the php is just as easy