Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [Symfony]zapytanie w Propel -- Symfony
mercii
post
Post #1





Grupa: Zarejestrowani
Postów: 76
Pomógł: 0
Dołączył: 1.05.2006

Ostrzeżenie: (0%)
-----


Witam
Jestem początkujący jezeli chodzi o Symfony i ze takpowiem zawiesielem sie na zapytaniach do bazy.
Jak napisac takie zapytanie:
  1. SELECT a.imie, a.nazwisko, a.miasto, a.ulica, a.email, b.nazwa FROM klient a, firma b WHERE a.id=b.id;

?
Czytam tutoriale i dokumenatcje i nie moge tego zrozumiec albo znalesc.
Z gory dziekuje za pomoc.
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
mercii
post
Post #2





Grupa: Zarejestrowani
Postów: 76
Pomógł: 0
Dołączył: 1.05.2006

Ostrzeżenie: (0%)
-----


  1. firma:
  2. _attributes: { phpName: Firma }
  3. id: { type: INTEGER, size: '11', primaryKey: true, autoIncrement: true, required: true }
  4. nazwa: { type: VARCHAR, size: '255', required: false }
  5. nip: { type: VARCHAR, size: '10', required: true }
  6. regon: { type: INTEGER, size: '11', required: false }
  7. miasto: { type: VARCHAR, size: '255', required: false }
  8. ulica: { type: VARCHAR, size: '255', required: false }
  9. emial: { type: VARCHAR, size: '255', required: false }
  10. telefon: { type: VARCHAR, size: '45', required: false }
  11. klient:
  12. _attributes: { phpName: Klient }
  13. id: { type: INTEGER, size: '11', primaryKey: true, autoIncrement: true, required: true }
  14. Firma_id: { type: INTEGER, size: '11', required: true }
  15. imie: { type: VARCHAR, size: '255', required: false }
  16. nazwisko: { type: VARCHAR, size: '255', required: false }
  17. miasto: { type: VARCHAR, size: '255', required: false }
  18. ulica: { type: VARCHAR, size: '255', required: false }
  19. email: { type: VARCHAR, size: '255', required: false }
  20. _indexes: { FI__07: [Firma_id] }

tak to wyglada od strony schema.
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 7.10.2025 - 04:10