We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oracle
exception e #0 [internal function]: Phalcon\Mvc\Model\Manager->getReadConnection(Object(StudentBase)) #1 [internal function]: Phalcon\Mvc\Model->getReadConnection() #2 [internal function]: Phalcon\Mvc\Model\Query->_executeSelect(Array, NULL, NULL) #3 [internal function]: Phalcon\Mvc\Model\Query->execute(NULL, NULL) #4 D:\webroot\choose\app\controllers\SessionController.php(58): Phalcon\Mvc\Model::find(Array) #5 [internal function]: SessionController->startAction() #6 [internal function]: Phalcon\Dispatcher->dispatch() #7 D:\webroot\choose\public\index.php(50): Phalcon\Mvc\Application->handle() #8 {main}
mycode line:58 $user = StudentBase::find(array( "student_code = '$code'", "del_flag" => "0" ));
what‘s wrong? what should i do help me thx
The text was updated successfully, but these errors were encountered:
if i use mysql code is normal
Sorry, something went wrong.
how to print sql statement when i use model-》find
Possible reference #10160
Could you please try again compiling from the 2.0.x branch?
No branches or pull requests
oracle
exception e
#0 [internal function]: Phalcon\Mvc\Model\Manager->getReadConnection(Object(StudentBase)) #1 [internal function]: Phalcon\Mvc\Model->getReadConnection() #2 [internal function]: Phalcon\Mvc\Model\Query->_executeSelect(Array, NULL, NULL) #3 [internal function]: Phalcon\Mvc\Model\Query->execute(NULL, NULL) #4 D:\webroot\choose\app\controllers\SessionController.php(58): Phalcon\Mvc\Model::find(Array) #5 [internal function]: SessionController->startAction() #6 [internal function]: Phalcon\Dispatcher->dispatch() #7 D:\webroot\choose\public\index.php(50): Phalcon\Mvc\Application->handle() #8 {main}
mycode
line:58
$user = StudentBase::find(array(
"student_code = '$code'",
"del_flag" => "0"
));
what‘s wrong? what should i do
help me thx
The text was updated successfully, but these errors were encountered: