Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php
  2. namespace appcommands;
  3. use yiiconsoleController;
  4. class IndexController extends Controller
  5. {
  6. public function actionIndex()
  7. {
  8. echo "message ";
  9. }
  10. }
  11.  
  12. $checkblogsql=TblBlog::find()->all();
  13. $totalblogcount=count($checkblogsql);
  14.  
  15. Exception 'yiidbException' with message 'could not find driver'
  16.  
  17. invar/www/html/ameborcam/vendor/yiisoft/yii2/db/Connection.php:550
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement