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
{{ message }}
This repository was archived by the owner on Nov 24, 2023. It is now read-only.
However, it doesn't seem that I can access the class variable like that within codeigniter. I haven't come across any other sparks that include namespaced classes for php yet. So I'm not exactly sure how to modify these values. Any suggestions?
I'm trying to make an adjustment to the $DATE_FORMAT variable for the Serialization class. The phpAR website says to call
ActiveRecord\Serialization::$DATETIME_FORMAT = 'Y-m-d';
However, it doesn't seem that I can access the class variable like that within codeigniter. I haven't come across any other sparks that include namespaced classes for php yet. So I'm not exactly sure how to modify these values. Any suggestions?