In Yii What is the difference between the $model define with and without function

Viewed 107

In Yii What is the difference between the $model = new Users and $model = new Users() ?

1 Answers
Related