Project

General

Profile

Actions

Bug #19173

closed

Can't call t3lib_div::makeInstance() for t3lib_basicFileFunctions and t3lib_extFileFunctions

Added by Sebastian Siedentopf almost 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-07-31
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

File name and class name do not match (eg. 't3lib_bascifilefunc' vs 't3lib_basicFileFunction')

This is basically a double entry to issue #0004756, but the 'solution' to that is more than questionable. What's the point of having a wrapper for a function and encourage its use in documentation when you have to workaround it with the function it wraps up?
(issue imported from #M9087)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #23958: Poor solution for t3lib_div::makeInstance() for t3lib_basicFileFunctions and t3lib_extFileFunctionsClosedSteffen Gebert2010-11-05

Actions
Is duplicate of TYPO3 Core - Bug #16842: Usage of t3lib_basicFileFunctions in own FE-plugin not possibleClosed2007-01-09

Actions
Actions #1

Updated by Ingo Renner almost 16 years ago

You have simply to include the php file yourself:

require_once(PATH_t3lib.'class.t3lib_basicfilefunc.php');

Other than that this issue might be resolved by an __autoload() implementation

Actions

Also available in: Atom PDF