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)
-
This falls into the category of hard to find. It is clearly outlined in the SugarCRM Developers Guide but I have never seen anyone use i...
-
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 ...
-
I have been thinking about this dashlet for about 7 years. Its been on my 'to-do' list for probably 4 years. It found its way ...
