You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this line is problem: $components = $this->splitRegex($subject);
splitRegex() is static!
2.
dont use deprecated mysql functions like:
mysql_list_dbs, etc.
3.
for: public function __set($name, $value)
make pair function __isset
The text was updated successfully, but these errors were encountered:
applibs
changed the title
Undefined variable $function
Some changes please
Jan 26, 2017
On this line is problem: $components = $this->splitRegex($subject);
splitRegex() is static!
2.
dont use deprecated mysql functions like:
mysql_list_dbs, etc.
3.
for: public function __set($name, $value)
The text was updated successfully, but these errors were encountered: