質問編集履歴

2

秘密事項の訂正

2015/07/22 13:21

投稿

yutaishikawa_
yutaishikawa_

スコア58

test CHANGED
File without changes
test CHANGED
@@ -292,7 +292,7 @@
292
292
 
293
293
  public function ConnectDb() {
294
294
 
295
- $this->mysqli = new mysqli('localhost', 'tontonmy', 'tontontones', 'st_ishikawa');
295
+ $this->mysqli = new mysqli('localhost', 'server', ''pass', 'db');
296
296
 
297
297
  if ($this->mysqli->connect_error){
298
298
 

1

タイトルの修正

2015/07/22 13:21

投稿

yutaishikawa_
yutaishikawa_

スコア58

test CHANGED
@@ -1 +1 @@
1
- タスクカレンダーをオブジェクト指向でコーディング
1
+ オブジェクト指向について
test CHANGED
File without changes