On Sat, Oct 16, 2010 at 7:16 PM, Jonathan Sibley <[email protected]> wrote: > Hey all, > > Long story short, I've finally got this working. It took way too much > time, but I've written it up in case anyone else ever has trouble with > this plugin: > > http://www.jonathansibley.com/cakephp/tutorial-setting-up-the-favorites-plugin-for-cakephp/ > > I still have no idea what to do with those Configure::write() > statements, but I've instead used a workaround. > > Thanks to anyone who took the time to read this and put thought into > finding a solution (even though it seems no one has posted)!
I didn't want to reply because creating plugins is something I'm still fairly new with. I'm unsure of best practices, but I've seen some that include their own config. Look at this FileUpload plugin, for example: http://github.com/webtechnick/CakePHP-FileUpload-Plugin The settings are in a separate class that the component then loads. 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
