Re: How to insert a file in a class?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




LAMP <lamp@xxxxxxxx> hat am 1. Juni 2012 um 14:41 geschrieben:

> include(file.php);
> $box->box_content($content);
> $box->make_box();
> echo $box->get_box();


Wrong approach.
Right is:

$content = file_get_contents('file.php');
$box->box_content($content);


Marco Behnke
Dipl. Informatiker (FH), SAE Audio Engineer Diploma
Zend Certified Engineer PHP 5.3

Tel.: 0174 / 9722336
e-Mail: marco@xxxxxxxxxx

Softwaretechnik Behnke
Heinrich-Heine-Str. 7D
21218 Seevetal

http://www.behnke.biz

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux