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.
<?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.
Model Class:
<?phpif( 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.
Error: Database table paypals for model Paypal was not found