Skip to content

Commit

Permalink
Declare variables for use in sub classes
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmci committed Feb 17, 2017
1 parent 6974768 commit 75f365f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pdo/ez_sql_pdo.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 33,10 @@ class ezSQL_pdo extends ezSQLcore
var $user;
var $password;
var $rows_affected = false;

var $insert_id;
var $last_query;
var $last_result;
var $num_rows;
/**********************************************************************
* Constructor - allow the user to perform a quick connect at the
* same time as initialising the ezSQL_pdo class
Expand Down

0 comments on commit 75f365f

Please sign in to comment.