00001 <?php 00002 00003 require '../libs/Smarty.class.php'; 00004 00005 $smarty = new Smarty; 00006 00007 $smarty->compile_check = true; 00008 $smarty->debugging = true; 00009 00010 $smarty->assign("Name","Fred Irving Johnathan Bradley Peppergill"); 00011 $smarty->assign("FirstName",array("John","Mary","James","Henry")); 00012 $smarty->assign("LastName",array("Doe","Smith","Johnson","Case")); 00013 $smarty->assign("Class",array(array("A","B","C","D"), array("E", "F", "G", "H"), 00014 array("I", "J", "K", "L"), array("M", "N", "O", "P"))); 00015 00016 $smarty->assign("contacts", array(array("phone" => "1", "fax" => "2", "cell" => "3"), 00017 array("phone" => "555-4444", "fax" => "555-3333", "cell" => "760-1234"))); 00018 00019 $smarty->assign("option_values", array("NY","NE","KS","IA","OK","TX")); 00020 $smarty->assign("option_output", array("New York","Nebraska","Kansas","Iowa","Oklahoma","Texas")); 00021 $smarty->assign("option_selected", "NE"); 00022 00023 $smarty->display('index.tpl'); 00024 00025 ?>
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|
