Feature Request - Table print view
5 posts by 3 authors in: Forums > CMS Builder
Last Post: August 25, 2009 (RSS)
By northernpenguin - August 22, 2009 - edited: August 24, 2009
Food for thought!
Edit: detached and renamed thread (dave)
northernpenguin
Northern Penguin Technologies
"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke
Re: [northernpenguin] Feature Request - Table print view
By Dave - August 24, 2009
What's the purpose? If it's to see what variables you have available there's a need code snippet you can use for that with the latest beta release:
<?php xmp_r( $record ); ?>
Just replace record with whatever variable you want to see.
Hope that helps!
interactivetools.com
Re: [Dave] Feature Request - Table print view
However, I will try your snippet and see what it does.
Thanx!
northernpenguin
Northern Penguin Technologies
"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke
Re: [northernpenguin] Feature Request - Table print view
By Djulia - August 25, 2009 - edited: August 25, 2009
I do not know if that can help you, but I regularly use this code to obtain the shema tables :
http://www.webcheatsheet.com/php/export_database_schema_xml.php
With the update 1.33, you can add a menu Text Links ! [;)]
I hope that can help you !
Djulia
Re: [Djulia] Feature Request - Table print view
Thank you very much.
northernpenguin
Northern Penguin Technologies
"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke