Re: Things I need help on

2007-03-14 Thread digital spaghetti
I've just added a helper to the bakery for a country drop down list. You could easily create your own method using the same code to also do one for states. Or if you want to have the list in your db, go with the generateList option. Tane On 3/13/07, rtconner <[EMAIL PROTECTED]> wrote: > > Hello

Re: Things I need help on

2007-03-13 Thread Grant Cox
1. Add these to app/config/bootstrap.php 2. It's up to you. I expect most people will use a helper like that, if they do not need the location to be linked between objects (where you would want them in the database). If you have your "countries" table, you can get a list suitable for a select

Things I need help on

2007-03-13 Thread rtconner
Hello, I have been using Cake for a week now. I have learned a lot, but still have a long way to go. I have a few questions still. Mostly I am trying to learn "the cake way" to do things so that I am flowing with the framework and not fighting against it. 1. I have a few global functions I use in