Yii2 With Compile Errors

there’re 23 errors. my php is 5.4, and yii2 is beta version

Description Resource Path Location Type

Class ‘SignupForm’ must implement inherited abstract method ‘toArray(…)’ SignupForm.php /app/frontend/models line 10 DLTK Problem

Description Resource Path Location Type

Class ‘ResetPasswordForm’ must implement inherited abstract method ‘toArray(…)’ ResetPasswordForm.php /app/frontend/models line 11 DLTK Problem

Description Resource Path Location Type

Class ‘Query’ must implement inherited abstract method ‘limit(…)’ Query.php /app/vendor/yiisoft/yii2/db line 41 DLTK Problem

Can you check if it’s still true in master branch current code?

I used "php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-advanced advanced" to recreate the project.

The IDE(Zend Studio) still report the errors. But the application works well.

Zend Studio is quite outdated as IDE. I’d suggest trying PhpStorm or at least NetBeans.

thanks, i’ll have a try