Hi, I have a project where I need one database of products, with an Admin site (so products can be created / deleted / edited) and then three separate sites using the product data. The three sites aren't just different themes, they will have different content, navigation and logic.
I'm trying to work out the best was to use Cake but reuse code. Clearly the Model code should be the same for all four sites, but there will be other code to share which would fall in the categories of Components and Helpers. Any ideas on the best way to layout a project like this? Is creative use of App::Import the only way? Thanks, Nick H --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
