mypoint Posted May 9, 2014 Report Share Posted May 9, 2014 Sveiki visiem! Pašlaik lēnām pāreju uz PDO, bet esmu aizķēries. Nespēju izdomāt kā, lai update divas tabulas, kad lietotājs posto formu. Tabulas: *kategorijas -------------------------------- id | cat | name | -------------------------------- 1 | test1 | Tests Viens | -------------------------------- 2 | test2 | Tests Divi | -------------------------------- *zinas ----------------------------------------------------------------------- id | cat | nosauk | autors | saturs | ----------------------------------------------------------------------- 1 | test1 | Raksts Viens | Vārds Uzvārds | Teksts... | ----------------------------------------------------------------------- 2 | test2 | Raksts Divi | Vārds Uzvārds | Teksts... | ----------------------------------------------------------------------- Tātad, kad posto formu pašlaik updeitojas tikai kategorijas tabula, bet nepieciešams, lai updeito arī ziņu kategorijas cat lauku. Pašam personīgi nav ideju :( Pašlaik ir: http://pastebin.com/mStqM7nH Quote Link to comment Share on other sites More sharing options...
Kavacky Posted May 9, 2014 Report Share Posted May 9, 2014 Kur problēma? Ja ziņas kategorija vēl neeksistē kategoriju tabulā, tad inserto. Quote Link to comment Share on other sites More sharing options...
mypoint Posted May 9, 2014 Author Report Share Posted May 9, 2014 (edited) Problēma tā, ka ziņu tabulā jau ir iekšā ziņas. No formas var updeitot kategorijas! Edited May 9, 2014 by mypoint Quote Link to comment Share on other sites More sharing options...
Kavacky Posted May 9, 2014 Report Share Posted May 9, 2014 Kā tās esošās ziņas tam traucē? Ja vajag, tad apdeito arī ziņu tabulā. Quote Link to comment Share on other sites More sharing options...
mypoint Posted May 9, 2014 Author Report Share Posted May 9, 2014 Ir kategorija Test1, un ir ziņas kuras ir kategorijā Test1. Ja es caur formu izlaboju kategorijas cat laukus no test1 uz Test3, tad ziņas šajā kategorijā nav. Savukārt, ja update laikā atjaunina abas tabulas, tad ziņas paliek principā tajā pašā kategorijā. Quote Link to comment Share on other sites More sharing options...
mypoint Posted May 9, 2014 Author Report Share Posted May 9, 2014 Risinājums rokā! $preparedStatement->closeCursor(); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.