Navigation » Article » Admin class reloaded
Admin class reloaded
Today we have to cleanup and rewrite the Admin class for phPoint. 921 lines of code have to be revised, so today will become tonight. We have also removed many time() calls from the frontend classes. Therefore the CMS now uses a global timestamp for internal operations defined as PPNOW. Within your templates you can use $smarty.now to get the Smarty time or $ppnow for the internal timestamp which is equal to PPNOW.