Welcome Guest, Not a member yet? Register   Sign In
is codeigniter not OOP?
#1

[eluser]Unknown[/eluser]
I'm a newbie in codeiginter and am a student who would like to implement this framework in my project.

I do know codeigniter is using MVC and I am very new to MVC concept. I read a lot about MVC and tried it out. I understand how it works but I have a few questions regarding MVC and OOP.

usually in php inheritance, I will give a scenario. I have 3 class - student, teacher and person.

in OOP, I create Person as parent, Student and Teacher inherit from Person class.

1) in OOP, I used to do GET and SET method in order to set and get my value. and i tried in codeigniter, I was wondering how can i implement this?

2) If codeigniter is not OOP, does that mean I do not need a class diagram anymore?

3) does MVC has their own design diagram?

Hope anyone can answer all my doubts. Thanks in advance.





Theme © iAndrew 2016 - Forum software by © MyBB