Ò»¸ö±È½ÏÍêÉÆµÄPHP¹ºÎï³µÀà
<?
/*****************************************************************************/
/* */
/* file type: °üº¬Îļþ£¬½¨Òéºó׺Ϊ.inc */
/* */
/* file name: cart.inc */
/* */
/* Description: ¶¨ÒåÒ»¸ö¹º³µÀà */
/* */
/* Func list : class cart */
/* */
/* author : bigeagle */
/* */
/* date : 2000/12/24 */
/* */
/* History: 2000/12/24 finished */
/* */
/*****************************************************************************/
//¶¨Òå±¾Îļþ³£Á¿
define("_CART_INC_" , "exists") ;
/*¹ºÎï³µÀà*/
class TCart
{
var $SortCount; //ÉÌÆ·ÖÖÀàÊý
var $TotalCost; //ÉÌÆ·×ܼÛÖµ
var $Id; //ÿÀàÉÌÆ·µÄID£¨Êý×飩
var $Name; //ÿÀàÉÌÆ·µÄÃû³Æ£¨Êý×飩
var $Price; //ÿÀàÉÌÆ·µÄ¼Û¸ñ£¨Êý×飩
var $Discount; //ÉÌÆ·µÄÕÛ¿Û£¨Êý×飩
var $GoodPrice ; //ÉÌÆ·µÄÓŻݼ۸ñ£¨Êý×飩
var $Count; //ÿÀàÉÌÆ·µÄ¼þÊý£¨Êý×飩
var $MaxCount ; //ÉÌÆ·ÏÞÁ¿£¨Êý×飩
//******¹¹Ô캯Êý
function TCart()
{
$this->SortCount=0;
session_start(); //³õʼ»¯Ò»¸ösession
session_register('sId');
session_register('sName');
session_register('sPrice');
session_register('sDiscount');
session_register('sGoodPrice') ;
session_register('sCount') ;
session_register('sMaxCount') ;
$this->Update();
$this->Calculate();
}
//********˽ÓУ¬¸ù¾ÝsessionµÄÖµ¸üÐÂÀàÖÐÏàÓ¦Êý¾Ý
function Update()
{
global $sId,$sName,$sPrice,$sCount,$sDiscount,$sMaxCount,$sGoodPrice;
if(!isset($sId) or !isset($sName) or !isset($sPrice)
or !isset($sDiscount) or !isset($sMaxCount)
or !isset($sGoodPrice) or !isset($sCount)) return;
$this->Id =$sId;
$this->Name =$sName;
$this->Price =$sPrice;
$this->Count =$sCount;
$this->Discount = $sDiscount ;
$this->GoodPrice = $sGoodPrice ;
$this->MaxCount = $sMaxCount ;
//¼ÆËãÉÌÆ·×ÜÊý
$this->SortCount=count($sId);
}
//********˽ÓУ¬¸ù¾ÝеÄÊý¾Ý¼ÆËãÿÀàÉÌÆ·µÄ¼ÛÖµ¼°È«²¿ÉÌÆ·µÄ×ܼÛ
function Calculate()
{
for($i=0;$i<$this->SortCount;$i++)
{
/*¼ÆËãÿ¼þÉÌÆ·µÄ¼ÛÖµ£¬Èç¹ûÕÛ¿ÛÊÇ
Ïà¹ØÎĵµ£º
這個問題ÓÐ點Ææ¹Ö£¬ÔÚJavaºÍ.netµÄÊÀ½ç裡還δÅöµ½過.......
¿´來PHP對對ÏóµÄÖ§³Ö還²»ÊÇÌ«ÓѺ㬺ǺÇ~~~
[轉載ì¶£º] http://blog.csdn.net/yehell/archive/2007/12/19/1953826.aspx
½ñÌìÔÚphpÎļþÖÐÉèÖÃÁËÒ»¸ösession.²¢½«Ò»¸öÀ ......
ÔÎÄÁ´½Ó£ºhttp://www.phpdo.net/index.php/2010/01/25/29/
ѧϰÁËÒ»¶Îʱ¼äPHP£¬¾õµÃÓеãÊÕ»ñ¡£Ò²Ó¦¸Ã½«Ñ§¹ýµÄ¶«Î÷ÄóöÀ´É¹É¹ÁË£¬²»È»¾Í½»»Ø¸ø¿Î±¾ÁË¡£
PHPÊÇÊ²Ã´ÄØ£¿
PHP£¬Êdz¬¼¶Îı¾Ô¤´¦ÀíÓïÑÔ£¨PHP:Hypertext Preprocessor£©µÄËõд¡£PHP ÊÇÒ»ÖÖ HTML ÄÚǶʽµÄÓïÑÔ£¬ÊÇÒ»ÖÖÔÚ·þÎñÆ÷¶ËÖ´ÐеÄǶÈëHTMLÎĵµµÄ½Å±¾ÓïÑÔ£¬Óï ......
ÖîÈç Google Doc µÈWebÓ¦Óã¬ÔÊÐíͨ¹ý»¥ÁªÍø¹²ÏíÐÅÏ¢½øÐÐÐͬ¹¤×÷£¬¸øÎÒÃÇ´øÀ´ÁËȫеÄÈÕ³£°ì¹«ÌåÑé¡£Ëæ×Å´óÁ¿µÄ×ÀÃæÓ¦Óñ»ÒÆÖ²µ½ Web »·¾³£¬ÎÞÂÛÊÇ´¿´âµÄ HTML+CSS+JS »òÕß RIA ¶¼½«¸üÊÜ×·Åõ¡£
ÒÔÏÂÊÇÁ½¿î¿ª·ÅÔ´´úÂëµÄ Web °ì¹«Èí¼þ£º
1. OpenGoo
&nbs ......
index.php:
$smarty = new Smarty;
$smarty->assign('Contacts',
array('555-222-9876',
'zaphod@slartibartfast.com',
array('555-444-3333',
'555-111-1234')));
$smarty->display('index.tpl');
index.tpl:
{$Contacts[0]}<br>
{$Contacts[1]}<br>
{* you can print arrays of arrays ......
test.php´úÂ룺 view plaincopy to clipboardprint?
assign("total",$total); //¶ÔÄ£°æÖеıäÁ¿¸³Öµ $formatted_total = number_format($total); //¸ñʽ»¯$total $smarty->assign("formatted_total",$formatted_total); //¶ÔÄ£°æÖеıäÁ¿¸³Öµ $smarty->display('test1.htm'); //ÏÔÊ¾Ò³Ãæ ?>
assign("total",$t ......