コード例 #1
0
ファイル: apples.php プロジェクト: nickbarth/PHP-Tofu
		public function index()
		{
			// Tofu Listing Page
			$this->apples = Apple::findAll();
		}