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? 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... 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. 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
Archived
This topic is now archived and is closed to further replies.