Bug #5082
Remove require statements and use the autoloading instead.
| 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
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.