6-Gestion de base de données : CREATE
object(pgh\Models\AnnoncesModel)#1 (7) { ["table":protected]=> string(8) "annonces" ["bd":"pgh\Models\Model":private]=> NULL ["id":protected]=> NULL ["titre":protected]=> string(18) "annonnce hydratée" ["descrip":protected]=> string(34) "Description de l\annonce hydratée" ["created_at":protected]=> string(19) "2026-01-22 22:40:04" ["actif":protected]=> int(1) } string(36) "titre , descrip , created_at , actif"
Données de la nouvelle annonce
object(pgh\Models\AnnoncesModel)#1 (7) { ["table":protected]=> string(8) "annonces" ["bd":"pgh\Models\Model":private]=> NULL ["id":protected]=> NULL ["titre":protected]=> string(14) "3 ème annonce" ["descrip":protected]=> string(32) "Description de la 3 ème annonce" ["created_at":protected]=> string(19) "2026-01-22 22:40:04" ["actif":protected]=> int(1) }
Annonce hydratée créée avec succès !