Welcome Guest, Not a member yet? Register   Sign In
carabiner library with smarty
#7

[eluser]steven dobbelaere[/eluser]
k so I got it to work thanx to Phil Sturgeon

I made a helper with the following

function carabiner_display(){
$CI =& get_instance();
$CI->load->library('carabiner');
$CI->carabiner->display();
}

I called this helper with smarty in the template file like this:


{$carabiner|helper:'carabiner':'carabiner_display'}


Messages In This Thread
carabiner library with smarty - by El Forum - 08-14-2009, 03:34 AM
carabiner library with smarty - by El Forum - 08-14-2009, 03:42 AM
carabiner library with smarty - by El Forum - 08-14-2009, 03:43 AM
carabiner library with smarty - by El Forum - 08-14-2009, 04:08 AM
carabiner library with smarty - by El Forum - 08-14-2009, 04:14 AM
carabiner library with smarty - by El Forum - 08-14-2009, 07:33 AM
carabiner library with smarty - by El Forum - 08-14-2009, 07:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB