Skip to content

Instantly share code, notes, and snippets.

View n0bisuke's full-sized avatar
🌴
On vacation

n0bisuke n0bisuke

🌴
On vacation
View GitHub Profile
@n0bisuke
n0bisuke / gisttest.html
Created October 17, 2013 12:43
gisttest
[gist id=7024241]
[gist]http://gist.github.com/7024241[/gist]
@n0bisuke
n0bisuke / cakephp_hasmany_test.php
Created October 17, 2013 15:26
hasmany and order
<?php
function find_plus_all($id){//グループとグループに属する試験
$hasMany = array(
//試験テーブルと結合
'AutoExam' => array(
'className' => 'AutoExam',
'foreignKey' => 'group_id',
'order' => array(
'name' => 'DESC',
)
@n0bisuke
n0bisuke / posted.php
Created October 21, 2013 08:09
てすとです
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<?php echo $_POST["hoge"]; ?>
ふくさかが課題おわんねーってよ
</body>
<?php
class HelloController extends AppController {
public $name = "Hello";
//public $uses = null;
public $components = array('DebugKit.Toolbar'); //DebugKitの適用
function index(){
echo "aaaa";
}
}
@n0bisuke
n0bisuke / main.scss
Created November 4, 2013 16:28
sass test
#main{
width: 90%;
p{
font-size: 14px;
}
}
@n0bisuke
n0bisuke / main.css
Created November 4, 2013 16:34
main.css
#main {
width: 90%; }
#main p {
font-size: 14px; }
@n0bisuke
n0bisuke / main.css
Created November 4, 2013 16:40
main.css
#main {
width: 90%;
}
#main p {
font-size: 14px;
}
@n0bisuke
n0bisuke / old.php
Created November 5, 2013 05:20
old.php
<?php
// index.php
$link = mysql_connect('localhost', 'myuser', 'mypassword');
mysql_select_db('blog_db', $link);
$result = mysql_query('SELECT id, title FROM post', $link);
?>
@n0bisuke
n0bisuke / n0bisuke.php
Created November 19, 2013 14:25
カレンダ
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>カレンダー</title>
</head>
<body>
<?php
//var_dump($_POST);
$week = ["日","月","火","水","木","金","土"]; //曜日をセット
@n0bisuke
n0bisuke / uservoice.php
Created November 21, 2013 19:19
利用者の声
<div class="modal fade" id="myModalKoe">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal">&times;</button>
<h4 class="modal-title">利用した人の感想</h4>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">