Фатальная ошибка: непойманные ошибка: используя $this, когда не в контексте объекта в
<a href="https://postimg.org/gallery/39s2qs54c/">Album — Postimage.org</a>[<a href="https://postimg.org/gallery/39s2qs54c/" target="_blank" title="New Window">^</a>] i change: $this->db = new DB_con(); out with $my_db_connection = new DB_Con; and $result = $this->db->query($query); out with $result = $my_db_connection->connection->query($query);? the first one is in class.user file with a link to database the second line is in login with a link to class.user file or something else how i fix this?
Что я уже пробовал:
я окопался я не знаю как это исправить пожалуйста помогите