Guest User

Untitled

a guest
Feb 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. class TestController extends SilkControllerBase
  4. {
  5. function test_action($params)
  6. {
  7. $this->set('test', 'Controller Works!');
  8. }
  9. }
  10.  
  11. ?>
Add Comment
Please, Sign In to add comment