Skip to content

Instantly share code, notes, and snippets.

@khepin
Created March 30, 2011 14:08
Show Gist options
  • Save khepin/894453 to your computer and use it in GitHub Desktop.
Save khepin/894453 to your computer and use it in GitHub Desktop.
<?php
public function executeIndex(sfWebRequest $request)
{
$this->students = StudentTable::getInstance()->findAll();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment