PHP Classes

test_smarty3_form.php

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  How to Show Google Ma...  >  All threads  >  test_smarty3_form.php  >  (Un) Subscribe thread alerts  
Subject:test_smarty3_form.php
Summary:smart3 change
Messages:2
Author:Flip
Date:2011-11-17 00:21:51
Update:2012-03-11 11:57:00
 

  1. test_smarty3_form.php   Reply   Report abuse  
Picture of Flip Flip - 2011-11-17 00:21:51
if you download the newest smarty 3.1 and up

you need to change Line 454
$smarty->plugins_dir[] = 'smarty/3/plugins';

to:
$smarty->addPluginsDir('smarty/3/plugins');

  2. Re: test_smarty3_form.php   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-03-11 11:57:00 - In reply to message 1 from Flip
Sorry for the delay. I just fixed that. The fixed version will be uploaded soon. Thank you for reporting.