Using custom_result_object |
In your class "Shortlink_list" remove this:
PHP Code: protected $timestamp; Then the class will call the __set and the correct value will populate. (did for me). So you can remove the setting the value in the timestamp function. |
Messages In This Thread |
Using custom_result_object - by thejay - 05-18-2017, 08:47 AM
RE: Using custom_result_object - by Kaosweaver - 05-19-2017, 09:44 AM
RE: Using custom_result_object - by Kaosweaver - 05-19-2017, 10:45 AM
|