[TYPO3-50-general] Last minute concept fix? Incosistent class naming for domain models ...

Bastian Waidelich bastian at typo3.org
Thu May 28 11:33:27 CEST 2009


Robert Lemke wrote:

Hi

> So you propose this structure?
> 
> \F3
>   \Blog
>   \Domain
>     \Model
>       Blog
>       BlogRepository
>       BlogValidator
>       Post
>       PostRepository
>       PostValidator
>       BlogOwner
>       BlogOwnerValidator
>       Comment
>       Tag
>     \Service
>       BlogService
>       PostService

I am very much in favor of your first suggestion:

\F3
   \Blog
   \Domain
     \Model
       Blog
       Post
       BlogOwner
       Comment
       Tag
     \Repository
       BlogRepository
       PostRepository
     \Validation
       BlogValidator
       PostValidator
       BlogOwnerValidator
     \Service
       BlogService
       PostService


I think, it makes sense to separate the POP model objects from the FLOW3 
specific classes..

Bastian


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