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
https://twitter.com/login
https://twitter.com/signup
- 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
site/login
andsite/signup
?