Bear with me cos I'm new to oop!
Is it possible to assign the result of a function to an attribute?
This probably doesn't make sense so here's what I think the code might look like!
Class b extends a
{
public $conn= $this->connect();
public function operation() { ...}
}
connect()
, bir veritabanı ve getiri $result
eğer başarılı bağlanır sınıf a bir fonksiyonudur.