$ sudo add-apt-repository ppa:upubuntu-com/tor
$ sudo apt-get update
$ sudo apt-get install tor-browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| defined('BASEPATH') OR exit('No direct script access allowed'); | |
| class Welcome extends CI_Controller { | |
| public function index() | |
| { | |
| $this->load->library('twig'); | |
| $data = array('test_value' => 'こんにちは'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <!-- | |
| To change this license header, choose License Headers in Project Properties. | |
| To change this template file, choose Tools | Templates | |
| and open the template in the editor. | |
| --> | |
| <html> | |
| <head> | |
| <title>Twig</title> | |
| <meta charset="UTF-8"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* 商品一覧の表示 */ | |
| /** | |
| * @param SC_Product_Ex $objProduct | |
| */ | |
| public function lfGetProductsList($searchCondition, $disp_number, $startno, &$objProduct) | |
| { | |
| $objQuery =& SC_Query_Ex::getSingletonInstance(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once CLASS_REALDIR . 'SC_Customer.php'; | |
| class SC_Customer_Ex extends SC_Customer | |
| { | |
| /** | |
| * ログインemailを取得する | |
| * | |
| * @param type $login_email |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 商品一覧の表示 */ | |
| /** | |
| * @param SC_Product_Ex $objProduct | |
| */ | |
| public function lfGetProductsList($searchCondition, $disp_number, $startno, &$objProduct) | |
| { | |
| $objQuery =& SC_Query_Ex::getSingletonInstance(); | |
| $arrOrderVal = array(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 商品一覧の表示 */ | |
| /** | |
| * @param SC_Product_Ex $objProduct | |
| */ | |
| public function lfGetProductsList($searchCondition, $disp_number, $startno, &$objProduct) | |
| { | |
| $objQuery =& SC_Query_Ex::getSingletonInstance(); | |
| $arrOrderVal = array(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 会員登録共通 | |
| * | |
| * @param SC_FormParam $objFormParam SC_FormParam インスタンス | |
| * @param boolean $isAdmin true:管理者画面 false:会員向け | |
| * @param boolean $is_mypage マイページの場合 true | |
| * @param string $prefix キー名にprefixを付ける場合に指定 | |
| * @return void | |
| */ | |
| public function sfCustomerRegisterParam(&$objFormParam, $isAdmin = false, $is_mypage = false, $prefix = '') |
$ sudo add-apt-repository ppa:upubuntu-com/tor64
$ sudo apt-get update
$ sudo apt-get install tor-browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * This file is part of EC-CUBE | |
| * | |
| * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved. | |
| * | |
| * http://www.lockon.co.jp/ | |
| * | |
| * This program is free software; you can redistribute it and/or |