我在SugarCRM和SuiteCRM中使用自定义入口点工作了很多。我想知道是否有一种快速的方法来列出每个入口点和与之相关的文件?
答案 0 :(得分:0)
可以在很多地方定义入口点,这里的关键是查找所有定义文件,然后cat
找到每个定义文件以查找他们正在做的事情。
可能的入口点位置
$ ls -1d custom/Extension/application/Ext/EntryPointRegistry
$ ls -1d custom/Extension/modules/*/Ext/EntryPointRegistry
$ ls custom/include/MVC/Controller/entry_point_registry.php
$ ls custom/modules/*/entry_point_registry.php
$ ls modules/*/entry_point_registry.php
include/MVC/Controller/entry_point_registry.php