login | register
Sun 21 of Mar, 2010 (13:38 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

     
Get RSS Feed

Reference of template variables?

Matt
Joined: 14 Nov 2009
Reply to this PostReply with Quote to this Post

Reference of template variables?

Posted:Mon 16 of Nov, 2009 (01:42 UTC)
Hi, all

Could anyone tell me if there is a reference list of all the variables that are used in the bitweaver templates to display various content in various context?

That would be an extremely useful resource, even in some rough form.

Maybe the developers keep such a list, even if it hasn't been published... or maybe somebody knows the logic behind them and would like to write an article about that?

Thanks!
laetzer
Joined: 15 Mar 2004
Reply to this PostReply with Quote to this Post

Re: Reference of template variables?

Posted:Mon 16 of Nov, 2009 (02:55 UTC)
In templates, you can use {debug}, if I'm not mistaken. This should open a new window or tab with variables and values available on the current page, and also some globals.

For PHP and in general:
wiki/FAQ: What are your generic dev tools
Matt
Joined: 14 Nov 2009
Reply to this PostReply with Quote to this Post

Re: Reference of template variables?

Posted:Mon 16 of Nov, 2009 (03:44 UTC)
Thank you - I'll try that and see what happens!