CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #5082

Remove require statements and use the autoloading instead.

Added by Martin Ficzel over 3 years ago. Updated over 2 years ago.

Status:Resolved Start date:2009-10-22
Priority:Should have Due date:
Assignee:Martin Ficzel % Done:

100%

Category:-
Target version:Alpha 2
Votes: 0

Description

Currently a lot of require_once statements are used. They should be removed and be replaced by autoloading. The creation of instances should be done afterwards by t3lib_div::makeInstance instead of new().

Associated revisions

Revision 26367
Added by Martin Ficzel over 3 years ago

Used Autoloading instead of mass requiering. Fixes #5082

History

Updated by Martin Ficzel over 3 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r26367.

Also available in: Atom PDF