Simple ToDo List with CodeIgniter! |
[eluser]Horvat[/eluser]
Here is simple 'app' that I made w/CI. Would like to hear some critics https://github.com/Horki/ci_todo
[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.
[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.
[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
[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
|
Welcome Guest, Not a member yet? Register Sign In |