eZ Community » Forums » Developer » eZ class performing the parsing of...
expandshrink

eZ class performing the parsing of the query string to fill in $Params

eZ class performing the parsing of the query string to fill in $Params

Tuesday 06 December 2011 1:05:47 pm - 5 replies

Hello

In a module, the $Params php variable is automatically filled in, it gives a lot of stuff, and the parsing of the query string paramaters for example the parsing of domain.com/param1/param2/(offset)/45

You know where in ezpublish source this parsing of this query string is done ?

Tuesday 06 December 2011 2:03:07 pm

It's in fact to help to understand this bug:

http://issues.ez.no/IssueView.php?Id=19001

Tuesday 06 December 2011 2:28:54 pm

Hi Jerome,

you can check out the eZURI class, specifically setURIString method. You can get the current request uri with:

$uri = eZURI::instance( eZSys::requestURI() );

Tuesday 06 December 2011 2:39:59 pm

Exactly blunk.gif Emoticon

More info at http://issues.ez.no/IssueView.php?Id=19001 on explanation of the bug

Preparing a pull...

Tuesday 06 December 2011 3:19:33 pm

Fyi: https://github.com/ezsystems/ezpublish/pull/243

Tuesday 06 December 2011 3:32:18 pm

Fyi: https://github.com/ezsystems/ezpublish/pull/243

Great! happy.gif Emoticon

expandshrink

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu