Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-16 | Add function obj::hasHeadImg() | Malf Furious | 1 | -0/+10 | |
We can check for the existence of an object's background image by calling getBgImg(), since it returns NULL when there is no such image. But getHeadImg() behaves differently, returning a path to 'static/img/null.jpg' (via df.php) when there is no image, making it more difficult to tell. This function addresses this concern. | |||||
2018-07-26 | Update function obj::getMembers() | Malf Furious | 1 | -2/+7 | |
Added a $limit argument to specify a maximum number of results to return. | |||||
2018-02-07 | Rename object.class.php to reflect name of its class | Malf Furious | 1 | -0/+286 | |