Sunday, February 28, 2010

Re: Create database table using controller.

Ok, then in your example with the customers table - have you done
everything that I told you was an issue?

- the tablename has to be "customers", not "customer"!
- the table must have a primary key named "id"!

After doing these changes, try again, then tell us the result!
Enjoy,
John

On Feb 28, 5:10 pm, veepee <vpc...@gmail.com> wrote:
> I need to create a dynamic table. The customer table is just an
> example.
> Something from this link could help.https://trac.cakephp.org/ticket/2366
>
> Thanks, John.
>
> Cheers.
>
[snip]

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

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

No comments: