php对象错误Call to a member function on a non-object
php对象错误Call to a member function on a non-object$objPage = new PageAtrributes;
function page_properties() {
global $objPage;
$objPage->set_page_title($myrow['title']);
}
其实只要把那个对象加个 global就ko
页:
[1]