请教各位大神,新手接了一个vtigercrm的系统,现在要跟踪一个数据字段的来源
URL:localhost/vtigercrm/index.php?module=Accounts&view=Detail&record=62
我现在找到index.php 然后怎么跟踪产生实际数据交互功能的页面或者功能?
是怎么控制跳转的?类似与MVC的那种控制?
index.php 内容如下:
include_once 'include/Webservices/Relation.php';
include_once 'vtlib/Vtiger/Module.php';
include_once 'includes/main/WebUI.php';