HOWTO

Override MVC methods while keeping arguments

When extending functions in Sugar's MVC framework, it's quite possible you need to call the parent method before or after your code to allow for the original code to run. In the official documentation and in SugarCRM's code itself, the "parent::method()" method is pretty common. However, this can cause a problem with changing function arguments.

Custom language files

Translating Sugar and adding custom language strings and/or dropdown arrays can be a bit tricky. Basically, the problem is: When there's an error, you're on your own. This means that fields without a translation, or undefined dropdowns will usually just stay empty. So, we dig in.

The Right Setup

SugarCRM is a great product. But watch out: a great computer application never runs on its own! Therefore, we've selected the tools we feel you need to run SugarCRM the right way.

Server Side

Syndicate content