[TYPO3-dev] I'd like to Implement perfectly the versioning fanction to my original extension.

yuichiro saito y-saito at iiz.co.jp
Wed Jan 12 03:04:31 CET 2011


Hi!

@:vg Steffen
> To get into the correct way you should take a look to this extension, or
> just use it.
>
> http://forge.typo3.org/projects/show/extension-overlays
> http://forge.typo3.org/projects/extension-overlays/repository/show/trunk
> http://forge.typo3.org/projects/extension-overlays/repository/show/branches/WORKSPACE_SUPPORT

Thank you for good information, I excited to know there is useful extension!

I use extension-overlays( branches / WORKSPACE_SUPPORT ).
http://forge.typo3.org/projects/extension-overlays/repository/show/branches/WORKSPACE_SUPPORT
It's work!!
arigatougozaimasu- :-)

@:Andreas
> Nevertheless, you should of course also have a look at extbase and a
> totally different way to create extensions. It "can" (i don't say will)
> save you a lot of time for some tasks, especially when it comes to
> templating with fluid, but be warned to learn a lot of new stuff ;)

Yes, I know MVC model is productive very much. I think need to study
developping method with Extbase and fluid.
But I think it need to improve old extension have used ever, too.

@:all
I successed to get versions of a record of a table with
extension-overlays( branches / WORKSPACE_SUPPORT ).
Next, I'd like to call data from two tables and get unique value.

ex :
" SELECT  f1,f2 FROM table1 AS t1 INNER JOIN table2 AS t2 ON
t1.f3=t2.f3 WHERE t1.f1='xxxx'; "
and
" SELECT DISTINCT f1 FROM table1; "

Before, I used " $GLOBALS['TYPO3_DB']->sql_query(......); ".
Are there good solution?

Thank you. yoroshiku onegaishimasu- m(_ _)m




More information about the TYPO3-dev mailing list