Qued Posted February 21, 2006 Report Share Posted February 21, 2006 (edited) Sveikiņi. Jautājums par stilu :) Taisu šitāda veida klasi: ------------------ (zināms, ka iepriekš ir include('class.dbConn.php'); ) class Klase() { var $db_conn; function Klase() { //konstruktors $this->db_conn = new dbConn(); } funcion daraKautKo() { $this->db_conn->query('bla bla bla'); } } ------------------ Kolēģis saka, ka neesot korekti, ka objekta parametrs (šeit db_conn) ir objekts un jāreferencējas objekts1->objekts2->objekta2funkcija() Kā tad īsti ir? Edited February 21, 2006 by Qued Link to comment Share on other sites More sharing options...
Delfins Posted February 21, 2006 Report Share Posted February 21, 2006 Teikšu vienu - tavs kolēģis ir ļoti stulbs, jebšu ir 80-o gadu onka, kurš tik vien zin asambleru.. Link to comment Share on other sites More sharing options...
Recommended Posts