|
Plant Extracts and Our Factory Greetings! Are you looking for the best quality natural plant extract products at great prices and with speedy and reliable delivery? If so, you are having a good day because ShanShan Biotechnology is ready to serve you. We own advanced equipment and technology, utilize high-quality materials and solvent, and emp... 23 Feb 2008 12:03
11% de la gente de su edad no están satisfechas con sus ingresos. ¿Cómo cambiar eso? b... 14 Jan 2008 02:11
Installer developed for Smarty Hi all I have developed a PHP browser-based installer for Smarty, which you can read about at http://www.medianna.eu/htdocs/warlock/warlock.en.php. This installer does more than just installing the libraries! Just download a copy from http://www.medianna.eu/htdocs/warlock/downloads.en.php and see for yourself. ... 9 Jan 2008 14:33
subscribing with non gmail addresses Sorry about the confusion. You can subscribe to the new lists with any email address by sending an email to: smarty-discussion-subscribe(a)googlegroups.com smarty-developers-subscribe(a)googlegroups.com smarty-svn-subscribe(a)googlegroups.com Monte ... 4 Jan 2008 09:28
IMPORTANT: Smarty mailing lists have a new home! Hello to everyone! You probably noticed the smarty.php.net site has been moved to www.smarty.net. This is a long time coming, I've been wanting to host the smarty site locally and this part of that move. Also, the repository and mailing lists are moving. Effective immediately, the Smarty mailing lists have ... 4 Jan 2008 05:52
{assign_by_ref} or sth. similar in a template Hi Ben, To my knowledge you can't do that. Smarty is executed in a linear manner (same as php - I do not think your example would work in php either). I think I imagine your problem - you would like to display something let's say at the top of the page, but you do not have access to it until later. I guess,... 18 Dec 2007 14:43
problems after upgrading to php5 Jeff Mckeon wrote: Error reporting is turned on in php.ini but no errors are reported. In addition to what Roberto writes: What do you see? Something or nothing (white page, with nothing in 'page source')? The Smarty people insist that Smarty has proper error reporting, however I experience white page... 18 Dec 2007 14:43
{assign_by_ref} or sth. similar in a template Hi folks, sorry for the maybe misleading subject. My problem is, I want to display a variable in a template, that's value is assigned later in the template, e.g. {$mytext} {include file="test.tpl} test.tpl contains anywhere {assign var="mytext" value="sometexthere"} but this doe... 10 Nov 2007 08:10
Smarty Unit Test - Test case failure - Package Smarty-2.6.18.tar.gz Does anyone else see the following test case failure when running the Smarty Unit test on package Smarty-2.6.18.tar.gz? ====================================================================================== Test case failure TestCase SmartyTest->test_core_is_secure_function_smarty_var_const_not_allowed() failed: e... 25 Oct 2007 04:39
confirm unsubscribe from smarty-general@lists.php.net smarty-general-help(a)lists.php.net wrote: Hi! This is the ezmlm program. I'm managing the smarty-general(a)lists.php.net mailing list. I'm working for my owner, who can be reached at smarty-general-owner(a)lists.php.net. To confirm that you would like pogonyshev(a)gmx.net removed from t... 23 Oct 2007 15:53
problems after upgrading to php5 I have a website that uses smarty that I've inherited. I just moved it to a new server with PHP5 (up from PHP4 on the old server). I upgraded smarty to the latest thinking there may be an issue running an old ver of smarty with PHP5 but no luck. Now I'm getting weird behavior from Smarty when it creates the pag... 23 Oct 2007 10:20
Array keys, values If I have an array that looks like this: Array ( [Salary] => Array ( [0-50K] => Array ( [filterType] => range [fieldLabel] => 0-50K [fieldName] => SALARY [lowerValue] => 0 ... 16 Oct 2007 09:24
Newline being inserted after plugin - [SOLVED] Found the problem - it was in the {pb_get_items} function, I wasn't correctly setting up my $items variable and the {foreach from=$items item=nurse} loop was choking. Thanks, Josh ... 12 Oct 2007 16:06
Newline being inserted after plugin - Still stumped On Wed, 10 Oct 2007 09:30:29 -0500 Monte Ohrt <monte(a)ohrt.com> wrote: That error has nothing to do with the newline, it has to do with how PHP5 handles strings and arrays. Double check which line is receiving the error, and see if there is something being accessed as an array, when actually no array is p... 12 Oct 2007 15:33 |