Guest User

Untitled

a guest
Jan 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. function beforeSave(){
  4.  
  5. $slug = Inflector::slug($this->data['Servico']['nome'], '-');
  6. $this->data['Servico']['slug'] = strtolower($slug);
  7. return true;
  8. }
  9. ?>
Add Comment
Please, Sign In to add comment