Assume that we have class User created by Propel.
What is the correct place for MVC to place method login()? This method will implement auditing log interactive with AuditLog class.
User::login()UserQuery::login()UserPeer::login()WebController::login()andAPIController::login()andMobileController::login()AuditingLog::login()