Welcome Guest, Not a member yet? Register   Sign In
Yet Another Smarty Thread
#23

[eluser]Jagar[/eluser]
I'm just experimenting right now, but soon I'll be using it.

While doing that, I encounter an error while parsing a template in smarty where there are CI tags in it such as {elapsed_time} I can use {literal}{elapsed_time}{/literal} but I was wondering a way around this without using the literal tag.

The following is my code;

Code:
class Welcome extends Controller {

    function Welcome()
    {
        parent::Controller();    
    }
    
    function index(){
        
        #$this->load->view('welcome_message');
        $this->smarty_parser->assign("message","test");
        $data = array("message"=>"Welcome from smarty",
        "another_test"=>"This is another test");
        $this->smarty_parser->parse("ci:welcome_message",$data);
    }
}

The following error is what i get from smarty engine

Code:
A PHP Error was encountered

Severity: User Error

Message: Smarty error: [in ci:welcome_message line 60]: syntax error: unrecognized tag 'elapsed_time' (Smarty_Compiler.class.php, line 599)

Filename: smarty/Smarty.class.php

Line Number: 1092

Thanks in advance

Jagar


Messages In This Thread
Yet Another Smarty Thread - by El Forum - 09-03-2007, 03:32 PM
Yet Another Smarty Thread - by El Forum - 09-03-2007, 05:16 PM
Yet Another Smarty Thread - by El Forum - 09-12-2007, 11:02 PM
Yet Another Smarty Thread - by El Forum - 09-13-2007, 03:41 AM
Yet Another Smarty Thread - by El Forum - 02-01-2008, 04:41 PM
Yet Another Smarty Thread - by El Forum - 02-03-2008, 05:08 PM
Yet Another Smarty Thread - by El Forum - 02-06-2008, 03:16 PM
Yet Another Smarty Thread - by El Forum - 02-25-2008, 09:11 AM
Yet Another Smarty Thread - by El Forum - 03-02-2008, 09:17 PM
Yet Another Smarty Thread - by El Forum - 03-04-2008, 12:14 AM
Yet Another Smarty Thread - by El Forum - 03-05-2008, 12:24 PM
Yet Another Smarty Thread - by El Forum - 03-06-2008, 02:04 PM
Yet Another Smarty Thread - by El Forum - 03-07-2008, 03:05 PM
Yet Another Smarty Thread - by El Forum - 03-10-2008, 08:18 PM
Yet Another Smarty Thread - by El Forum - 06-12-2008, 06:29 AM
Yet Another Smarty Thread - by El Forum - 07-01-2008, 12:26 AM
Yet Another Smarty Thread - by El Forum - 08-21-2008, 03:48 AM
Yet Another Smarty Thread - by El Forum - 02-02-2009, 09:14 AM
Yet Another Smarty Thread - by El Forum - 02-02-2009, 09:18 AM
Yet Another Smarty Thread - by El Forum - 04-23-2009, 08:19 AM
Yet Another Smarty Thread - by El Forum - 04-23-2009, 08:24 AM
Yet Another Smarty Thread - by El Forum - 04-23-2009, 08:28 AM
Yet Another Smarty Thread - by El Forum - 04-23-2009, 08:44 AM
Yet Another Smarty Thread - by El Forum - 08-31-2009, 04:08 AM
Yet Another Smarty Thread - by El Forum - 08-31-2009, 06:05 AM
Yet Another Smarty Thread - by El Forum - 08-31-2009, 10:34 PM
Yet Another Smarty Thread - by El Forum - 08-31-2009, 10:48 PM
Yet Another Smarty Thread - by El Forum - 08-31-2009, 11:20 PM
Yet Another Smarty Thread - by El Forum - 09-27-2009, 09:33 AM
Yet Another Smarty Thread - by El Forum - 05-10-2010, 05:02 AM
Yet Another Smarty Thread - by El Forum - 05-10-2010, 08:38 AM
Yet Another Smarty Thread - by El Forum - 05-10-2010, 06:57 PM
Yet Another Smarty Thread - by El Forum - 05-17-2010, 11:05 PM
Yet Another Smarty Thread - by El Forum - 11-21-2010, 10:31 PM
Yet Another Smarty Thread - by El Forum - 03-25-2011, 12:58 AM
Yet Another Smarty Thread - by El Forum - 05-02-2011, 10:34 AM
Yet Another Smarty Thread - by El Forum - 07-03-2011, 07:26 AM
Yet Another Smarty Thread - by El Forum - 07-03-2011, 08:57 AM
Yet Another Smarty Thread - by El Forum - 02-17-2012, 11:12 AM
Yet Another Smarty Thread - by El Forum - 02-17-2012, 11:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB