Home » HTML » HTML_Form » Bug #3502
return in stead of print
Details
| Request #3502 | return in stead of print |
|---|---|
| Submitted | 2005-02-17 12:27 UTC |
| From | rkristelijn at mayabase dot nl |
| Assigned | danielc |
| Status | Bogus |
| Package | HTML_Form |
| PHP Version | 5.0.2 |
| OS | Windows |
| Roadmaps | (Not assigned) |
Comments
[2005-02-17 12:27 UTC] rkristelijn at mayabase dot nl
Description:
------------
in stead of just let the class print (function display), the function should return a string.
In this way, the class HTML_Form is also usable in combination with HTML_Page and HTML_Page2
just replace 'print' in '$print .= ' and return $print at the end.
regards,
Remi Kristelijn