[TYPO3] Query data string data still available?

Dmitry Dulepov [typo3] dmitry at typo3.org
Fri Aug 8 10:12:30 CEST 2008


Hi!

La Farge Douglas wrote:
> I have an application that is written in PHP (called via TS) that 
> records click stats (in mysql) to certain pages (it also records other 
> pieces of info like user data - user must be logged in to view certain 
> content).
> 
> One of the pieces of data that we record is the page id (id=1).  The 
> problem is we have installed and are using RealURL and thus all of the 
> query string data is "lost" when real url builds its URLs for the site.
> 
> I'm wondering if there is a way to determine what the query string data 
> was before RealURL took over?  If I understand RealURL correctly it does 
> a "reverse" translation on the URL passed to Typo3 so that it can then 
> deliver the proper content. When it does this "reverse" translation is 
> it rebuilding what the query string would look like if RealURL was not 
> installed?

You will have complete query string for the current page with RealURL. It recreates query string from the path. Otherwise how extensions will work?

-- 
Dmitry Dulepov
TYPO3 Core team
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog: http://typo3bloke.net/post-details/typo3_code_formatting_in_eclipse/


More information about the TYPO3-english mailing list