Skip to content

Instantly share code, notes, and snippets.

@technosailor
Created June 2, 2012 18:12
Show Gist options
  • Save technosailor/2859416 to your computer and use it in GitHub Desktop.
Save technosailor/2859416 to your computer and use it in GitHub Desktop.
<?php
public function show_profile()
{
$profile = $this->profile_type;
$this->_amm_{$profile}_listing();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment