Welcome Guest, Not a member yet? Register   Sign In
Display both name catagories and entries
#8

[eluser]WanWizard[/eluser]
Code:
$cat = '';
foreach ($results as $result)
{
    if ( $result->cat != $cat )
    {
        // print your category header here...
        $cat = $result->cat;
    }
    // print your entry stuff here...
}


Messages In This Thread
Display both name catagories and entries - by El Forum - 09-25-2010, 09:54 AM
Display both name catagories and entries - by El Forum - 09-25-2010, 01:46 PM
Display both name catagories and entries - by El Forum - 09-25-2010, 04:11 PM
Display both name catagories and entries - by El Forum - 09-25-2010, 08:22 PM
Display both name catagories and entries - by El Forum - 09-25-2010, 08:29 PM
Display both name catagories and entries - by El Forum - 09-25-2010, 09:21 PM
Display both name catagories and entries - by El Forum - 09-26-2010, 06:55 AM
Display both name catagories and entries - by El Forum - 09-26-2010, 07:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB