Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bertugfahriozer/codeigniter3-shoppingcart-tutorial
codeigniter 3 Shopping Cart Tutorial
https://github.com/bertugfahriozer/codeigniter3-shoppingcart-tutorial
Last synced: 4 days ago
JSON representation
codeigniter 3 Shopping Cart Tutorial
- Host: GitHub
- URL: https://github.com/bertugfahriozer/codeigniter3-shoppingcart-tutorial
- Owner: bertugfahriozer
- Created: 2020-10-19T18:28:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T07:55:45.000Z (about 4 years ago)
- Last Synced: 2024-11-07T23:52:53.383Z (about 2 months ago)
- Language: PHP
- Size: 489 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Codeigniter 3 Shopping Cart Class Tutorial
Codeigniter 3 e ait olan sepet sınıfını anlatan 2 derslik video kodları.
Assets kısmındaki javascript kodu ajax ile sistemin çalışmasını sağlıyor.
Controllerlarda tek tek açıklamalar şu şekilde bulunuyor:`/**
* Ürünlerin listelendiği alan
*/`
`
######
`
/**
* ürünlerin sepete eklendiği adım
*/
`
######
`
/**
* ürünlerin sepette güncellendiği adım
*/
`
######
`/**
* sağ üstteki sepeti güncelliyor.
*/`
######
`/**
* ürünlerden birini sepetten çıkarma
*/`
######
`/**
* sepeti tamamen temizleme adımı.
*/`
######
`/**
* sepet listesi
*/`