Ive finally finished developing my backend and now I’m looking into the console app for my scheduled tasks, eg monthly db cleanup, error checking ect.
I’ve implemented user authorization and the blameable behavior to all my tables. All model classes are in the common dir as they are used by all applications.
Question is, how will the console app behave with the blameable behavior which uses the user id? Ive found one other post which refers to Yii 1.1 but im not sure if this was addressed or even applies in Yii 2.0.2