> > 1> Can anyone suggest some good tutorial / reference sites for > CakePHP? I am one who learns better when I have a tutorial or actual > code I can rummage around with and play with on my local and remote > servers to actually see things in action more so then just reading > them... >
While the Cake tutorial in the manual may seem trivial, it is a superb starting point as it creates an application you can add to. And it is a useful application. For example, once you have built the basic blog, you can go on to add RSS (bakery component available), social bookmarks: http://bakery.cakephp.org/articles/view/social-bookmarklet-helper , photos uploader, inline wysiwyg editors....the list is endless. With each enhancement you'll learn something new about Cake and begin to realize that if you can already do it in PHP, then you can do it better and more reuseably (therefore _much_ more quickly next time round) in Cake. As for authorization, I think you'll find Cake Authorization does everything you want. I have used these things and more in several projects now, in the space of four months, e.g. http://www.univerd.com - it's in Catalan & Spanish (switchable) and incorporates two blogs (one geoblog, one normal), social bookmarks, RSS, mailing list, static pages, a complete CMS backend with authorization and so on... Just do it! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
