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 ??
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,