# |
Sep 11th 2009, 10:33 |
markstory |
so your component is returning an array? |
# |
Sep 11th 2009, 10:32 |
markstory |
crayfishuk: so what was it? |
# |
Sep 11th 2009, 10:29 |
tPl0ch |
*for |
# |
Sep 11th 2009, 10:28 |
tPl0ch |
Ceeram: rightly guessed, 100 points |
# |
Sep 11th 2009, 10:26 |
nnc |
never mind, got what I need with "if ($this->query($sql) !== false) ..." |
# |
Sep 11th 2009, 10:25 |
Ceeram |
i guess afterSae is not called when save() fails? |
# |
Sep 11th 2009, 10:25 |
jessica-m |
what am i missing in my bindings? |
# |
Sep 11th 2009, 10:23 |
crayfishuk |
Just thought I'd kick up a little straw poll - thanks folks! |
# |
Sep 11th 2009, 10:23 |
nnc |
I would prefer something that would return number of affected rows |
# |
Sep 11th 2009, 10:23 |
crayfishuk |
Okay - I'm sold on the array(controller,method) stuff... |
# |
Sep 11th 2009, 10:22 |
crayfishuk |
YAY!!! found my redirect problem... and its NOT MY FAULT!! (and I've reported by first cake bug...) |
# |
Sep 11th 2009, 10:22 |
nnc |
Problem with query is that it just returns empty array for insert queries |
# |
Sep 11th 2009, 10:21 |
tPl0ch |
crayfishfunk: automatic update of links when changing routes |
# |
Sep 11th 2009, 10:21 |
nnc |
Is there any other method (beside query) that can be used in a model to insert data with custom SQL? |
# |
Sep 11th 2009, 10:21 |
nnc |
Hi all |
# |
Sep 11th 2009, 10:20 |
jessica-m |
what binding do i need to modify to make comments.id be comments.user_id |
# |
Sep 11th 2009, 10:17 |
jperras |
crayfishuk: reverse routing |
# |
Sep 11th 2009, 10:17 |
jessica-m |
if you were to change routing, it would map the link accordingly |
# |
Sep 11th 2009, 10:16 |
jessica-m |
routing? |
# |
Sep 11th 2009, 10:16 |
crayfishuk |
I know that the 'proper' way of specifying a controller/action is array(controller=>xxx,action=>yyy) --- but what are the advantages of that over '/controller/action'....? |
# |
Sep 11th 2009, 10:09 |
jessica-m |
when i add the alias, it tells me that the table 'Notes2' doesnt exist |
# |
Sep 11th 2009, 10:09 |
jessica-m |
LEFT JOIN `notes` AS `Note` ON (`Note`.`id` = `Comment`.`id`) |
# |
Sep 11th 2009, 10:06 |
U|zzz |
can someone tell me why the variables i pass into my plugin.helper come out as the names of the variables rather than the actual values? http://pastebin.com/m592c89cb |
# |
Sep 11th 2009, 10:04 |
jessica-m |
( |
# |
Sep 11th 2009, 10:01 |
seamaster |
i trie d with bind and does not work... |
# |
Sep 11th 2009, 10:01 |
seamaster |
how can i paginate the data from 3 tables ,only 2 ofthem have associative models? |
# |
Sep 11th 2009, 10:01 |
seamaster |
hi guys |
# |
Sep 11th 2009, 10:00 |
jessica-m |
i mean, the query is fine except for it trying to join on the wrong field |
# |
Sep 11th 2009, 09:59 |
markstory |
look at the sql you're getting. |
# |
Sep 11th 2009, 09:59 |
markstory |
well then your bind is wrong too. |
# |
Sep 11th 2009, 09:59 |
jessica-m |
and I dont want it to go note.id = comment.id, its supposed to be note.id = comment.note_id |
# |
Sep 11th 2009, 09:59 |
jessica-m |
markstory: it gives me an error saying that table note2 doesnt exist |
# |
Sep 11th 2009, 09:58 |
FunkyWeasel |
Ah, nm - got it. Cause: Subscription was the extension of another model which had the containable behavior set up - the attribute was not inherited. |
# |
Sep 11th 2009, 09:58 |
markstory |
just inline |
# |
Sep 11th 2009, 09:58 |
crayfishuk |
Is there a way to include a patch /correction in a ticket? or should I just include it in the text... |
# |
Sep 11th 2009, 09:57 |
markstory |
also its wierd that you want the condition to be Note.id = Comment.id |
# |
Sep 11th 2009, 09:56 |
markstory |
like I said, just type it in. |
# |
Sep 11th 2009, 09:56 |
markstory |
hasOne => array('Note2' => array(...) |
# |
Sep 11th 2009, 09:56 |
markstory |
? |
# |
Sep 11th 2009, 09:56 |
jessica-m |
yeah how do i do that? |
# |
Sep 11th 2009, 09:56 |
markstory |
that might be the issue too. |