[TYPO3-team-core-v5] PhoenixDemoTypo3Org

Daniel Pötzinger daniel.poetzinger at aoemedia.de
Sun May 2 10:43:02 CEST 2010


Am May 2, 2010 um 9:09 PM schrieb Robert Lemke:

> Hi Daniel,
> 
> I'm not completely happy with the name scheme yet, too. The problem is that we can only use characters which are allowed in PHP namespaces and class names and wanted to avoid the prefixing practice we have in the current TYPO3 extensions.
> 
> Maybe we need to use the Java et al kind of scheme:
> 
> OrgTypo3DemoPhoenix
> 
> The package key doesn't tell anything about the domain which is used by TYPO3 itself - this is extremely configurable ;-)


Hi Robert

Ok then I think I get it..sounds reasonable -  But for me some questions raise:

Are we talking about Site Packages only or is it about extensions/packages in general?
You want to avoid the different Namings / and Prefixes in the TER?
So the Naming is always something like:
<Internet Domain Scheme><PackageName>
correct?
Should there be a more specific Convention to distinguish between Site and Application Packages?
What is the Namespace then in the Package Classes? Is it "<Internet Domain Scheme><PackageName>" or "<Internet Domain Scheme>\<PackageName>" ? 
I think second is better - and if so - it may be good to use subfolders?

Thanks and Greetings


More information about the TYPO3-team-core-v5 mailing list