Jump to content

Template system & rows


cburwell

Recommended Posts

I have a template class that I wrote (following a tutorial I found) that I am using for a website I am creating.

What I need to do is select everything from a table and then display each row from the DB in it's own row in an HTML table. I have template tags set up for each cell in the db table, like so:

[code]
<tr>
    <td><a href="{edit_link}">Edit</a></td>
    <td>{title}</td>
    <td>{poster}</td>
    <td>{date_posted}</td>
  </tr>
[/code]

A standard while look does not seem to work, since it does not produce the desired output. Does anyone have any ideas on how I can go about this? I am sorry if I am being vague. It's late, and I need some sleep. If you need more information let me know and I will post the information.
Link to comment
Share on other sites

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.