Skip to content

Instantly share code, notes, and snippets.

@phalcon
Created January 10, 2013 17:29
Show Gist options
  • Select an option

  • Save phalcon/4504036 to your computer and use it in GitHub Desktop.

Select an option

Save phalcon/4504036 to your computer and use it in GitHub Desktop.
<?php
$user = new Users();
$profile = new Profile();
$user->name = "Mark";
$user->profile = $profile;
$user->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment