标签: php tcpdf
我喜欢将自定义标头的代码移到它自己的文件中并导入。最好的解决方案是什么?
include "myHeader.php"; public function Header() { if ($this->header === 1) { $this = myHeader($this)///?? } }