Home » HTML » HTML_QuickForm_Controller » Bug #8247
Enabling $_GET params in action attribute
Details
| Request #8247 | Enabling $_GET params in action attribute |
|---|---|
| Submitted | 2006-07-19 12:23 UTC |
| From | arumpfelt at madonet dot pl |
| Assigned | avb |
| Status | Closed |
| Package | HTML_QuickForm_Controller |
| PHP Version | 4.4.2 |
| OS | Windows 2003 |
| Roadmaps | (Not assigned) |
Comments
[2006-07-19 12:23 UTC] arumpfelt at madonet dot pl
Description:
------------
If you want to set an action attribute with params
i.e.
index.php?page=news,23
Controller will just cut out/ignore all the params and will direct your script to index.php instead.
There is no way to work with Controller and custom $_GET params..