Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public function update_sticky_postition_in_db()
  2. {
  3. $this->autoRender = false;
  4.  
  5. ... // Save info to database
  6.  
  7. $this->redirect(array('action' => 'tool'));
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement