All is running , but has happened 500 error code when i use User::findFirst. The code like this:
$user = User::findFirst(array( 'username = :username: AND password = :password:', 'bind' => array('username' => $username, 'password' => $password) ));
The wrong code like this:
HTTP 错误 500.0 - Internal Server Error D:\Program Files\Php5.3\php-cgi.exe - FastCGI 进程意外退出