473,800 Members | 2,380 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please recommend a HTML template engine written in php

PHP is already a HTML templating laguage, but I am looking for a HTML
template engine for users who know nothing about HTML. This template engine
should not be too complex, as this is for very basic users only.

Some HTML online editor is good, but too complex, it's useful for web
builder writting HTML page.
Jul 20 '05 #1
8 2532
"HchC" <no****@nowhere .com> a écrit dans le message de
news:c5******** **@news.seed.ne t.tw
PHP is already a HTML templating laguage, but I am looking for a HTML
template engine for users who know nothing about HTML. This template
engine should not be too complex, as this is for very basic users
only.


Smarty is very popular, very powerful. Of course for complex things your
users will have to learn the Smarty language, but otherwise it's very easy
to build it up.

Jul 20 '05 #2
"HchC" <no****@nowhere .com> a écrit dans le message de
news:c5******** **@news.seed.ne t.tw
PHP is already a HTML templating laguage, but I am looking for a HTML
template engine for users who know nothing about HTML. This template
engine should not be too complex, as this is for very basic users
only.


Smarty is very popular, very powerful. Of course for complex things your
users will have to learn the Smarty language, but otherwise it's very easy
to build it up.

Jul 20 '05 #3
HchC wrote:
PHP is already a HTML templating laguage, but I am looking for a HTML
template engine for users who know nothing about HTML. This template engine
should not be too complex, as this is for very basic users only.

Some HTML online editor is good, but too complex, it's useful for web
builder writting HTML page.

What exactly are you looking for? Are you looking for a CMS system? If
you want a CMS I'd like to recommend Plone. Or you can try
egroupware<http ://www.egroupware. org> which has a CMS tool called sitemgr.

Are you looking for a DMS (document management system)? Or you want
something like wiki?
Jul 20 '05 #4
HchC wrote:
PHP is already a HTML templating laguage, but I am looking for a HTML
template engine for users who know nothing about HTML. This template engine
should not be too complex, as this is for very basic users only.

Some HTML online editor is good, but too complex, it's useful for web
builder writting HTML page.

What exactly are you looking for? Are you looking for a CMS system? If
you want a CMS I'd like to recommend Plone. Or you can try
egroupware<http ://www.egroupware. org> which has a CMS tool called sitemgr.

Are you looking for a DMS (document management system)? Or you want
something like wiki?
Jul 20 '05 #5
No, I am not looking for CMS, DMS may be, would you like to recommend one?

"Zhang Weiwu" <zh********@rea lss.com> ?????
news:c5******** ****@ID-165187.news.uni-berlin.de...
HchC wrote:
PHP is already a HTML templating laguage, but I am looking for a HTML
template engine for users who know nothing about HTML. This template engine should not be too complex, as this is for very basic users only.

Some HTML online editor is good, but too complex, it's useful for web
builder writting HTML page.

What exactly are you looking for? Are you looking for a CMS system? If
you want a CMS I'd like to recommend Plone. Or you can try
egroupware<http ://www.egroupware. org> which has a CMS tool called sitemgr.

Are you looking for a DMS (document management system)? Or you want
something like wiki?

Jul 20 '05 #6
No, I am not looking for CMS, DMS may be, would you like to recommend one?

"Zhang Weiwu" <zh********@rea lss.com> ?????
news:c5******** ****@ID-165187.news.uni-berlin.de...
HchC wrote:
PHP is already a HTML templating laguage, but I am looking for a HTML
template engine for users who know nothing about HTML. This template engine should not be too complex, as this is for very basic users only.

Some HTML online editor is good, but too complex, it's useful for web
builder writting HTML page.

What exactly are you looking for? Are you looking for a CMS system? If
you want a CMS I'd like to recommend Plone. Or you can try
egroupware<http ://www.egroupware. org> which has a CMS tool called sitemgr.

Are you looking for a DMS (document management system)? Or you want
something like wiki?

Jul 20 '05 #7
Smarty is good, but it's for "smart" people...not for average users.

"Pierre Goiffon" <pg******@nowhe re.invalid> ?????
news:40******** *************@n ews.free.fr...
"HchC" <no****@nowhere .com> a écrit dans le message de
news:c5******** **@news.seed.ne t.tw
PHP is already a HTML templating laguage, but I am looking for a HTML
template engine for users who know nothing about HTML. This template
engine should not be too complex, as this is for very basic users
only.


Smarty is very popular, very powerful. Of course for complex things your
users will have to learn the Smarty language, but otherwise it's very easy
to build it up.

Jul 20 '05 #8
Smarty is good, but it's for "smart" people...not for average users.

"Pierre Goiffon" <pg******@nowhe re.invalid> ?????
news:40******** *************@n ews.free.fr...
"HchC" <no****@nowhere .com> a écrit dans le message de
news:c5******** **@news.seed.ne t.tw
PHP is already a HTML templating laguage, but I am looking for a HTML
template engine for users who know nothing about HTML. This template
engine should not be too complex, as this is for very basic users
only.


Smarty is very popular, very powerful. Of course for complex things your
users will have to learn the Smarty language, but otherwise it's very easy
to build it up.

Jul 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
2493
by: Nick Messick | last post by:
I have a multi step signup form that I'm building and I have the following question. Should I do it this way: <?php if (blah == 1) { ?><table><td width="100">........etc <?php } else { ?> <table><td width="100">........etc <?php } ?>
1
4003
by: C. Olive | last post by:
Environment: Classic ASP running on IIS v5.1 Scripting Language: VBScript I suppose someone would have to be somewhat familiar with Perl in order to answer this question specifically. If you are not intimately familiar with Perl, then perhaps you can still help by reading through the lines here... I'm looking for a templating system in a Classic ASP environment that works like HTML::Template in Perl. I've actually used HTML::Template
2
1564
by: Geoff Soper | last post by:
I've just written some HTML to be used with CSS and would like some opinions on if it's any good. I was aiming for the content to be easily accessible from CSS, bearing in mind the HTML will have multiple stylesheets applied to it by other people. I want the HTML to allow the style to be as flexible as possible. It's meant to show journal entries in a blog style. The code inside the braces is template engine (Smarty) code and will be...
18
4979
by: pkassianidis | last post by:
Hello everybody, I am in the process of writing my very first web application in Python, and I need a way to generate dynamic HTML pages with data from a database. I have to say I am overwhelmed by the plethora of different frameworks, templating engines, HTML generation tools etc that exist. After some thought I decided to leave the various frameworks aside for the
1
9660
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
4
1553
by: shuisheng | last post by:
Dear All, I want to develop an engine library for a particular purpose such as a physical phenomenon simulation. The input is the required physical data and geometry. The output is the simulation results. Also some postprocessing are required on the results. I have a rough design like this: Three classes: CInterface, CEngine, CPostprocessing
272
14203
by: Peter Olcott | last post by:
http://groups.google.com/group/comp.lang.c++/msg/a9092f0f6c9bf13a I think that the operator() member function does not work correctly, does anyone else know how to make a template for making two dimensional arrays from std::vectors ??? I want to use normal Array Syntax.
7
3728
by: petr.jakes.tpc | last post by:
Hi group, I would like to convert the output of the SQL query, or more generally I would like to convert any "table" data to the html table. I would like to set some rules to format cells, columns or rows (font, colour etc.) of the html table, according to the values in the specific cells. Googling for a while I have found only this tool: http://pasko.net/PyHtmlTable/
2
1411
by: Royt | last post by:
Hi, I'm a newbie to Python, but I think it won't be too hard to learn. A few days ago I registered Google App Engine, it only support Python 2.5. I want to set my blog on it soon. But it's not easy for me to finish it in a short time since I'm not very familiar with Python, so I want find some codes available, throught reading the code, I can learn something from it. I know there are many frameworks for web development, but I just want the...
0
9690
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10505
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10275
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10033
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7576
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2945
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.