Skip to content

Instantly share code, notes, and snippets.

View salmanindia's full-sized avatar
🎯
Focusing

Suleman Khan salmanindia

🎯
Focusing
View GitHub Profile
@salmanindia
salmanindia / Setup.md
Last active August 29, 2015 14:13 — forked from suvozy/Setup.md
@salmanindia
salmanindia / Flipkart API openkart
Last active August 29, 2015 14:10
Flipkart Add Product API
class ModelCatalogUpload extends Model {
public function getDataFromFile($file)
{$this->csv2array($file);}
public function selectProduct()
{ $this->delProducts();
$sql = "SELECT * FROM temp_products ";
$query = $this->db->query($sql);