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
I need to add some functionality to the users_controller.php dashboard() function and maybe the user.php model also.
The easy way is to modify the plugin, but I wonder if it's possible to override/extend the plugin's controllers/models and leave the original untouched? With the views there isn't a problem, because cake supports it by default.
If it's possible, it would be far easier to keep the plugin up to date.
Regards!
The text was updated successfully, but these errors were encountered:
Hi again,
I need to add some functionality to the users_controller.php dashboard() function and maybe the user.php model also.
The easy way is to modify the plugin, but I wonder if it's possible to override/extend the plugin's controllers/models and leave the original untouched? With the views there isn't a problem, because cake supports it by default.
If it's possible, it would be far easier to keep the plugin up to date.
Regards!
The text was updated successfully, but these errors were encountered: