User Profile

User
 joshokn
URL
 http://www.freetofeel.com

Recent Comments

Posted 27/07/2009 12:12am
Your post reminds me of the days I build my application http://www.kiwitask.com. It is enjoyable to share the learnings with others. Many thanks! Maybe I should write some down about what I have learned from my app.
Posted 21/07/2009 07:41am
To Vee,

Model Class:

<?php 
if( empty($this->id) ) {
   
$this->data[$this->name]['url'] = Inflector::slug(strtolower($this->data[$this->name]['title']));
}
?>

It wouldn't work if there is two same title.
Posted 21/06/2009 07:11pm
I followed what you have done here in my App, it will break down my sort and pagination function. How you solve this problem?
Posted 17/01/2009 09:44pm
Missing Database Table

Error: Database table paypals for model Paypal was not found