[TYPO3-mvc] Thoughts regarding Extbase-Backend-Module

Jonas Dübi admin at commandline.ch
Mon Jun 15 08:09:26 CEST 2009


Hi Steffen,

thank you all for the great work on extbase!

We actually have the same request. We will develop a backend module with 
extjs, but I don't want to use the oldschool way. Cause we need a 
similar plugin for the frontend, also working with extjs.

There are some questions I have about the 4.x/Repo:

1.) Does it support m:n, 1:n, 'commaseparated':n (fe_user)?

2.) Does it support frontend permissions?

3.) Does it support sys_log/sys_history? (Does it writhe those records?)

4.) Does it support file handling of TYPO3 file fields?

5.) Does it support workspaces?

6.) How does it perform with hundrets of records?
---> In the documentation you always check the fields/data in a filter, 
within PHP, that won't work if you have multiple referring tables with 
hundrets of records. You can not load every record and check the values 
within PHP, isn't it? Isn't there some 'Criteria' object as propel is 
using it? Or a way to do SQL and use it to get the objects?

We have some experience with writhing proper history records and get the 
data referring to the current workspace in frontend. If you need there 
any help...

Best Regards,
Jonas


More information about the TYPO3-project-typo3v4mvc mailing list