Hello, I'm programming an application that have many types of users (such as Students and Companies), the case is that the register forms should be different for the different types of users...
I have the Users, Students and Companies controllers... and my question is, wich is the better place to create a register method? In the User controller, or in the more speciallized Students and Companies Controllers? (there is no inheritance, I'm using Acl to stablish group permissions). Thanks in advance. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
