Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $website_name = Input::get('website_name');
  2.  
  3. $website = new Website;
  4. $website->name = $website_name; // line with the probleme
  5. $website->save();
  6.  
  7. return 'success';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement