Hi
Is it possible to execute normal php code under zend framework php.
As far as i have heard php is a MVC model style coding. But i have not done MVC programming in php.
I have an appplication where i need small modification. I have done some programming in normal php. So i was wondering if i could just write my own code in normal php and integrate it with zend framewrok php. They also call it smarty and zend php.
I just need to have a section where i need to upload a image file to the server and save the image file name to the database.
Please give suggestions