How to prevent overwrite BaseController.php? May 12, 2020, 09:22:16 AM I have made some correction to baseController ! Some cookies functions and they should be in here as they are valid for all!There is no standard option to prevent publishing baseController!If I just open the project in phprad and baseController is overwritten.. I'm tired of copy/paste and in most cases I don't see phprad touching inside at all!And to stop phprad updating I make the BaseController [read only ] , but that is stupid soHow to edit BaseController as my correction will stay? Quote Selected
Re: How to prevent overwrite BaseController.php? Reply #1 – May 13, 2020, 09:36:14 AM @dobsun you can only do that manually after generating your project, please note that BaseController is not meant to be edited as it is the core part of phprad, if you do so, do so at your own risk. Quote Selected