|
|
|
อยากดึงค่าออกจาก class หลังจากทำ str_replace แล้วอ่ะค่ะ รบกวนทีค่ะ |
|
|
|
|
|
|
|
แบบนี้หรือป่าวครับ สร้างตัวแปรมารับค่า $var เพื่อเอาไปใช้ต่อ
class Temp {
public $temp;
public $varlue;
function replace($var, $content) {
$this->temp = str_replace("#$var#", $content, $this->temp);
$this->varlue = $var; //รับค่า $var มากำหนด property
}
function publish() {
eval("?>".$this->temp."<?");
}
}
|
ประวัติการแก้ไข 2011-08-09 22:03:30
|
|
|
|
Date :
2011-08-09 22:02:35 |
By :
tomrambo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณค่า
|
|
|
|
|
Date :
2011-08-10 15:17:01 |
By :
zixxi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|