I think it adds all the missing pieces into SugarCRM's SugarLogger function like timers, headers, line tracing, email, and notifications.
A SugarCRM, PHP, SQL and JavaScript developers blog from the backwoods office.
Showing posts with label override. Show all posts
Showing posts with label override. Show all posts
Sunday, January 28, 2018
Developer Centric Logging
I think it adds all the missing pieces into SugarCRM's SugarLogger function like timers, headers, line tracing, email, and notifications.
Sunday, January 14, 2018
Overriding MysqliManager.php
Overriding the stock SQL Managers
It took me a while to figure out how to override the core MysqliManager class so that I could add some code to email me the SQL errors that usually just go to my logs. At first I tried just creating the custom file, expecting it to be read like others I had created, but I found that you actually have to tell the system to use your custom class in the config_override.php file like this
Subscribe to:
Posts (Atom)
-
My users had a need to query the audit log for various modules in ways that the current built in system would not allow. Now I could create...
-
Customize cron.php without replacing the stock file I wanted to add functionality where I would be emailed if any of the cron jobs failed ...
-
A few weeks ago I wrote some posts about overriding the CRON handler and I showed code about Developer Communication. Since then I hav...