<?php
//product_classs.php file eka
class product{
var $table_name = "products";
var $rows;
public $ProductCategoryID , $manufacturer , $ProductLocation , $ProductName , $ProductPrice , $ProductWeight , $ProductStatus , $ProductStock , $ProductCartDesc , $Product_image , $ProductThumb ...