CodeIgniter Forums
OOP concept with CodeIginator - 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: OOP concept with CodeIginator (/showthread.php?tid=15825)



OOP concept with CodeIginator - El Forum - 02-16-2009

[eluser]Anandafit[/eluser]
Hi,
I am new for CodeIginator and need help to organize my code style to CodeIginator view and controller. I have designing my class diagram according to OOP concept. But I have not a idea how I want organize my code style into CodeIginator by considering OOP structure specially as classes and its methods. Is there any source to get help.

Regards
Ananda.


OOP concept with CodeIginator - El Forum - 02-16-2009

[eluser]Anandafit[/eluser]
I have basic idea work with CodeIginator need a help to organize my Classes and its method as OOP concept.


OOP concept with CodeIginator - El Forum - 02-16-2009

[eluser]TheFuzzy0ne[/eluser]
Of course, there's always the [url="http://ellislab.com/codeigniter/user-guide"]user guide[/url]. That's by far the best source of information. It's the best documentation I've ever seen, anyway. The user guide is my bible. Guide us O'wise user guide.

There are some great examples online. One of the best I've seen yet is Derek Allard's video, where he demonstrates [url="http://codeigniter.com/tutorials/watch/blog/"]how to build an blog in 20 minutes[/url]. Another one of Derek's videos is available on his Web site, which shows [url="http://video.derekallard.com/"]how to build an Ajax-enabled application with jQuery[/url].

There's also the [url="http://codeigniter.com/wiki/"]wiki[/url].

[url="http://www.derekallard.com/"]Derek Allard's blog[/url] (the only place on the Web I know of where even evil robots use valid XHTML and CSS).

[url="http://www.michaelwales.com/"]Michael Wales' site[/url].

...and so many more, I don't have time to post them all. There are also many more when you google for them.

A few more good resources:

http://godbit.com/search/?q=codeigniter
http://codeigniter.com/wiki/Tutorials/
http://www.haughin.com/screencasts/

Hope this helps.