Multiple forms per page, field IDs need to be unique

2009-01-12 Thread Chris Hawes
Hello, I'm currently working on an e-commerce application. On the product pages, I am generating a form to add products to the cart. As such, each page can contain several forms. I've created a helper for my application which contains: product display; add to cart form generation; menu generati

Re: Cake for large websites...Zend?

2007-12-24 Thread Chris Hawes
On Dec 24, 6:57 am, blange <[EMAIL PROTECTED]> wrote: > Can cake handle very large enterprise websites? We have a site with > user submitted articles, blogs, and an active forum with tens of > thousands of users. Some of the developers are skeptical that cake can > handle the load. > > Would zend

Best Practice for multiple belongsTo associations (Cake 1.1)

2007-12-21 Thread Chris Hawes
Hello, I'm currently designing a database for an app I'm writing, and have a question on something. I have four tables: tasks, contacts, documents and companies. Multiple tasks can be assigned to either a contact, document or company. The problems is, I don't want to limit myself to just thr

Re: Adding new routes from a controller. (Cake 1.2)

2007-12-07 Thread Chris Hawes
} } Ta, Chris. On Dec 7, 6:42 pm, Chris Hawes <[EMAIL PROTECTED]> wrote: > Hello, > > The application I am currently developing will make the use of > plugins. > > Currently in the app/app_controller.php beforeFilter (which is > probably the wrong pla

Adding new routes from a controller. (Cake 1.2)

2007-12-07 Thread Chris Hawes
Hello, The application I am currently developing will make the use of plugins. Currently in the app/app_controller.php beforeFilter (which is probably the wrong place) I get a list of plugins. I then check to see if a config file exists for the plugin, and execute the file. I would also like to

Re: Please Help me

2007-01-30 Thread Chris Hawes
On 30 Jan 2007, at 11:13, anand wrote: > Please tell me the procedures to install cake php and how to create a > simple registration form Please give me the sample coding thanks alot CakePHP is really easy to install, the guide can be found at the following URL: http://manual.cakephp.org/chapte