Hello,



On Fri, Sep 18, 2009 at 9:48 PM, Sudheer Satyanarayana
<sudhee...@binaryvibes.co.in> wrote:
> On Friday 18 September 2009 07:10 PM, Ryan Chan wrote:
>>
>
> Consider splitting your code into multiple controllers and perhaps modules.
> Do you have model classes by the way?


Consider the following design.

Model class:
=====
User

Controller:
=====
Auth

Actions:
=====
Registration
Login
Logout
ResetPassword
EmailVerification


as you can see, even I put a lot of code in model - User, that are
still too many action in auth controller.

Thanks...

Reply via email to