[TYPO3-mvc] POST/GET vars

Dawid Pacholczyk dpacholczyk at gmail.com
Thu Oct 21 22:24:09 CEST 2010


Thank you for your reply :) I`m almoust there ! 

I have 2 last question to get it all.
What for are sections persistence and view if I can`t get to them ? Can I
read somewhere about that ?

What is pluginname in tx_extensionname_pluginname. What do you mean by that
? I used to plugin.tx_extensionname_pi1 in old school ext developing :) I
just need to get a good bite on this to get it in 100%.

Best regards,
Dawid Pacholczyk

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Dawid Pacholczyk
tel: 502-054-334
gg: 5564051
skype: dpacholczyk
http://typo3blog.pl (only polish version at the moment)
                  


-----Original Message-----
From: typo3-project-typo3v4mvc-bounces at lists.typo3.org
[mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] On Behalf Of
Bastian Waidelich
Sent: Thursday, October 21, 2010 6:42 PM
To: typo3-project-typo3v4mvc at lists.typo3.org
Subject: Re: [TYPO3-mvc] POST/GET vars

Dawid Pacholczyk wrote:

Hi Dawid,

> I can`t figure how to work
> with ts configuration in extbase exts. I can`t find a good example cause
in
> blog_example isn`t too much of it.

Well, there is quite a bit actually for demonstration purposes:
https://svn.typo3.org/TYPO3v4/CoreProjects/MVC/blog_example/trunk/Configurat
ion/TypoScript/setup.txt


> [...] in blog_example there is something like
>
> plugin.tx_myext.view - how can I get to this ?

with plugin.tx_myext.settings you can set "user settings" for all 
plugins. with plugin.tx_myext_plugin.settings you can overwrite them for 
one plugin.
These settings are automatically available in your controllers (as 
$this->settings['foo']) and in your Fluid templates ({settings.foo})
The other sections (persistence, view & _LOCAL_LANG) are predefined and 
you can't access them directly.
What exactly are you trying to do?


> how should namespace look in ts config ?? SOmething like this ? ->
> plugin.tx_myexet.view.Tx_MyExt_Domain_Model ??? or what it should be ?

I don't really understand what you mean..
With "namespace" we name the URL prefix of a plugin. By default that is 
"tx_extensionname_pluginname". But since a month you can change that 
namespace manually.

Best,
Bastian
_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc



More information about the TYPO3-project-typo3v4mvc mailing list