Logo

GitLab

Sign in

David Zhong / realops-website

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 4
  • Merge Requests 0
  • Labels
  • Wiki
  • realops-website
  • app
  • controllers
  • atc
  • form.php
  • Added inferred table name and structure for models
    ce820c7f
    David Zhong authored
    2014-05-21 01:32:11 +1000  
    Browse Code ยป
form.php 127 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
<?php
function _form() {
  $user = new User(1027224);
  $data['menu'] = 'atc';
  $data['user'] = $user;
  View::auto($data);
}