วันเสาร์ที่ 21 สิงหาคม พ.ศ. 2553

Drag and Drop Shopping Cart Using ExtJS and CodeIgniter Cart ...

INSERT INTO `products` (`id`, `name`, `price`, `image`) VALUES (1, 'HP - 20 Inch Widescreen Flat-Panel LCD Monitor', '169', 'hp.jpg'), (2, 'Gateway - 20 Inch Widescreen Flat-Panel LCD Monitor', '159', 'gateway.jpg'), (3, .... { header: 'id' , dataIndex: 'id', hidden: true, hideable: false }, { header: "Product Name", dataIndex: 'name', sortable: true, width: 280 }, { header: "Qty", align: 'center', width: 40, dataIndex: 'qty', menuDisabled: true, editor: new Ext.form. ...