Welcome Guest, Not a member yet? Register   Sign In
How add links, anchors, etc,. to the HTML Table Class?
#6

[eluser]Asinox[/eluser]
i did it Smile

Code:
function makeColumns(){
         $contact = $this->galerias_model->listar_imagenes($this->uri->segment(4));
         foreach($contact as $cont):
         $datas[] = '<a >imagename.'" rel="lightbox[galeria]"><img src='.base_url().'>thumbnail.'></a>';
         endforeach;
         return  $this->table->make_columns($datas, 4); //6 colums maximum
    }


Messages In This Thread
How add links, anchors, etc,. to the HTML Table Class? - by El Forum - 07-23-2008, 09:18 PM
How add links, anchors, etc,. to the HTML Table Class? - by El Forum - 07-24-2008, 03:51 AM
How add links, anchors, etc,. to the HTML Table Class? - by El Forum - 07-24-2008, 04:41 AM
How add links, anchors, etc,. to the HTML Table Class? - by El Forum - 07-24-2008, 06:18 AM
How add links, anchors, etc,. to the HTML Table Class? - by El Forum - 07-24-2008, 06:43 AM
How add links, anchors, etc,. to the HTML Table Class? - by El Forum - 07-24-2008, 08:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB