--- Michael Wallner <[EMAIL PROTECTED]> wrote:
> boots wrote:
> > Hi. It seems to me that Smarty is not at fault. For example, one of the
> > reported issues is:
> >
> >>> $arg_list = $this->_compile_arg_list('block', $tag_command, $attrs,
> >>> $_cache_attrs='');
> >
> > Which calls:
> >
> >
boots wrote:
Hi. It seems to me that Smarty is not at fault. For example, one of the
reported issues is:
$arg_list = $this->_compile_arg_list('block', $tag_command, $attrs,
$_cache_attrs='');
Which calls:
function _compile_arg_list($type, $name, $attrs, &$cache_code) {
Yet is apparently
Hi. It seems to me that Smarty is not at fault. For example, one of the
reported issues is:
> > $arg_list = $this->_compile_arg_list('block', $tag_command, $attrs,
> > $_cache_attrs='');
Which calls:
function _compile_arg_list($type, $name, $attrs, &$cache_code) {
Yet is apparently generati
I think it was just change of E_NOTICE to E_STRICT? :)
--Jani
On Fri, 16 Dec 2005, Holografix wrote:
Hello
This works fine with 5.1.1
PHP
include '/wwwroot/lib/smarty/Smarty.class.php';
$tpl = new Smarty;
$tpl->plugins_dir = array('/wwwroot/lib/smarty/plugins',
'/wwwroot/home/tes
Please report this to [EMAIL PROTECTED]
On 16.12.2005 20:12, Holografix wrote:
Hello
This works fine with 5.1.1
PHP
include '/wwwroot/lib/smarty/Smarty.class.php';
$tpl = new Smarty;
$tpl->plugins_dir = array('/wwwroot/lib/smarty/plugins',
'/wwwroot/home/testes/plugins');
$tpl->force_compil
Hello
This works fine with 5.1.1
PHP
include '/wwwroot/lib/smarty/Smarty.class.php';
$tpl = new Smarty;
$tpl->plugins_dir = array('/wwwroot/lib/smarty/plugins',
'/wwwroot/home/testes/plugins');
$tpl->force_compile = true;
$link = mysql_connect('localhost', 'x', 'y');
mysql_select_db('d