MVC View Wrapped


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. class ${1:ViewName} extends View
  3.  
  4. public static function render() {
  5.  
  6. }
  7.  
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.