Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $log = $app->getLog();
  2. $user_id = getUserId( $app );
  3. $content = getPostContent( $app );
  4. $profile = R::findOne( 'profile', 'user_id = ?', array( $user_id ) );
  5. $content[ 'profile' ] = $profile;
  6. $education = matchConstructor( $content, 'createEducation', $log );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement