Welcome Guest, Not a member yet? Register   Sign In
[solved] where to store recurrent data ?
#3

[eluser]adamp1[/eluser]
or going along the helper idea:
Code:
function icon($type)
{
$image_props = array(
    'src' => 'public/images/action_' . $type . '.png',
    'alt' => $type,
    'class' => 'icon',
    'title' => $type
);

return img($image_props)
}


Messages In This Thread
[solved] where to store recurrent data ? - by El Forum - 07-30-2009, 02:45 AM
[solved] where to store recurrent data ? - by El Forum - 07-30-2009, 03:03 AM
[solved] where to store recurrent data ? - by El Forum - 07-30-2009, 03:21 AM
[solved] where to store recurrent data ? - by El Forum - 07-30-2009, 05:24 AM
[solved] where to store recurrent data ? - by El Forum - 07-30-2009, 05:34 AM
[solved] where to store recurrent data ? - by El Forum - 07-30-2009, 05:41 AM
[solved] where to store recurrent data ? - by El Forum - 07-30-2009, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB