Details
-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.3.0
-
Fix Version/s: Unscheduled
-
Component/s: Joomla Integration
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
Drupal modules can bootstrap Civi by calling "civicrm_initialize"; in Joomla, the current process is more complex and requires knowledge of the file/config structure. Since the file/config structure is liable to change in future versions, it would be good to introduce a more abstract helper (like "civicrm_initialize" or "JCivi::bootstrap") which can provide better backward/forward-compatibility for downstream code.