![]() |
Simple ToDo List with CodeIgniter! - 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: Simple ToDo List with CodeIgniter! (/showthread.php?tid=56036) Pages:
1
2
|
Simple ToDo List with CodeIgniter! - El Forum - 11-22-2012 [eluser]Horvat[/eluser] Here is simple 'app' that I made w/CI. Would like to hear some critics https://github.com/Horki/ci_todo Simple ToDo List with CodeIgniter! - El Forum - 11-22-2012 [eluser]solid9[/eluser] I use todoist.com lol Simple ToDo List with CodeIgniter! - El Forum - 11-22-2012 [eluser]Horvat[/eluser] What are you trying to say? Simple ToDo List with CodeIgniter! - El Forum - 11-22-2012 [eluser]solid9[/eluser] Do you have live demo of your work? Or can you make a live demo. I'm a little lazy installing it. Simple ToDo List with CodeIgniter! - El Forum - 11-22-2012 [eluser]Horvat[/eluser] you have 'pm' Simple ToDo List with CodeIgniter! - El Forum - 11-22-2012 [eluser]solid9[/eluser] I tried it. Not bad for a beginner. But try using todoist.com and compare your work. I have question. Why re-invent the wheel? Unless you are doing this for practice for purpose only. Simple ToDo List with CodeIgniter! - El Forum - 11-22-2012 [eluser]Horvat[/eluser] Well I can do more complex stuff. But I need a task, so I'm searching for tasks on internet and do it my way with CI, If you have any idea, please let me know PS I'm trying to 'pump' my github so I can get a job as php developer Simple ToDo List with CodeIgniter! - El Forum - 11-22-2012 [eluser]solid9[/eluser] Lets wait for others to criticize your work. Simple ToDo List with CodeIgniter! - El Forum - 11-22-2012 [eluser]jmadsen[/eluser] Use joins instead of: Code: foreach($all_list as $list) { Also study how to use MY_Model & MY_Controllers Code: $options = array( Do that in your controllers,models or a helper, not your views Simple ToDo List with CodeIgniter! - El Forum - 11-23-2012 [eluser]Horvat[/eluser] Tnx! PS Any idea for next task? |