I'm working on my first user login in Zend, but I'm a little confused with Zend_Auth. All the articles I read about it use it directly in the controller. But to me, it makes more sense, to work with it in my User model, so that every controller can call these functions.
Siz ne düşünüyorsunuz?
Zend Framework için modelleri hakkında çok az belgeler gerçekten var.