Hello,

I apologise if this results in an RTFM - though I will post my
solution if I find it before anyone else does.

I have an existing database that requires a PHP front end being
developed to it, though the database has a single table to catalogue
relational values.

For example, the table structure looks something like this:

car (make_id, body_colour_id)

registry_type (id, type_name)

   1 - "Make"
   2 - "Body Colours"

registry (id, type_id, value_int, value_str)

My problem is establishing an effective way of modelling this using
the Cake API. I was considering using views, however this is still
using an old MySQL database with no view support (upgrade is possibly
an option).

If anyone else has a suggestion or thoughts, it would be greatly
appreciated.

Many thanks,
Richard


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to