also in this group there are great HABTM resource links in the FAQ -
http://groups.google.com/group/cake-php/web/faq?hl=en

side note - in PHP5 you can now access array values directly by using
foreach ($array as &$item){//notice the reference here
 $item['somekey'] = $someValue;
}

this has helped me in some HABTM and pagination problems as well.
I will be posting some code and examples soon, and i think the core
code could
benefit from this feature as well

just my 2cents

On Oct 14, 12:26 pm, Brenton B <[EMAIL PROTECTED]> wrote:
> Yeah, that is an odd suggestion, but such is life. ;)
>
> Once I polish up my code I will be posting it, because clearly HABTM
> has some of ironing out to do if there are umpteen posts about it.
> This was a fun discussion, wasn't it?
>
> Disclaimer: I'm not knocking Cake as a whole, just some areas need
> some clarification ... which is expect for a framework at this stage
> in it's development.
>
> On Oct 14, 12:12 pm, AD7six <[EMAIL PROTECTED]> wrote:
>
> > On Oct 14, 8:57 pm, Brenton B <[EMAIL PROTECTED]> wrote:
>
> > > Ooooooh, you mean "HABTM" in the _Cook_ book??? oooh, I see what
> > > you're saying now, that makes so much sense!! I can't believe I never
> > > read the tutorials to start with. How foolish of me not to have
> > > searched through everything.
>
> > > /sarcasm
>
> > > Sorry ... just had to get that out.
>
> > > Please read beyond the title of the discussion.
> > > I know I didn't give any specifics of what I'm trying to do, because
> > > I've got quite a few different scenarios all of which are quite
> > > complex and I'm looking for a nice fancy component to handle
> > > searching ... wherein "hackery" and "trickery" are not in the
> > > description. As an example, (using auto mechanics) I shouldn't have to
> > > duct tape my muffler because the crazy glue is melting.
>
> > > No worries though, because I couldn't find anything I've developed my
> > > own chunk of code to handle it ... I just wanted to see if there pre-
> > > existed anything in the wild before re-inventing it.
>
> > Forgive me for suggesting you'd need to know/learn how to solve it
> > once, to be able to solve it for all. Odd suggestion I know.
>
> > Glad to hear you solved your problem - you are the umpteenth person to
> > post to the group regarding habtm searching and you won't be the last
> > - why don't you post your solution somewhere, or add it to the bakery
> > for future reference.
>
> > Cheers,
>
> > AD

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to