[TYPO3-50-general] Features in the last few commits

Robert Lemke robert at typo3.org
Tue Feb 3 17:37:27 CET 2009


Hi Malte,

Am 03.02.2009 um 12:43 schrieb Malte Jansen:

> Is there somewhere a function listing all available packages and their
> location?

yes, sort of:

$packages = $packageManager->getAvailablePackages();
foreach ($packages as $package) {
    echo $package->getPackagePath();
    echo $package->getClassesPath();
    echo $package->getResourcesPath();
    ...
}

> What about adding
> - /Packages/Local

I did that today.

> - /Data/Resources

is not fully functional yet due to problems in the Resource Publisher.
>


Cheers,
robert


More information about the TYPO3-project-5_0-general mailing list