We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ab6cf commit 85c8044Copy full SHA for 85c8044
Database.php
@@ -105,22 +105,13 @@ protected function __construct($data = [], $info = [])
105
}
106
107
108
- // public function __call($method, $args)
109
- // {
110
- // var_dump($this);
111
- // }
112
113
/**
114
* @param $prop
115
* @return mixed
116
*/
117
public function __get($prop)
118
{
119
- if(!isset($this->__cach[md5($this->_table)]))
120
- {
121
- return null;
122
- }
123
-
124
return isset($this->_results->$prop) ? $this->_results->$prop : null;
125
126
@@ -1428,4 +1419,4 @@ protected function toArray($items)
1428
1419
1429
1420
return $items;
1430
1421
1431
-}
1422
+}
0 commit comments