Re: cake-sql-log in my layout

2011-11-06 Thread David Sheeks
echo out the sql_dump element On Nov 5, 2011 9:44 PM, "Stefano" wrote: > how i can show in my layout the executed queries? > > for example : > > /view/layout/my_layout.ctp > > > > > > > > > > > > > > -- > Our newest site for the community: CakePHP Video Tutorials > http

Re: cake-sql-log in my layout

2011-11-05 Thread Sam Sherlock
element('sql_dump'); ?> but using the DebugKit plugin gives you more - S On 5 November 2011 16:50, Stefano wrote: > how i can show in my layout the executed queries? > > for example : > > /view/layout/my_layout.ctp > > > > > > > > > > > > > > -- > Our newest s

cake-sql-log in my layout

2011-11-05 Thread Stefano
how i can show in my layout the executed queries? for example : /view/layout/my_layout.ctp -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others w