Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
What is a difference between withCount and loadCount?
generally load() is for single modelUser::find()->load('posts')but with() is for more than one modelUser::with('posts')->get() .....
Thanks
What is a difference between withCount and loadCount?
generally load() is for single model
User::find()->load('posts')
but with() is for more than one model
User::with('posts')->get() .....
Thanks