How can you get many tags for a question effectively from Postgres database PHP ile? Strong>
I tablolar tags ve questions I örneği için sırasıyla değişkenleri questions_question_id
ve question_id
, sahip olduğu.
One question may have many tags.
I can select question_id
, title
and a tag
from the tables.
However, I do not know how to get many tags for one question out of the database effectively. PHP restricts me in manipulating the data as matrices.
I can read question_id, title and tag to the variable $result. The data is a matrix for me in the variale $result. However, I cannot refer to the data like to a matrix.
Ben sadece buldum fonksiyonları pg_fetch_row
ve pg_fetch_all_columns
PHP var. Sütunlar için diziler ikincisi ise eski, satırlar için diziler verileri alır.
LEFT JOIN ile benim sorunum aşağıdaki gibi verileri elde etmek mümkün olmayabilir beni düşündürmektedir
- * Başlık, question_id * ve tag için sütunları olsun
- grup, benim sorulara etiketleri koyabilirsiniz question_id tarafından veriler: PHP ile veri işlemek için çalıştık, ama ben sadece almak this far.