CodeIgniter Forums
anyone tried integrating POG with CI? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: anyone tried integrating POG with CI? (/showthread.php?tid=10509)



anyone tried integrating POG with CI? - El Forum - 08-02-2008

[eluser]jasont[/eluser]
http://www.phpobjectgenerator.com/


anyone tried integrating POG with CI? - El Forum - 08-02-2008

[eluser]Yash[/eluser]
It looks nice to me.But never tried it.


anyone tried integrating POG with CI? - El Forum - 08-02-2008

[eluser]Rick Jolly[/eluser]
A very quick way to create unmaintainable code. Each object gets a copy of all the database logic. Talk about repeating yourself.

The wonderful thing about CI's database library is that there is no class per table to maintain.


anyone tried integrating POG with CI? - El Forum - 08-02-2008

[eluser]Yash[/eluser]
yea it can create mess if you are try to use full but yes some part is nice like create table just by supplying names.It look good to me.


anyone tried integrating POG with CI? - El Forum - 08-02-2008

[eluser]Hannes Nevalainen[/eluser]
[quote author="Yash" date="1217722517"]some part is nice like create table just by supplying names.It look good to me.[/quote]

If you are using MySQL hen PHPMyAdmin would make your life easy...


anyone tried integrating POG with CI? - El Forum - 08-02-2008

[eluser]Yash[/eluser]
yup I'm already using it like you are saying.


anyone tried integrating POG with CI? - El Forum - 08-03-2008

[eluser]Hannes Nevalainen[/eluser]
It's tricky not come across phpMyAdmin while developing in PHP =P
//Hannes