Hi,
How can i convert php4 code to php5 code?
Is there any script to covert?
I tried to install php4tophp5.exe but it doesn't install.
A project is written in php4 using CMS.
Now i need to convert it.
Can anyone help me to figure it out?
Thanks.
How can i check whether php is installed or not on windows?
I didn't installed wamp or xamp.
But i have installed Zend Apache.
And i can do http://localhost/ from browser.
Suppose a dropdown list is added with a Zend form.
I added value with Zend_Form_Element_Select("name") as associative array.
Now how can i take/store/save the value of that dropdown list ?
In controller there is action to check $form->getRequest()->isPost(){..}
Zend_Db_Table::setDefaultAdapter($dbAdapter);
Is setDefaultAdapter a static function ?
Is :: used for static functions ?
Is it equivalent to the previous one ?
$obj=new Zend_Db_Table();
$obj->setDefaultAdapter($dbAdapter);
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.