One option might be to just allow the user to modify CSS and store those CSS modifications in the database.  You could restrict what CSS is allowed so as to not ruin the whole page.

I guess this would be similar to how myspace.com allows people to customize their pages.

In your thtml file you would just put section at the top for the style to be set and in the controller you would pull the information from the data base and use the $this->set('styles', $styles); to change the look of your guest book.

On 6/3/06, Petr Vytlacil <[EMAIL PROTECTED]> wrote:

And how for this problem?
I need know how use view from database for any functions in
controllers. Now this view are use from app/view/...




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

Reply via email to