Articles: All Listings RSS

Filter listings...
http://www.smarty.net/best_practices

www.smarty.net/best_practices

Although Smarty helps facilitate the separation of business logic (PHP) from presentation, that does not mean it prevents poor implementation. No different than any other software, Smarty has a learning curve. Smarty does not guarantee good application ...

Category:Articles
Visited165
http://www.smarty.net/docsv2/en/chapter.debugging.console.tpl

www.smarty.net/docsv2/en/chapter.debugging.console.tpl

There is a debugging console included with Smarty. The console informs you of all the included templates, assigned variables and config file variables for the current invocation of the template. A template file named debug.tpl is included with the dist ...

Visited106
http://www.smarty.net/docs/en/api.get.template.vars.tpl

www.smarty.net/docs/en/api.get.template.vars.tpl

getTemplateVars() — returns assigned variable value(s)

Visited110
http://stackoverflow.com/questions/716916/print-all-variables-available-in-a-smarty-template

stackoverflow.com/questions/716916/print-all-variables-avail...

How do you print all variables available in the context of a Smarty template?

This is a forum thread dealing with this topic.

Visited133
http://stackoverflow.com/questions/11799652/how-to-get-all-assigned-smarty-variables-while-running-the-template

stackoverflow.com/questions/11799652/how-to-get-all-assigned...

I would like to get all variables assigned to Smarty inside the template.

This is a forum thread dealing with this topic.

Visited73
http://www.smarty.net/forums/viewtopic.php?p=80179&sid=beefca853a86821088bca60f289c2cc2

www.smarty.net/forums/viewtopic.php?p=80179&sid=beefca853a86...

I would like to make sure that getTemplateVars () only returns the templatevars from the last fetch(). Now if a request results in two fetches getTemplateVars also returns the global_tpl_vars created in the previous template.
...

Visited85
http://www.smarty.net/forums/viewtopic.php?t=11435

www.smarty.net/forums/viewtopic.php?t=11435

i wan to print all value which is store in an array like print_r() function 

Visited90
http://www.smarty.net/forums/viewtopic.php?p=85157

www.smarty.net/forums/viewtopic.php?p=85157

This links is more about the existance of the modifier debug_print_var

Visited86
http://www.smarty.net/forums/viewtopic.php?p=53011

www.smarty.net/forums/viewtopic.php?p=53011

does anyone know how to set a global smarty variable from within an include?

Visited96
http://www.smarty.net/forums/viewtopic.php?p=67503

www.smarty.net/forums/viewtopic.php?p=67503

Is there a way to show the full variable name in the debug console?

Visited96
http://forum.whmcs.com/showthread.php?28386-smarty-template-value-on-action-hook

forum.whmcs.com/showthread.php?28386-smarty-template-value-o...

If anyone here can tell me how to access the smarty $template value (also the same as the &systpl= value) via an action hook, I'd appreciate it.

Visited113
http://stackoverflow.com/questions/2431763/how-to-debug-variables-in-smarty-like-in-php-var-dump

stackoverflow.com/questions/2431763/how-to-debug-variables-i...

I have some variables inside a template and I don't know where I assigned them. I need to know what is inside a particular variable; for instance, say I have a variable in smarty called member. I tried with but it didn't work, and no popup was shown.< ...

Visited204
http://www.electrictoolbox.com/var-dump-print-r-inside-smarty-template/

www.electrictoolbox.com/var-dump-print-r-inside-smarty-templ...

While trying to debug why something wasn't working, I needed to see what data had been assigned to a Smarty template but from within the template itself (I didn't have time to try and work out where in the PHP code the stuff was assigned and debug from ...

Visited180
http://www.smarty.net/docs/en/language.syntax.variables.tpl

www.smarty.net/docs/en/language.syntax.variables.tpl

Template variables start with the $dollar sign. They can contain numbers, letters and underscores, much like a PHP variable. You can reference arrays by index numerically or non-numerically. Also reference object properties and methods.

Category:Variables
Visited194
http://www.smarty.net/docs/en/advanced.features.objects.tpl

www.smarty.net/docs/en/advanced.features.objects.tpl

Smarty allows access to PHP objects through the templates.

Category:Variables
Visited104
http://www.phpeveryday.com/articles/Smarty-Variable-Object-P613.html

www.phpeveryday.com/articles/Smarty-Variable-Object-P613.htm...

tutorial php about how to use object as variable at smarty template

Category:Objects
Visited78
http://www.smarty.net/forums/viewtopic.php?p=85286#85286

www.smarty.net/forums/viewtopic.php?p=85286#85286

This is a Smarty forum thread dealing with this topic.

Category:Arrays
Visited94