Yes, definitely. It so happened that of a dozen or so webapps I've written, ALL of them are CRUD-like. That's because once you begin to manage data of any degree of complexity, you can't do without CRUD. If you don't need CRUD, perhaps you don't need cakePHP. If your site is so simple as not to require a database, then maybe you can make do with Smarty (http://www.smarty.net/). Check out also blueprintCSS, other CSS frameworks, and Javascript frameworks like jQuery. You can use all of those inside cakePHP too. Have no doubt that you can make as fancy appearances in cakePHP as ever.
_V On May 16, 7:39 pm, Caker <[email protected]> wrote: > Hello, > > I'm starting on Cake PHP....Is it possible to make those fancy web > layouts using CakePHP? > > I've seen only CRUD-like apps around... > > Thanks > > Check out the new CakePHP Questions sitehttp://cakeqs.organd 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 [email protected] > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > athttp://groups.google.com/group/cake-php?hl=en 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 [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
