3.2.0

Unexpected results with MVC and mod_rewrite system

Hi,

When running the grid within a php application using mod_rewrite server function (all pages are redirected to index.php and content is called with PIPE and Filter), I'm getting a very strange result.

To be exactly I'm using Zend Framework.

the grid gets fully populated with only the first row . But not just that,
each column contains all the data from the array!

foe example:
["MSFT","MicrosoftCorporation", "314,571.156", "32,187.000", "55000"]

normally each value must be in a column, but in my case,

all this data:
"MSFT","MicrosoftCorporation", "314,571.156", "32,187.000", "55000"

is in each column !

I ran exaclty the same code without zend framework and it works !!

Any Idea ??
mystic
August 12,
Save the html in both cases with File->save as... and compare that it is the same - most likely it is not.
Alex (ActiveWidgets)
August 14,

This topic is archived.

See also:


Back to support forum