Parable PHP Framework 0.9.8
Pre-release
Pre-release
0.9.8
Changes
\Parable\Auth\Authentication
no longer demands a\Model\Users
object, but defaults to\Model\User
and allows another class to be set.- Since the Auth system now has a user-overwritable user class name, it no longer calls
initialize()
in its__construct()
. Easiest way of both overwriting and initializing the Auth system is by using anInit\Auth
class to do so.