├── README.md ├── protected ├── .htaccess ├── yiic ├── data │ └── testdrive.db ├── runtime │ └── gii-1.1.16-dev │ │ ├── FormCode.php │ │ ├── CrudCode.php │ │ ├── ControllerCode.php │ │ └── ModelCode.php ├── views │ ├── pelanggantbl │ │ ├── transaksi_selesai.php │ │ ├── register.php │ │ ├── faktur_selesai.php │ │ ├── create.php │ │ ├── index.php │ │ ├── jumlah.php │ │ ├── keranjangtotal.php │ │ ├── hapus_transaksi.php │ │ ├── update.php │ │ ├── faktur.php │ │ ├── kerantang_total_selesai.php │ │ ├── cart.php │ │ ├── view.php │ │ ├── ubah_transaksi.php │ │ ├── _view.php │ │ ├── _regform.php │ │ ├── _search.php │ │ ├── admin.php │ │ ├── ambilcart.php │ │ └── _form.php │ ├── transaksitbl │ │ ├── transaksi_selesai.php │ │ ├── faktur_selesai.php │ │ ├── create.php │ │ ├── index.php │ │ ├── _view.php │ │ ├── update.php │ │ ├── kerantang_total_selesai.php │ │ ├── _search.php │ │ ├── view.php │ │ ├── _form.php │ │ └── admin.php │ ├── barangtbl │ │ ├── tampil.php │ │ ├── create.php │ │ ├── index.php │ │ ├── keranjangtotal.php │ │ ├── hapus_transaksi.php │ │ ├── update.php │ │ ├── cart.php │ │ ├── view.php │ │ ├── ubah_transaksi.php │ │ ├── produk.php │ │ ├── _view.php │ │ ├── admin.php │ │ └── _search.php │ ├── layouts │ │ ├── column1.php │ │ └── column2.php │ ├── site │ │ ├── error.php │ │ ├── pages │ │ │ └── about.php │ │ ├── index.php │ │ └── login.php │ ├── newstbl │ │ ├── create.php │ │ ├── index.php │ │ ├── _view.php │ │ ├── update.php │ │ ├── view.php │ │ ├── _search.php │ │ ├── admin.php │ │ └── _form.php │ ├── admintbl │ │ ├── create.php │ │ ├── index.php │ │ ├── _view.php │ │ ├── update.php │ │ ├── _search.php │ │ ├── view.php │ │ ├── _form.php │ │ └── admin.php │ ├── downloadtbl │ │ ├── create.php │ │ ├── index.php │ │ ├── update.php │ │ ├── _view.php │ │ ├── view.php │ │ ├── _search.php │ │ ├── admin.php │ │ └── _form.php │ ├── kategoritbl │ │ ├── create.php │ │ ├── _view.php │ │ ├── index.php │ │ ├── update.php │ │ ├── _search.php │ │ ├── view.php │ │ ├── _form.php │ │ └── admin.php │ ├── testimonialtbl │ │ ├── create.php │ │ ├── index.php │ │ ├── update.php │ │ ├── _view.php │ │ ├── view.php │ │ ├── _search.php │ │ ├── admin.php │ │ └── _form.php │ ├── Kategoritbl.php │ ├── Admintbl.php │ ├── Transaksitbl.php │ ├── Newstbl.php │ ├── Downloadtbl.php │ └── Testimonialtbl.php ├── yiic.php ├── tests │ ├── bootstrap.php │ ├── phpunit.xml │ ├── WebTestCase.php │ └── functional │ │ └── SiteTest.php ├── config │ ├── test.php │ └── console.php ├── components │ ├── submenu.php │ ├── WebUser.php │ ├── Controller.php │ └── UserIdentity.php ├── yiic.bat └── models │ ├── ContactForm.php │ └── LoginForm.php ├── themes ├── classic │ └── views │ │ └── .htaccess ├── 51_khaki │ ├── img │ │ ├── bgd.png │ │ ├── clock.gif │ │ ├── banner.jpg │ │ ├── comment.gif │ │ └── document.gif │ └── licence.txt └── Eshopper │ ├── images │ ├── 404 │ │ └── 404.png │ ├── Produk │ │ ├── 1.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 16.jpg │ │ ├── 17.jpg │ │ ├── 18.JPG │ │ ├── 19.jpg │ │ ├── 2.jpg │ │ ├── 20.jpg │ │ ├── 21.jpg │ │ ├── 22.jpg │ │ ├── 23.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 8.jpg │ │ ├── 9.jpg │ │ ├── BB003.png │ │ ├── BC002.png │ │ ├── BE001.png │ │ ├── BJ005.png │ │ ├── BL004.png │ │ ├── kaos1.jpg │ │ ├── kaos2.jpg │ │ ├── kaos3.jpg │ │ ├── kaos4.jpg │ │ └── Polo01.png │ ├── cart │ │ ├── one.png │ │ ├── three.png │ │ └── two.png │ ├── home │ │ ├── Hapus.png │ │ ├── Ubah.png │ │ ├── bca.jpg │ │ ├── girl1.jpg │ │ ├── girl2.jpg │ │ ├── girl3.jpg │ │ ├── logo.png │ │ ├── map.png │ │ ├── new.png │ │ ├── sale.png │ │ ├── Header.jpg │ │ ├── iframe1.png │ │ ├── iframe2.png │ │ ├── iframe3.png │ │ ├── iframe4.png │ │ ├── mandiri.jpg │ │ ├── pricing.png │ │ ├── TCheckout.jpg │ │ ├── bg_border.png │ │ ├── gallery1.jpg │ │ ├── gallery2.jpg │ │ ├── gallery3.jpg │ │ ├── gallery4.jpg │ │ ├── partner1.png │ │ ├── partner2.png │ │ ├── partner3.png │ │ ├── partner4.png │ │ ├── product1.jpg │ │ ├── product2.jpg │ │ ├── product3.jpg │ │ ├── product4.jpg │ │ ├── product5.jpg │ │ ├── product6.jpg │ │ ├── recommend1.jpg │ │ ├── recommend2.jpg │ │ ├── recommend3.jpg │ │ ├── searchicon.png │ │ └── shipping.jpg │ ├── blog │ │ ├── man-one.jpg │ │ ├── man-two.jpg │ │ ├── socials.png │ │ ├── blog-one.jpg │ │ ├── blog-three.jpg │ │ ├── blog-two.jpg │ │ ├── man-four.jpg │ │ └── man-three.jpg │ ├── produkbaru │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ ├── 9.jpg │ │ ├── 10.jpg │ │ ├── 11.jpg │ │ ├── 12.jpg │ │ ├── 13.jpg │ │ ├── 14.jpg │ │ ├── 15.jpg │ │ ├── 16.jpg │ │ ├── 17.jpg │ │ ├── 18.JPG │ │ ├── 19.jpg │ │ ├── 20.jpg │ │ ├── 21.jpg │ │ ├── 22.jpg │ │ └── 23.jpg │ ├── shop │ │ ├── product10.jpg │ │ ├── product11.jpg │ │ ├── product12.jpg │ │ ├── product7.jpg │ │ ├── product8.jpg │ │ ├── product9.jpg │ │ └── advertisement.jpg │ └── product-details │ │ ├── 1.jpg │ │ ├── new.jpg │ │ ├── rating.png │ │ ├── share.png │ │ ├── similar1.jpg │ │ ├── similar2.jpg │ │ └── similar3.jpg │ ├── fonts │ ├── FontAwesome.otf │ ├── fontawesome-webfont.woff │ └── glyphicons-halflings-regular.woff │ ├── views │ ├── layouts │ │ ├── tpl_footer.php │ │ ├── produk_detail.php │ │ ├── main.php │ │ ├── jumlah.php │ │ └── tpl_header.php │ ├── site │ │ ├── Produk │ │ │ ├── BB003.png │ │ │ ├── BC002.png │ │ │ ├── BE001.png │ │ │ ├── BJ005.png │ │ │ ├── BL004.png │ │ │ ├── Polo01.png │ │ │ ├── kaos1.jpg │ │ │ ├── kaos2.jpg │ │ │ ├── kaos3.jpg │ │ │ └── kaos4.jpg │ │ ├── error.php │ │ ├── pages │ │ │ └── about.php │ │ └── login.php │ ├── keranjangtotal.php │ ├── faktur.php │ ├── cart.php │ └── ambilcart.php │ ├── sendemail.php │ └── js │ ├── main.js │ └── contact.js ├── css ├── bg.gif ├── print.css └── ie.css ├── assets ├── 3e2c0bf7 │ ├── images │ │ └── logo.png │ ├── js │ │ └── fancybox │ │ │ ├── blank.gif │ │ │ ├── fancybox-x.png │ │ │ ├── fancybox-y.png │ │ │ ├── fancybox.png │ │ │ ├── fancy_close.png │ │ │ ├── fancy_loading.png │ │ │ ├── fancy_nav_left.png │ │ │ ├── fancy_nav_right.png │ │ │ ├── fancy_shadow_e.png │ │ │ ├── fancy_shadow_n.png │ │ │ ├── fancy_shadow_ne.png │ │ │ ├── fancy_shadow_nw.png │ │ │ ├── fancy_shadow_s.png │ │ │ ├── fancy_shadow_se.png │ │ │ ├── fancy_shadow_sw.png │ │ │ ├── fancy_shadow_w.png │ │ │ ├── fancy_title_left.png │ │ │ ├── fancy_title_main.png │ │ │ ├── fancy_title_over.png │ │ │ └── fancy_title_right.png │ └── css │ │ ├── print.css │ │ └── ie.css ├── 834cd437 │ ├── rating │ │ ├── star.gif │ │ ├── delete.gif │ │ └── jquery.rating.css │ ├── jquery.multifile.js │ ├── autocomplete │ │ ├── indicator.gif │ │ └── jquery.autocomplete.css │ ├── treeview │ │ └── images │ │ │ ├── file.gif │ │ │ ├── folder.gif │ │ │ ├── minus.gif │ │ │ ├── plus.gif │ │ │ ├── ajax-loader.gif │ │ │ ├── folder-closed.gif │ │ │ ├── treeview-gray.gif │ │ │ ├── treeview-red.gif │ │ │ ├── treeview-black.gif │ │ │ ├── treeview-default.gif │ │ │ ├── treeview-famfamfam.gif │ │ │ ├── treeview-gray-line.gif │ │ │ ├── treeview-red-line.gif │ │ │ ├── treeview-black-line.gif │ │ │ ├── treeview-default-line.gif │ │ │ └── treeview-famfamfam-line.gif │ ├── jui │ │ └── css │ │ │ └── base │ │ │ ├── images │ │ │ ├── ui-icons_222222_256x240.png │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ ├── ui-icons_454545_256x240.png │ │ │ ├── ui-icons_888888_256x240.png │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ ├── jquery.ui.selectable.css │ │ │ ├── jquery.ui.autocomplete.css │ │ │ ├── jquery.ui.progressbar.css │ │ │ ├── jquery.ui.tooltip.css │ │ │ ├── jquery.ui.accordion.css │ │ │ ├── jquery.ui.spinner.css │ │ │ ├── jquery.ui.tabs.css │ │ │ ├── jquery.ui.core.css │ │ │ ├── jquery.ui.resizable.css │ │ │ ├── jquery.ui.slider.css │ │ │ ├── jquery.ui.menu.css │ │ │ ├── jquery.ui.dialog.css │ │ │ └── jquery.ui.button.css │ ├── yiitab │ │ └── jquery.yiitab.css │ ├── jquery.yii.js │ ├── jquery.yiitab.js │ ├── jquery.treeview.edit.js │ └── jquery.bgiframe.js ├── c32db85 │ ├── gridview │ │ ├── bg.gif │ │ ├── down.gif │ │ ├── up.gif │ │ ├── view.png │ │ ├── delete.png │ │ ├── update.png │ │ └── loading.gif │ ├── listview │ │ ├── down.gif │ │ ├── up.gif │ │ ├── loading.gif │ │ └── styles.css │ └── detailview │ │ └── styles.css └── 9651d495 │ └── pager.css ├── home.php ├── index.php └── index-test.php /README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /protected/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /themes/classic/views/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all 2 | -------------------------------------------------------------------------------- /css/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/css/bg.gif -------------------------------------------------------------------------------- /protected/yiic: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env php 2 | 'default', 4 | 'viewPath' => 'application.views', 5 | ); 6 | -------------------------------------------------------------------------------- /themes/Eshopper/images/Produk/Polo01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/Produk/Polo01.png -------------------------------------------------------------------------------- /themes/Eshopper/images/blog/blog-one.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/blog/blog-one.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/blog/blog-three.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/blog/blog-three.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/blog/blog-two.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/blog/blog-two.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/blog/man-four.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/blog/man-four.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/blog/man-three.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/blog/man-three.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/TCheckout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/TCheckout.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/bg_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/bg_border.png -------------------------------------------------------------------------------- /themes/Eshopper/images/home/gallery1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/gallery1.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/gallery2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/gallery2.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/gallery3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/gallery3.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/gallery4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/gallery4.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/partner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/partner1.png -------------------------------------------------------------------------------- /themes/Eshopper/images/home/partner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/partner2.png -------------------------------------------------------------------------------- /themes/Eshopper/images/home/partner3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/partner3.png -------------------------------------------------------------------------------- /themes/Eshopper/images/home/partner4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/partner4.png -------------------------------------------------------------------------------- /themes/Eshopper/images/home/product1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/product1.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/product2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/product2.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/product3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/product3.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/product4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/product4.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/product5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/product5.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/product6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/product6.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/recommend1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/recommend1.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/recommend2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/recommend2.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/recommend3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/recommend3.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/home/searchicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/searchicon.png -------------------------------------------------------------------------------- /themes/Eshopper/images/home/shipping.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/home/shipping.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/10.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/11.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/12.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/13.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/14.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/15.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/16.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/17.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/18.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/18.JPG -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/19.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/20.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/21.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/22.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/produkbaru/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/produkbaru/23.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/shop/product10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/shop/product10.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/shop/product11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/shop/product11.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/shop/product12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/shop/product12.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/shop/product7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/shop/product7.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/shop/product8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/shop/product8.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/shop/product9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/shop/product9.jpg -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_close.png -------------------------------------------------------------------------------- /protected/runtime/gii-1.1.16-dev/CrudCode.php: -------------------------------------------------------------------------------- 1 | 'default', 4 | 'baseControllerClass' => 'Controller', 5 | ); 6 | -------------------------------------------------------------------------------- /themes/Eshopper/images/product-details/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/product-details/1.jpg -------------------------------------------------------------------------------- /themes/Eshopper/views/layouts/tpl_footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/layouts/tpl_footer.php -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/BB003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/BB003.png -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/BC002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/BC002.png -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/BE001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/BE001.png -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/BJ005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/BJ005.png -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/BL004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/BL004.png -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/Polo01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/Polo01.png -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/kaos1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/kaos1.jpg -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/kaos2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/kaos2.jpg -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/kaos3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/kaos3.jpg -------------------------------------------------------------------------------- /themes/Eshopper/views/site/Produk/kaos4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/views/site/Produk/kaos4.jpg -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_loading.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_nav_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_nav_left.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_nav_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_nav_right.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_shadow_e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_shadow_e.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_shadow_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_shadow_n.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_shadow_ne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_shadow_ne.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_shadow_nw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_shadow_nw.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_shadow_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_shadow_s.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_shadow_se.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_shadow_se.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_shadow_sw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_shadow_sw.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_shadow_w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_shadow_w.png -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/ajax-loader.gif -------------------------------------------------------------------------------- /themes/Eshopper/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /themes/Eshopper/images/product-details/new.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/product-details/new.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/shop/advertisement.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/shop/advertisement.jpg -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_title_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_title_left.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_title_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_title_main.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_title_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_title_over.png -------------------------------------------------------------------------------- /assets/3e2c0bf7/js/fancybox/fancy_title_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/3e2c0bf7/js/fancybox/fancy_title_right.png -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/folder-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/folder-closed.gif -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-gray.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-gray.gif -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-red.gif -------------------------------------------------------------------------------- /themes/Eshopper/images/product-details/rating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/product-details/rating.png -------------------------------------------------------------------------------- /themes/Eshopper/images/product-details/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/product-details/share.png -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-black.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-black.gif -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-default.gif -------------------------------------------------------------------------------- /protected/views/pelanggantbl/transaksi_selesai.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/protected/views/pelanggantbl/transaksi_selesai.php -------------------------------------------------------------------------------- /protected/views/transaksitbl/transaksi_selesai.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/protected/views/transaksitbl/transaksi_selesai.php -------------------------------------------------------------------------------- /themes/Eshopper/images/product-details/similar1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/product-details/similar1.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/product-details/similar2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/product-details/similar2.jpg -------------------------------------------------------------------------------- /themes/Eshopper/images/product-details/similar3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/images/product-details/similar3.jpg -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-famfamfam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-famfamfam.gif -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-gray-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-gray-line.gif -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-red-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-red-line.gif -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-black-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-black-line.gif -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-default-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-default-line.gif -------------------------------------------------------------------------------- /protected/runtime/gii-1.1.16-dev/ControllerCode.php: -------------------------------------------------------------------------------- 1 | 'default', 4 | 'baseClass' => 'Controller', 5 | 'actions' => 'index', 6 | ); 7 | -------------------------------------------------------------------------------- /themes/Eshopper/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/themes/Eshopper/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /assets/834cd437/treeview/images/treeview-famfamfam-line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/treeview/images/treeview-famfamfam-line.gif -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /protected/views/pelanggantbl/register.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | renderPartial('_regform', array('model'=>$model)); ?> -------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fandiahmadrizal/update-tokoonline/HEAD/assets/834cd437/jui/css/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /protected/yiic.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | renderPartial('produk_detail_info', array('model'=>$model)); ?> -------------------------------------------------------------------------------- /protected/views/barangtbl/tampil.php: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | renderPartial('tampilproduk', array('dataProvider'=>$dataProvider)); ?> 9 | -------------------------------------------------------------------------------- /protected/views/layouts/column1.php: -------------------------------------------------------------------------------- 1 | beginContent('//layouts/main'); ?> 2 |
This is a "static" page. You may change the content of this page 10 | by updating the file .
-------------------------------------------------------------------------------- /protected/runtime/gii-1.1.16-dev/ModelCode.php: -------------------------------------------------------------------------------- 1 | 'default', 4 | 'connectionId' => 'db', 5 | 'tablePrefix' => '', 6 | 'modelPath' => 'application.models', 7 | 'baseClass' => 'CActiveRecord', 8 | 'buildRelations' => '1', 9 | 'commentsAsLabels' => '0', 10 | ); 11 | -------------------------------------------------------------------------------- /themes/Eshopper/views/site/pages/about.php: -------------------------------------------------------------------------------- 1 | pageTitle=Yii::app()->name . ' - About'; 3 | $this->breadcrumbs=array( 4 | 'About', 5 | ); 6 | ?> 7 |This is a "static" page. You may change the content of this page 10 | by updating the file .
-------------------------------------------------------------------------------- /assets/834cd437/jui/css/base/jquery.ui.autocomplete.css: -------------------------------------------------------------------------------- 1 | /*! jQuery UI - v1.9.2 - 2012-11-23 2 | * http://jqueryui.com 3 | * Includes: jquery.ui.autocomplete.css 4 | * Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */ 5 | .ui-autocomplete{position:absolute;top:0;left:0;cursor:default}* html .ui-autocomplete{width:1px} -------------------------------------------------------------------------------- /protected/tests/bootstrap.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /protected/tests/phpunit.xml: -------------------------------------------------------------------------------- 1 |Congratulations! You have successfully created your Yii application.
6 | 7 |You may change the content of this page by modifying the following two files:
8 |For more details on how to further develop this application, please read 14 | the documentation. 15 | Feel free to ask in the forum, 16 | should you have any questions.
-------------------------------------------------------------------------------- /protected/views/transaksitbl/update.php: -------------------------------------------------------------------------------- 1 | breadcrumbs=array( 6 | 'Transaksitbls'=>array('index'), 7 | $model->notransaksi=>array('view','id'=>$model->notransaksi), 8 | 'Update', 9 | ); 10 | 11 | $this->menu=array( 12 | array('label'=>'List Transaksitbl', 'url'=>array('index')), 13 | array('label'=>'Create Transaksitbl', 'url'=>array('create')), 14 | array('label'=>'View Transaksitbl', 'url'=>array('view', 'id'=>$model->notransaksi)), 15 | array('label'=>'Manage Transaksitbl', 'url'=>array('admin')), 16 | ); 17 | ?> 18 | 19 || Item | 14 |15 | | Price | 16 |Quantity | 17 |Total | 18 |19 | |
| Item | 14 |15 | | Price | 16 |Quantity | 17 |Total | 18 |19 | |
| Item | 20 |21 | | Price | 22 |Quantity | 23 |Total | 24 |25 | |
Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Please fill out the following form with your login credentials:
11 | 12 |Fields with * are required.
22 | 23 |34 | Hint: You may login with demo/demo or admin/admin. 35 |
36 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |32 | You may optionally enter a comparison operator (<, <=, >, >=, <> 33 | or =) at the beginning of each of your search values to specify how the comparison should be done. 34 |
35 | 36 | 'search-button')); ?> 37 | 42 | 43 | widget('zii.widgets.grid.CGridView', array( 44 | 'id'=>'newstbl-grid', 45 | 'dataProvider'=>$model->search(), 46 | 'filter'=>$model, 47 | 'columns'=>array( 48 | 'tanggal', 49 | 'judul', 50 | 'news', 51 | array( 52 | 'class'=>'CButtonColumn', 53 | ), 54 | ), 55 | )); ?> 56 | -------------------------------------------------------------------------------- /protected/views/admintbl/admin.php: -------------------------------------------------------------------------------- 1 | breadcrumbs=array( 6 | 'Admintbls'=>array('index'), 7 | 'Manage', 8 | ); 9 | 10 | $this->menu=array( 11 | array('label'=>'List Admintbl', 'url'=>array('index')), 12 | array('label'=>'Create Admintbl', 'url'=>array('create')), 13 | ); 14 | 15 | Yii::app()->clientScript->registerScript('search', " 16 | $('.search-button').click(function(){ 17 | $('.search-form').toggle(); 18 | return false; 19 | }); 20 | $('.search-form form').submit(function(){ 21 | $('#admintbl-grid').yiiGridView('update', { 22 | data: $(this).serialize() 23 | }); 24 | return false; 25 | }); 26 | "); 27 | ?> 28 | 29 |32 | You may optionally enter a comparison operator (<, <=, >, >=, <> 33 | or =) at the beginning of each of your search values to specify how the comparison should be done. 34 |
35 | 36 | 'search-button')); ?> 37 | 42 | 43 | widget('zii.widgets.grid.CGridView', array( 44 | 'id'=>'admintbl-grid', 45 | 'dataProvider'=>$model->search(), 46 | 'filter'=>$model, 47 | 'columns'=>array( 48 | 'id', 49 | 'username', 50 | 'password', 51 | array( 52 | 'class'=>'CButtonColumn', 53 | ), 54 | ), 55 | )); ?> 56 | -------------------------------------------------------------------------------- /protected/views/kategoritbl/admin.php: -------------------------------------------------------------------------------- 1 | breadcrumbs=array( 6 | 'Kategoritbls'=>array('index'), 7 | 'Manage', 8 | ); 9 | 10 | $this->menu=array( 11 | array('label'=>'List Kategoritbl', 'url'=>array('index')), 12 | array('label'=>'Create Kategoritbl', 'url'=>array('create')), 13 | ); 14 | 15 | Yii::app()->clientScript->registerScript('search', " 16 | $('.search-button').click(function(){ 17 | $('.search-form').toggle(); 18 | return false; 19 | }); 20 | $('.search-form form').submit(function(){ 21 | $('#kategoritbl-grid').yiiGridView('update', { 22 | data: $(this).serialize() 23 | }); 24 | return false; 25 | }); 26 | "); 27 | ?> 28 | 29 |32 | You may optionally enter a comparison operator (<, <=, >, >=, <> 33 | or =) at the beginning of each of your search values to specify how the comparison should be done. 34 |
35 | 36 | 'search-button')); ?> 37 | 42 | 43 | widget('zii.widgets.grid.CGridView', array( 44 | 'id'=>'kategoritbl-grid', 45 | 'dataProvider'=>$model->search(), 46 | 'filter'=>$model, 47 | 'columns'=>array( 48 | 'id', 49 | 'kategori', 50 | array( 51 | 'class'=>'CButtonColumn', 52 | ), 53 | ), 54 | )); ?> 55 | -------------------------------------------------------------------------------- /protected/views/downloadtbl/admin.php: -------------------------------------------------------------------------------- 1 | breadcrumbs=array( 6 | 'Downloadtbls'=>array('index'), 7 | 'Manage', 8 | ); 9 | 10 | $this->menu=array( 11 | array('label'=>'List Downloadtbl', 'url'=>array('index')), 12 | array('label'=>'Create Downloadtbl', 'url'=>array('create')), 13 | ); 14 | 15 | Yii::app()->clientScript->registerScript('search', " 16 | $('.search-button').click(function(){ 17 | $('.search-form').toggle(); 18 | return false; 19 | }); 20 | $('.search-form form').submit(function(){ 21 | $('#downloadtbl-grid').yiiGridView('update', { 22 | data: $(this).serialize() 23 | }); 24 | return false; 25 | }); 26 | "); 27 | ?> 28 | 29 |32 | You may optionally enter a comparison operator (<, <=, >, >=, <> 33 | or =) at the beginning of each of your search values to specify how the comparison should be done. 34 |
35 | 36 | 'search-button')); ?> 37 | 42 | 43 | widget('zii.widgets.grid.CGridView', array( 44 | 'id'=>'downloadtbl-grid', 45 | 'dataProvider'=>$model->search(), 46 | 'filter'=>$model, 47 | 'columns'=>array( 48 | 'id', 49 | 'judul', 50 | 'deskripsi', 51 | 'url', 52 | array( 53 | 'class'=>'CButtonColumn', 54 | ), 55 | ), 56 | )); ?> 57 | -------------------------------------------------------------------------------- /protected/views/transaksitbl/admin.php: -------------------------------------------------------------------------------- 1 | breadcrumbs=array( 6 | 'Transaksitbls'=>array('index'), 7 | 'Manage', 8 | ); 9 | 10 | $this->menu=array( 11 | array('label'=>'List Transaksitbl', 'url'=>array('index')), 12 | array('label'=>'Create Transaksitbl', 'url'=>array('create')), 13 | ); 14 | 15 | Yii::app()->clientScript->registerScript('search', " 16 | $('.search-button').click(function(){ 17 | $('.search-form').toggle(); 18 | return false; 19 | }); 20 | $('.search-form form').submit(function(){ 21 | $('#transaksitbl-grid').yiiGridView('update', { 22 | data: $(this).serialize() 23 | }); 24 | return false; 25 | }); 26 | "); 27 | ?> 28 | 29 |32 | You may optionally enter a comparison operator (<, <=, >, >=, <> 33 | or =) at the beginning of each of your search values to specify how the comparison should be done. 34 |
35 | 36 | 'search-button')); ?> 37 | 42 | 43 | widget('zii.widgets.grid.CGridView', array( 44 | 'id'=>'transaksitbl-grid', 45 | 'dataProvider'=>$model->search(), 46 | 'filter'=>$model, 47 | 'columns'=>array( 48 | 'notransaksi', 49 | 'username', 50 | 'status', 51 | array( 52 | 'class'=>'CButtonColumn', 53 | ), 54 | ), 55 | )); ?> 56 | -------------------------------------------------------------------------------- /protected/components/UserIdentity.php: -------------------------------------------------------------------------------- 1 | password 14 | 'demo'=>'demo', 15 | 'admin'=>'admin', 16 | ); 17 | if(!isset($users[$this->username])) 18 | $this->errorCode=self::ERROR_USERNAME_INVALID; 19 | else if($users[$this->username]!==$this->password) 20 | $this->errorCode=self::ERROR_PASSWORD_INVALID; 21 | else 22 | $this->errorCode=self::ERROR_NONE; 23 | return !$this->errorCode; 24 | }*/ 25 | private $_id; 26 | public function authenticate() 27 | { 28 | $model = new Pelanggantbl; 29 | $user= $model->findByAttributes(array('username'=>$this->username)); 30 | if($user===null){ 31 | $this->errorCode=self::ERROR_USERNAME_INVALID; 32 | }else{ 33 | if($user->password != ($user->result($this->password))){ 34 | $this->errorCode=self::ERROR_PASSWORD_INVALID; 35 | }else{ 36 | $this->_id = $user->id; 37 | $this->username = $user->username; 38 | $this->errorCode=self::ERROR_NONE; 39 | } 40 | } 41 | return !$this->errorCode; 42 | } 43 | 44 | public function getId() { 45 | return $this->_id; 46 | } 47 | } -------------------------------------------------------------------------------- /protected/views/newstbl/_form.php: -------------------------------------------------------------------------------- 1 | 6 | 7 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |32 | You may optionally enter a comparison operator (<, <=, >, >=, <> 33 | or =) at the beginning of each of your search values to specify how the comparison should be done. 34 |
35 | 36 | 'search-button')); ?> 37 | 42 | 43 | widget('zii.widgets.grid.CGridView', array( 44 | 'id'=>'testimonialtbl-grid', 45 | 'dataProvider'=>$model->search(), 46 | 'filter'=>$model, 47 | 'columns'=>array( 48 | 'id', 49 | 'nama', 50 | 'email', 51 | 'tanggal', 52 | 'testimonial', 53 | array( 54 | 'class'=>'CButtonColumn', 55 | ), 56 | ), 57 | )); ?> 58 | -------------------------------------------------------------------------------- /themes/Eshopper/views/ambilcart.php: -------------------------------------------------------------------------------- 1 | findByPk('id'); 3 | $id = $_GET['id']; 4 | $cari_barang="select * from barangtbl where id=$id"; 5 | $hasil_barang=Yii::app()->db->createCommand($cari_barang)->query(); 6 | foreach($hasil_barang as $data_barang){} 7 | $ciri=$data_barang['id']; 8 | $nam=$data_barang['nama']; 9 | $har=$data_barang['harga']; 10 | $member = Yii::app()->user->name; 11 | if($hasil_barang){ 12 | require("faktur.php"); 13 | $cari_transaksi="select * from transaksirincitbl where username='".$member."' AND id = '".$id."' and notransaksi ='".$faktur."'"; 14 | $hasil_transaksi=Yii::app()->db->createCommand($cari_transaksi)->query(); 15 | $temukan = $hasil_transaksi->rowCount; 16 | foreach($hasil_transaksi as $data_transaksi){} 17 | if($temukan==0){ 18 | $query = "insert into transaksirincitbl (notransaksi,username,id,nama,harga,jumlah,subtotal) 19 | Values ('$faktur','$member', '$ciri','$nam', '$har', '1', '$har')"; 20 | $result = Yii::app()->db->createCommand($query)->query(); 21 | header("location:http://localhost/tokoonline/index.php?r=site/cart"); 22 | }else{ 23 | $jmllama = $data_transaksi['jumlah']; 24 | $jmltambah = $jmllama + 1; 25 | $subtotaltambah = $jmltambah * $har; 26 | $query = "update transaksirincitbl set jumlah = '".$jmltambah."',subtotal = '".$subtotaltambah."' where notransaksi ='".$faktur."' and id ='".$id."'"; 27 | $result=Yii::app()->db->createCommand($query)->query(); 28 | header("location:http://localhost/tokoonline/index.php?r=site/cart"); 29 | } 30 | }else{ 31 | echo"Data gagal diInput..!"; 32 | } 33 | } 34 | ?> 35 | -------------------------------------------------------------------------------- /protected/views/pelanggantbl/admin.php: -------------------------------------------------------------------------------- 1 | breadcrumbs=array( 6 | 'Pelanggantbls'=>array('index'), 7 | 'Manage', 8 | ); 9 | 10 | $this->menu=array( 11 | array('label'=>'List Pelanggantbl', 'url'=>array('index')), 12 | array('label'=>'Create Pelanggantbl', 'url'=>array('create')), 13 | ); 14 | 15 | Yii::app()->clientScript->registerScript('search', " 16 | $('.search-button').click(function(){ 17 | $('.search-form').toggle(); 18 | return false; 19 | }); 20 | $('.search-form form').submit(function(){ 21 | $('#pelanggantbl-grid').yiiGridView('update', { 22 | data: $(this).serialize() 23 | }); 24 | return false; 25 | }); 26 | "); 27 | ?> 28 | 29 |32 | You may optionally enter a comparison operator (<, <=, >, >=, <> 33 | or =) at the beginning of each of your search values to specify how the comparison should be done. 34 |
35 | 36 | 'search-button')); ?> 37 | 42 | 43 | widget('zii.widgets.grid.CGridView', array( 44 | 'id'=>'pelanggantbl-grid', 45 | 'dataProvider'=>$model->search(), 46 | 'filter'=>$model, 47 | 'columns'=>array( 48 | 'id', 49 | 'nama', 50 | 'alamat', 51 | 'email', 52 | 'telepon', 53 | 'username', 54 | /* 55 | 'password', 56 | */ 57 | array( 58 | 'class'=>'CButtonColumn', 59 | ), 60 | ), 61 | )); ?> 62 | -------------------------------------------------------------------------------- /protected/views/barangtbl/admin.php: -------------------------------------------------------------------------------- 1 | breadcrumbs=array( 6 | 'Barangtbls'=>array('index'), 7 | 'Manage', 8 | ); 9 | 10 | $this->menu=array( 11 | array('label'=>'List Barangtbl', 'url'=>array('index')), 12 | array('label'=>'Create Barangtbl', 'url'=>array('create')), 13 | ); 14 | 15 | Yii::app()->clientScript->registerScript('search', " 16 | $('.search-button').click(function(){ 17 | $('.search-form').toggle(); 18 | return false; 19 | }); 20 | $('.search-form form').submit(function(){ 21 | $('#barangtbl-grid').yiiGridView('update', { 22 | data: $(this).serialize() 23 | }); 24 | return false; 25 | }); 26 | "); 27 | ?> 28 | 29 |32 | You may optionally enter a comparison operator (<, <=, >, >=, <> 33 | or =) at the beginning of each of your search values to specify how the comparison should be done. 34 |
35 | 36 | 'search-button')); ?> 37 | 42 | 43 | widget('zii.widgets.grid.CGridView', array( 44 | 'id'=>'barangtbl-grid', 45 | 'dataProvider'=>$model->search(), 46 | 'filter'=>$model, 47 | 'columns'=>array( 48 | 'id', 49 | 'nama', 50 | 'deskripsi', 51 | 'warna', 52 | 'ukuran', 53 | 'kategori', 54 | /* 55 | 'harga', 56 | 'stock', 57 | 'gambar', 58 | */ 59 | array( 60 | 'class'=>'CButtonColumn', 61 | ), 62 | ), 63 | )); ?> 64 | -------------------------------------------------------------------------------- /protected/views/pelanggantbl/ambilcart.php: -------------------------------------------------------------------------------- 1 | db->createCommand($cari_barang)->query(); 6 | foreach($hasil_barang as $data_barang){} 7 | $ciri=$data_barang['id']; 8 | $nam=$data_barang['nama']; 9 | $har=$data_barang['harga']; 10 | $member = Yii::app()->user->name; 11 | if (ISSET($member)) 12 | { 13 | if($hasil_barang){ 14 | require("faktur.php"); 15 | $cari_transaksi="select * from transaksirincitbl where username='".$member."' AND id = '".$id."' and notransaksi ='".$faktur."'"; 16 | $hasil_transaksi=Yii::app()->db->createCommand($cari_transaksi)->query(); 17 | $temukan = $hasil_transaksi->rowCount; 18 | foreach($hasil_transaksi as $data_transaksi){ 19 | } 20 | if($temukan==0){ 21 | $query = "insert into transaksirincitbl (notransaksi,username,id,nama,harga,jumlah,subtotal) 22 | Values ('$faktur','$member', '$ciri','$nam', '$har', '1', '$har')"; 23 | $result = Yii::app()->db->createCommand($query)->query(); 24 | $this->redirect(array('cart','id'=>Yii::app()->user->name)); 25 | }else{ 26 | $jmllama = $data_transaksi['jumlah']; 27 | $jmltambah = $jmllama + 1; 28 | $subtotaltambah = $jmltambah * $har; 29 | $query = "update transaksirincitbl set jumlah = '".$jmltambah."',subtotal = '".$subtotaltambah."' where notransaksi ='".$faktur."' and id ='".$id."'"; 30 | $result=Yii::app()->db->createCommand($query)->query(); 31 | $this->redirect(array('cart','id'=>Yii::app()->user->name)); 32 | } 33 | 34 | }else{ 35 | echo"Data gagal diInput..!"; 36 | } 37 | } 38 | else 39 | { 40 | $this->redirect(array('site/index')); 41 | } 42 | ?> 43 | -------------------------------------------------------------------------------- /assets/834cd437/jquery.treeview.edit.js: -------------------------------------------------------------------------------- 1 | (function($) { 2 | var CLASSES = $.treeview.classes; 3 | var proxied = $.fn.treeview; 4 | $.fn.treeview = function(settings) { 5 | settings = $.extend({}, settings); 6 | if (settings.add) { 7 | return this.trigger("add", [settings.add]); 8 | } 9 | if (settings.remove) { 10 | return this.trigger("remove", [settings.remove]); 11 | } 12 | return proxied.apply(this, arguments).bind("add", function(event, branches) { 13 | $(branches).prev() 14 | .removeClass(CLASSES.last) 15 | .removeClass(CLASSES.lastCollapsable) 16 | .removeClass(CLASSES.lastExpandable) 17 | .find(">.hitarea") 18 | .removeClass(CLASSES.lastCollapsableHitarea) 19 | .removeClass(CLASSES.lastExpandableHitarea); 20 | $(branches).find("li").andSelf().prepareBranches(settings).applyClasses(settings, $(this).data("toggler")); 21 | }).bind("remove", function(event, branches) { 22 | var prev = $(branches).prev(); 23 | var parent = $(branches).parent(); 24 | $(branches).remove(); 25 | prev.filter(":last-child").addClass(CLASSES.last) 26 | .filter("." + CLASSES.expandable).replaceClass(CLASSES.last, CLASSES.lastExpandable).end() 27 | .find(">.hitarea").replaceClass(CLASSES.expandableHitarea, CLASSES.lastExpandableHitarea).end() 28 | .filter("." + CLASSES.collapsable).replaceClass(CLASSES.last, CLASSES.lastCollapsable).end() 29 | .find(">.hitarea").replaceClass(CLASSES.collapsableHitarea, CLASSES.lastCollapsableHitarea); 30 | if (parent.is(":not(:has(>))") && parent[0] != this) { 31 | parent.parent().removeClass(CLASSES.collapsable).removeClass(CLASSES.expandable); 32 | parent.siblings(".hitarea").andSelf().remove(); 33 | } 34 | }); 35 | }; 36 | 37 | })(jQuery); -------------------------------------------------------------------------------- /protected/views/Testimonialtbl.php: -------------------------------------------------------------------------------- 1 | 6 | 7 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Fields with * are required.
19 | 20 | errorSummary($model); ?> 21 | 22 |Fields with * are required.
15 | 16 | errorSummary($model); ?> 17 | 18 |