Skip to content

Instantly share code, notes, and snippets.

@jamband
Created December 3, 2011 06:04
Show Gist options
  • Save jamband/1426244 to your computer and use it in GitHub Desktop.
Save jamband/1426244 to your computer and use it in GitHub Desktop.
<?php
for ($i = 0; $i < 10000; $i++)
echo $model->actionId;
// or echo $model->getActionId();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment