Jump to content

Template system


Recommended Posts

There are several tutorials on setting up a content management system all over the web, including this site.

Just remember, it's best to learn how to swim before going deeper than you can reach ;)
Link to comment
Share on other sites

I already know how to swim...jsut not int he object oriented end.

Most of the tutorials are not what I'm loking for. And content management tutorials I've found ahve most of the html hard coded into the script. and I read the one here.

What I'm looking for is a simple script that will parse an html script like this:

[code]<html>
<head>
<title>Infected Designs :: {PAGE_TITLE}</title>
</head>

<body>
<h1>{CONTENT}</h1>

</body>
</html>[/code]
Link to comment
Share on other sites

Spare yourself the immense effort and just use Smarty. It really couldn't be any easier (I don't know what PHPBB uses it might use Smarty). Anyway check it out at:
smarty.php.net
You can customize the heck out of it so you can have the flexibility you want without reinventing the wheel.
Link to comment
Share on other sites

  • 1 year later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.