CodeIgniter Forums
Questions regarding <dl> in 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: Questions regarding <dl> in CI. (/showthread.php?tid=22291)

Pages: 1 2 3


Questions regarding <dl> in CI. - El Forum - 09-08-2009

[eluser]Aken[/eluser]
- There is less code in your controller.
- There is less to remember when writing your code.
- Your functions make more sense in the scheme of your application (using individual names to help recognize what information is being pulled exactly).
- The information is more easily pulled in other places that the model is utilized, including new controllers/functions in the future.

Frankly I don't see why this information couldn't be deduced based on everything I've already said. Perhaps you should reconsider your use of CodeIgniter if you don't understand the basic benefits of object orientated programming styles. And once again, I'm sorry you find my OPINION and use of light-hearted adjectives so insulting (oh, and I never changed my "insults" - I still think that style is insane and crazy). But really there's no need to be rude. Again, good luck with your project.


Questions regarding <dl> in CI. - El Forum - 09-08-2009

[eluser]überfuzz[/eluser]
[quote author="Aken" date="1252411440"]- There is less code in your controller.
- There is less to remember when writing your code.
- Your functions make more sense in the scheme of your application (using individual names to help recognize what information is being pulled exactly).
- The information is more easily pulled in other places that the model is utilized, including new controllers/functions in the future.[/quote]

Your right about the simplicity in your solution. Nice and tidy! I only thought there where more to it. Execution speed etc.

About the project, it's doing just dandy! Since your first post in this thread the methods fetching rows for the <dl>-tags are very simple and easy readably. Tnx!

(I didn't quote all of your post since it didn't make you look that bright! I hope thats ok.)