You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ConsoleCommand::actionIndex() for getting models used simple sql-query to the database. But for count used CActiveRecord::count(), so when you expect that in index would be added some part of rows actually would be added everything.