I am looking for a script library or something like that in order to emphasize the task of generating web forms to populate a DB.
I tried phpObjectForms
When trying to run the sample scripts provided by the library phpObjectForms, my PHP 4.3.3 parser told me the following:
[blue]Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\appserv\ on line 112[/blue]
I set allow_call_time_pass_reference in my php.ini file (Apache 1.3.28 + PHP 4.3.3 under Windows XP) to True but the problem persists.
I wonder... If this PHP feature is deprecated and future versions won't support it, why is the last version of phpObjectForms using it?
Arlequín
arlequin_AT_internet_DOT_com_DOT_uy
I tried phpObjectForms
When trying to run the sample scripts provided by the library phpObjectForms, my PHP 4.3.3 parser told me the following:
[blue]Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\appserv\ on line 112[/blue]
I set allow_call_time_pass_reference in my php.ini file (Apache 1.3.28 + PHP 4.3.3 under Windows XP) to True but the problem persists.
I wonder... If this PHP feature is deprecated and future versions won't support it, why is the last version of phpObjectForms using it?
Arlequín
arlequin_AT_internet_DOT_com_DOT_uy