Jump to content

mysql resim tablosu


Recommended Posts

Merhaba,

Bu gibi durumlarda ürün yükle, görselleri boyutlandır vs. PS'nin kendi sınıflarını kullanmanız önerilir, ayrıca resim yolları route üzerinden geçer path/path/şeklinde yazılmaz DB'ye, ana dizini img/p'dir ve temp yolu ise img/temp.

Fikir vermesi açısından, önce obje oluşturulur ve ürün id'si verilir.

$image 			= new Image();
$image->id_product 	= (int)($id_product);
..

Ürün için de aynı mantık:

$product             = new Product();
$product->active     = 1;
//diğer değerler
..


classes/Product ve Image sınıflarını inceleyebilirsiniz.

Başarılar.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...