Re: Save doesn't work with Postgres

2007-12-01 Thread Adrian Maier
. Cheers, Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

HtmlHelper-input vs FormHelper-input

2007-03-27 Thread Adrian Maier
() instead or should i alter the css so that the div looks smaller or invisible ? -- Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php

Re: HtmlHelper-input vs FormHelper-input

2007-03-27 Thread Adrian Maier
in 2.0, but I prefer taking the new habit ASAP My understanding is that only the form-related methods of HtmlHelper will be deprecated. I think that the methods like link(), image() will remain there. Thanks ! Adrian Maier --~--~-~--~~~---~--~~ You received

Re: New Cake FAQ

2007-03-12 Thread Adrian Maier
: Q: What is a baker ? Q: In the context of CakePHP, what's the meaning of the verb to bake ? Cheers, Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email

Re: Page not refreshed after $this-redirect

2007-03-12 Thread Adrian Maier
On 3/12/07, Chris Lamb [EMAIL PROTECTED] wrote: Adrian Maier [EMAIL PROTECTED] wrote: The problem is that the page is not refreshed, and the deleted record is still visible until i click the browser's Refresh button. This[0] is probably what you want. Thanks for the link, Chris. I'll

Fetching rows one by one

2007-03-09 Thread Adrian Maier
the current row. This implies a select to be called for each row, though . So this approach could be slow. Are there better ways to fetch the query result one by one ? Cheers, Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Fetching rows one by one

2007-03-09 Thread Adrian Maier
). What i want is to fetch the query results one by one, because in this case i really don't need the array with all the records. -- Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post

Re: Fetching rows one by one

2007-03-09 Thread Adrian Maier
and do your UPDATE queries on your second table. It looks like indeed it's not possible to fetch records the way i'd like. If i get into memory limitations i'll just increase php's limit ... Cheers, Adrian Maier --~--~-~--~~~---~--~~ You received this message

Re: Fetching rows one by one

2007-03-09 Thread Adrian Maier
without needing them stored in memory. -- Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send

Page not refreshed after $this-redirect

2007-03-09 Thread Adrian Maier
2.2.3, php 4.4.4). It's probably a configuration problem, but i have no idea where to start investigating the problem. Did anyone stumble across similar problems ? Thanks, Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Fetching rows one by one

2007-03-09 Thread Adrian Maier
the data , but in small chunks. Not all data at once. -- Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from

Strange error

2007-03-08 Thread Adrian Maier
this incorrect query to be generated ? -- Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send

Re: So confused

2007-03-05 Thread Adrian Maier
sooner. I like it much more than the irc channel, because I have the time to compose the question or answer. And it has the searchable archives ;-) In conclusion, the idea that the documentation sucks is innacurate and not helpful . -- Adrian Maier

Re: INSERT into databases

2007-03-04 Thread Adrian Maier
this thread again and I am not convinced at all that Mani really meant that others should write code for him , for free . -- Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group

Re: Inflections problem?

2007-03-04 Thread Adrian Maier
' ? The words defined this way are supposed to bypass the rules. -- Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com

Re: Model::save() and multicolumn primary key?

2007-02-27 Thread Adrian Maier
On 2/27/07, AD7six [EMAIL PROTECTED] wrote: On Feb 27, 8:42 am, Adrian Maier [EMAIL PROTECTED] wrote: On 2/27/07, Langdon Stevenson [EMAIL PROTECTED] wrote: My understanding is that Cake 1.1.x.x doesn't support multi-column keys. This feature request in track:https

Re: Model::save() and multicolumn primary key?

2007-02-27 Thread Adrian Maier
On 2/27/07, AD7six [EMAIL PROTECTED] wrote: On Feb 27, 11:36 am, Adrian Maier [EMAIL PROTECTED] wrote: On 2/27/07, AD7six [EMAIL PROTECTED] wrote: On Feb 27, 8:42 am, Adrian Maier [EMAIL PROTECTED] wrote: On 2/27/07, Langdon Stevenson [EMAIL PROTECTED] wrote: My understanding

Re: Question about pagination

2007-02-27 Thread Adrian Maier
there are several conversations taking place at the same time and it's hard to follow, Thanks, Adrian Maier On Feb 27, 2:28 am, Adrian Maier [EMAIL PROTECTED] wrote: On 2/27/07, Grant Cox [EMAIL PROTECTED] wrote: Just pass your conditions as the first parameter to your paginate function

Re: how to pass criteria to pagination object?

2007-02-26 Thread Adrian Maier
(' previous', array('url'=$param_session_id), null, array('class'='disabled')); $paginator-next('next ', array('url'=$param_session_id), null, array('class'='disabled')); $paginator-sort('session_id',null,array('url'=$param_session_id));?/th Cheers, Adrian Maier

Re: Question about pagination

2007-02-26 Thread Adrian Maier
the filtering criteria for the query. The other two parameters : $scope and $whitelist are still puzzling me. What are they? -- Adrian Maier --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post