php·½·¨µ÷ÓÃ
init.php
<?php
function test1() {}
?>
test.php
<?php
class test{
$t;
function __construct(){
$this->t=test1;
}
}
?>
$this->t=test1; Ϊʲô¿ÉÒÔÖ´ÐУ¬ÎªÊ²Ã´¿ÉÒÔÈ¡µ½init.phpÖеÄtest1·½·¨£¿£¿£¿
Çë´ó¼Ò°ïæ½âÊÍÏ£¡
ÔÚtest.phpÀïÃæÓÃÒýÓÃÁËinit.php°É
ÔÚtest.phpÀï¼ÓÔØÁË init.php ¾Í¿ÉÒÔÕâÑùÓÃÁË
test1·½·¨ºóÒª¼Ó ()
test.php Öаüº¬ÁË£¨include »òÕßrequire£© init.php
ÔÚtest.phpÀï¼ÓÔØÁË init.php ¾Í¿ÉÒÔÕâÑùÓÃÁË
include_once
test1·½·¨ºóÒª¼Ó ()
phpÊÇ´ó±äÁ¿£¬ÕâÑùд²»»á±¨´íÒ»°ã
$this->t=test1; Ϊʲô¿ÉÒÔÖ´ÐУ¬ÎªÊ²Ã´¿ÉÒÔÈ¡µ½init.phpÖеÄtest1·½·¨£¿£¿£¿
----------------------------------------------
¸øÊôÐÔ¸³Öµ£¬ ²»ÊÇÖ´ÐÐÒ»¸ö·½·¨¡£ $this->tÊÇÊôÐÔ£¬ ´ÓÄã´úÂë¿´À´ÊÇÕâÑù¡£
ÄãµÄ´úÂëÖ»ÊÇͨ¹ýÁËÔ¤±àÒ루½ö°´Äã¸ø³öµÄ´úÂ룬Á¬Ô¤±àÒë¶¼²»ÄÜͨ¹ý£©£¬²¢Ã»ÓÐÕæÕýÖ´ÐÐ
¸úinit.phpÎļþûÓйØÏµ
queryphp ORMÊý¾Ý¿âÀà
--------------------------------------------------------
½Ì³ÌµØÖ·
http://topic.csdn.net/u/20100228/22/3bea834b-efc0-4aa0-af4a-a4923af8b60c.html
http://topic.csdn.net/u/20100226/12/43bf3dc5-795f-4fa5-861a-2f7bf8fd0cd6.html
ÏÂÔØµØÖ·
http://code.google.com/p/queryphp/downloads/list
Ïà¹ØÎÊ´ð£º
¹ýÍêÄêҪȥÎ人ÁË£¬ÏëÁ˽âÒ»ÏÂPHPÅàѵ±È½ÏÕý¹æ?
Ŷ ¶ÔÁË£¬»¹ÓУ¡PHPÊÖ²á±ØÐëµÃŪһ¸ö
àÅ ÌìÌìÔÚ¿´Ê¥¾£¨Ò»ÌìÒ²¾ÍÖ»ÄÜ¿´¸ö¶þʮҳ£©£¬PHP100ÊÓÆµ½Ì³Ì¿´ÁË33½²ÁË£¨Ò»ÌìÒ²Ö»¿´Ò»½²£©
ÎÒ»á¼á³Ö°ÑÕâ±¾ÊéºÍÊÓÆµ¸ã¶¨ ......
ÇëÎÊ
object(Helper_Uploader_File) {
protected '_file' => array(
'name' => string '4_¹âÓ°_1.jpg' (length=14)
'type ......
µÃµ½¿Í»§¶ËIPÀÏÎÊÌâÁË£¬µ«Õâ´Î»·¾³Óе㲻һÑù£¨ ¿Í»§ÊÇÕâÑùµÄ»·¾³Ã»°ì·¨£¬ËµBTµÄÇëÆ®¹ý :) £©¡£
win2k3¸Ãϵͳ£¨Ï³ÆÏµÍ³A£©ÉÏ×°ÁËVMware Server£¬VMÏÂÓиöwin2k3ϵͳ(ϳÆÏµÍ³B)¡£
ϵͳA£ºÖ±½ÓÁ¬½Ó¹«Íø¡£Óй«ÍøI ......
ÈçÒ»¸öCSS´úÂëΪ#checkoutShipTo_giftsoflady, .checkoutBillTo_giftsoflady {}Òª±ä³É#checkoutShipTo_xxxxx, #checkoutBillTo_xxxxx{}
cssÊéд¸ñʽ²»¹Ì¶¨.
ÓпÉÄÜÊÇ#id{},.class{}
Ò²ÓпÉÄÜÊÇ#id input{}
·´ÕýÊ ......
index.phpÄÚÈÝ£º
$smarty->assign('name',strtotime('-0'));
$smarty->display("index.html");
index.htmlÄÚÈÝ£º
{$name|date_format:'%Y-%m-%d'}<hr>
{$ ......