[eluser]Aken[/eluser]
Also, inside your model's insert_tweet() function, I'd recommend changing the name of the $tweet array that will be used for the insert() function. Using the same names as other information can lead to confusion and sometimes errors with information being overwritten. This example should work just fine, but it's just good practice in my opinion.