Awanka Posted September 5, 2007 Share Posted September 5, 2007 Converting PHP code into object-oriented paradigm. If you had to convert a regular php application of about 30 php files from non-object oriented to object oriented code, how long do you think it would take? How difficult do you think it is? Quote Link to comment https://forums.phpfreaks.com/topic/68145-converting-php-to-object-oriented/ Share on other sites More sharing options...
cmgmyr Posted September 5, 2007 Share Posted September 5, 2007 This all depends on the application. I recently re-programmed one of my membership sites to all OOP and my other newer "styles" of programming. I started off the project with 700+ files to work through, now since I'm done with it I only have about 150 files. It took a few weeks for me to do this. This is with working on it a little here and there, and a few full days dedicated to it. So it really all depends... Quote Link to comment https://forums.phpfreaks.com/topic/68145-converting-php-to-object-oriented/#findComment-342531 Share on other sites More sharing options...
Jessica Posted September 6, 2007 Share Posted September 6, 2007 This much time. And hard. Quote Link to comment https://forums.phpfreaks.com/topic/68145-converting-php-to-object-oriented/#findComment-342535 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.