Ticket #5164 (closed Feature Requests: fixed)

Opened 2 years ago

Last modified 2 years ago

autoload framework libraries

Reported by: mbrevda Assigned to:
Priority: minor Milestone: 2.10
Component: FreePBX Framework Version: SVN-HEAD
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

Where posible, framework libraries should be autoloaded and not loaded for every instantiation unnecessarily

Change History

05/30/11 03:52:23 changed by mbrevda

(In [12198]) re #5164 - autoload classes when psoible

05/30/11 04:22:55 changed by mbrevda

(In [12201]) re #5164 - move functions that need to always be included to their own file so that we can lazy load the class

05/30/11 04:26:56 changed by mbrevda

  • status changed from new to closed.
  • resolution set to fixed.

(In [12202]) closes #5164 - code cleanups

05/30/11 04:30:59 changed by mbrevda

(In [12203]) closes #5164 - bug fix

06/05/11 17:01:16 changed by mbrevda

(In [12207]) re #5164