Welcome Guest, Not a member yet? Register   Sign In
Problem with returned from the database in class
#5

(This post was last modified: 02-28-2017, 01:58 AM by phpforever2017.)

The problem in the next, is not called __set method if set private or protected propeties.
Yet I have done so:

PHP Code:
class User_lib {
protected 
$_customer_id;
protected 
$_email;
protected 
$_firstname;
protected 
$_date_added;


And __set method now work
Reply


Messages In This Thread
RE: Problem with returned from the database in class - by phpforever2017 - 02-27-2017, 05:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB