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
// セッションから値を取得 | |
$objSess = new SC_Session_Ex(); | |
$my_var = $objSess->GetSession('my_var'); |
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
// セッションに値を設定 | |
$objSess = new SC_Session_Ex(); | |
$objSess->SetSession('my_var', 'test'); |
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
リポジトリ:/opt/repos/projectname | |
ソース:/var/www/html | |
# リポジトリ作成 | |
$ mkdir /opt/repos/projectname | |
$ svnadmin create /opt/repos/projectname | |
$ svn mkdir -m "created default directory" ¥ | |
file:///opt/repos/projectname/trunk ¥ | |
file:///opt/repos/projectname/branches ¥ | |
file:///opt/repos/projectname/tags |
NewerOlder