Override your controllers and models without changing your core code
Sometimes while working on some Legacy code, we may occur in conditions such as overidding a controller's action or model or having our own actions under Existing controller. But that must be done without altering the Core code, but how ?? Here it is, just follow...