Re: Newbie question: Query Table

2009-05-26 Thread Bysa
thanks alot. On May 26, 8:34 pm, brian wrote: > app/config/core.php > > Configure::write('debug', 0); > > On Tue, May 26, 2009 at 11:45 AM, Bysa wrote: > > > hi > > i ask my question first: > > How to remove the query table that is below of all

Newbie question: Query Table

2009-05-26 Thread Bysa
hi i ask my question first: How to remove the query table that is below of all my page, it shows some query and affected, time, and some more. i built my first blog application and i was wondering how to remove the below table, i looked in files i created but no help. im very new to cake but i kn

Re: passing arrays as arguments

2009-05-18 Thread Bysa
ttp://api.cakephp.org/file/basics.php#function-a > > Is that along the lines of what you're looking at? > > On Sun, May 17, 2009 at 8:11 PM, Bysa wrote: > > > On May 17, 8:00 pm, Marcelo Andrade wrote: > > > On Sun, May 17, 2009 at 10:46 AM, Bysa wrote: > > >

Re: passing arrays as arguments

2009-05-17 Thread Bysa
On May 17, 8:00 pm, Marcelo Andrade wrote: > On Sun, May 17, 2009 at 10:46 AM, Bysa wrote: > > wasn't it a good way to have a small mark for it (like jquery)? for > > example making array(arg1,arg2)  -->  _(arg1,arg2)? > > This is not possible because the _() fun

passing arrays as arguments

2009-05-17 Thread Bysa
hi im a very new cake developer and i don't know if my suggestion is even possible, so ... from the start, i was passing arrays as arguments to functions of cake, and i was thinking why there is no smaller way to pass them, you should write "array" word in each pass. wasn't it a good way to have