Controllers for twitter's structure

VchAlfredHall

New Member
I'm familiarizing myself with Zend and I'm using Twitter as an example to understand how controllers work. Twitter has different registration and login pages\[code\]https://twitter.com/login\[/code\]\[code\]https://twitter.com/signup\[/code\]
  • Would these be 2 different controllers?
  • Is there a way to make them 2 actions of the same controller while still have them directly at \[code\]site/login\[/code\] and \[code\]site/signup\[/code\]?
 
Back
Top