Welcome Guest, Not a member yet? Register   Sign In
Learning OOP through CI
#4

[eluser]dmorin[/eluser]
Quote:CI is ALL OOP. So, if you fully understand CI, you should have no problem understanding OOP in PHP.

While this is true, it's also a little misleading. In CI, you can basically create huge controller methods in which case, it's just procedural coding within an oop method. Also, because of the loader, most people restrict their ideas to single library classes and just about any oop design pattern requires multiple classes as well as abstract classes or interfaces.

So while CI is OOP, it's very easy to use CI in a procedural way which makes for bloated controllers and less-maintainable code.


Messages In This Thread
Learning OOP through CI - by El Forum - 01-26-2009, 01:48 PM
Learning OOP through CI - by El Forum - 01-26-2009, 02:03 PM
Learning OOP through CI - by El Forum - 01-27-2009, 04:36 AM
Learning OOP through CI - by El Forum - 01-27-2009, 07:33 PM
Learning OOP through CI - by El Forum - 01-27-2009, 08:19 PM
Learning OOP through CI - by El Forum - 01-28-2009, 06:17 AM
Learning OOP through CI - by El Forum - 01-28-2009, 07:29 AM
Learning OOP through CI - by El Forum - 01-28-2009, 10:21 AM
Learning OOP through CI - by El Forum - 01-28-2009, 01:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB