If those tables and your models are properly related you can do
something like this:
$one = $this->Whatever->Oneofyourtable->generateList();
$two = $this->Whatever->Othertable->generateList();
$this->set(compact('one', 'two'));
On Feb 21, 4:38 pm, "MickeU" <[EMAIL PROTECTED]> wrote:
> Hi there, my first post here, and also new to cakephp, so bear with
> me.
>
> In my app that i´m trying to build i´m using two separate tables for
> populating two select fields in a register form. Is there a simple way
> using form helpers to accomplish this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---