Search Results

-1
votes
1answer
356 views

jQuery+AJAX delete anchor not working

Hi I'm using jQuery and Codeigniter. I'm creating a simple todo list that can add delete entries using ajax. The problem is whenever I click on my delete anchor, it won't delete the entry. …
0
votes
3answers
92 views

Should I implement multi-purpose functions?

I'm using CodeIgniter and I got a model that fetches let's say all recipes where you can set the offset and the limit. Should I extend that function for retrieving a single recipe? Is it good pract …
0
votes
0answers
64 views

Loading Markdownify in CodeIgniter

Hi, I downloaded Markdownify from http://milianw.de/projects/markdownify/ and extracted it to my application/libraries/ director …