Welcome Guest, Not a member yet? Register   Sign In
help with templates
#7

[eluser]Crafter[/eluser]
Firstly, no one's going to bite you if you ass PHP to the template. It's your application, do what's best for it.

Secondly, all I see from you link is a template. I'm not sure exactly what you are asking.

I suspect your real problem is that you don't undretand the data that is being passed down to the view.

My suggestion is that you understand what is going on in your view.. Look at my earlier posts. Do you undetstand it? If you do, debug your template by printing the value of the variables you need. especially your arrys, like this:

Code:
foreach($result as $key => $value)
{
    // Your secret lies here!!!
   print_r($value);
}


Messages In This Thread
help with templates - by El Forum - 11-30-2007, 02:07 PM
help with templates - by El Forum - 12-02-2007, 03:45 AM
help with templates - by El Forum - 12-02-2007, 03:58 AM
help with templates - by El Forum - 12-02-2007, 03:24 PM
help with templates - by El Forum - 12-02-2007, 03:35 PM
help with templates - by El Forum - 12-02-2007, 04:09 PM
help with templates - by El Forum - 12-02-2007, 05:08 PM
help with templates - by El Forum - 12-02-2007, 05:15 PM
help with templates - by El Forum - 12-03-2007, 05:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB