Re: [fw-general] Creating tables in template using livedocx

2010-08-02 Thread Hector Virgen
You can use Zend_Debug::dump($var) to inspect the array. It's a wrapper for var_dump(). Once you can see the array structure it should be easy to foreach the values to output table rows. -- Hector Virgen Sent from my Droid X On Aug 2, 2010 6:06 AM, "tonystamp" wrote: Hello I am using zend_ser

[fw-general] Creating tables in template using livedocx

2010-08-02 Thread tonystamp
Hello I am using zend_service_livedocx and all is going well, but now i am having trouble rendering an array in the document. When i pass the array to the template, the document displays the value as "array". I have http://www.phplivedocx.org/articles/pdf-generation-with-zend-framework/ read th