Welcome Guest, Not a member yet? Register   Sign In
Really Simple Smarty 3 Library for Codeigniter
#15

[eluser]Icehawg[/eluser]
[quote author="Alexander84" date="1299886705"]
Code:
A PHP Error was encountered
Severity: Warning
Message: Missing argument 2 for MY_Parser::parse(), called in somepage_controller.php on line 6 and defined
Filename: libraries/MY_Parser.php
Line Number: 22
[/quote]



Downloaded the repo today from github and still getting this error. Added an if(is_array($data)) to My_parser library.
Code:
if(is_array($data))
{
    $data = array_merge($data, $this->load->_ci_cached_vars);
}



However, with and without this code change, it does not seem to be pushing my loaded variables to the Smarty engine.

Code:
$this->_data['testvar'] = 'blue';
$this->parser->parse('default',$this->_data);

A PHP Error was encountered

Severity: Notice

Message: Undefined variable: testvar

Filename: sysplugins/smarty_internal_data.php

Line Number: 291

Would love to use Smarty but can't seem to puzzle this out. Been scratching my head over this for a couple of hours now. Any thoughts. I can access the variable as $testvar if I ignore Smarty and I use the standard load->view.

BTW - Using Smarty's built in debug mechanism causes a crash of "not enough resources" when attempting to spit out the $this variable details.


Messages In This Thread
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 11-28-2010, 04:40 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 12-01-2010, 09:44 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 12-01-2010, 04:52 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 12-01-2010, 10:01 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 12-02-2010, 09:08 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 12-02-2010, 09:10 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 12-15-2010, 06:30 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 01-30-2011, 08:53 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-11-2011, 11:38 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-11-2011, 07:00 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-14-2011, 05:53 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-14-2011, 08:26 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-16-2011, 04:04 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-16-2011, 05:25 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-16-2011, 10:28 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-16-2011, 11:06 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-16-2011, 02:36 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-16-2011, 04:57 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 03-16-2011, 05:43 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 04-27-2011, 09:30 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 04-27-2011, 02:50 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 04-28-2011, 12:11 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 04-28-2011, 12:15 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 05-08-2011, 01:41 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 05-08-2011, 02:54 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 05-08-2011, 03:08 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 05-08-2011, 08:45 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 05-08-2011, 08:48 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 05-08-2011, 10:11 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 05-08-2011, 10:17 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 05-08-2011, 10:19 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 05-08-2011, 10:20 PM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 06-22-2011, 06:57 AM
Really Simple Smarty 3 Library for Codeigniter - by El Forum - 06-23-2011, 01:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB