You are about to enter portal.afd.de. For security reasons please complete the captcha to access.Why do I see this captcha?No worries, this is just a security precaution. Link11 is the specialized IT security provider of protecting web services and infrastructures against cyber-attacks. This request is unable to complete due to the above error and has not been filtered by Link11. ID: 178136471, Yo
VimからPHPUnitを実行する方法をまとめました。PHPUnitをquickrunで非同期実行し、結果にグリーンレッドの色をつけるまでを紹介します。 動作確認環境 Vim7.3quickrun0.5.1vimproc5.3PHP5.3.9PHPUnit3.6.7 目次 PHPUnitのインストール quickrunのインストール vimprocのインストール quickrunの設定 テスト結果にグリーン、レッドの色をつける PHPUnitのインストール 私は下記を参考にPHPUnitをインストールしました。 http://docs.symfony.gr.jp/symfony2/contributing/code/tests.html PHPのバージョンがPHPUnitに対応しており、PEARがインストールされていればうまくいくと思います。PHPUnitがうまくインストールできない場合は
CSS&JavaScriprフレームワークのTwitter Bootsrap2.0がリリースされ、各所で注目を浴びているようですが、早速、試してみました。1.4からの変更点なども多く、まだ悪戦苦闘していますが、タブナビゲーションで躓いたので、備忘録も兼ねて、記事を書こうと思います。 1.まずは下準備 公式サイトへ行き、「Download Bootstrap」をクリックしてダウンロード。 jQueryも使用するので、こちらも最新版をダウンロードしておく。 解凍して、任意のディレクトリへ配置。 2.HTMLで各種ファイルを読み込む 必要なファイルはCSS、JSファイル。bootstrap.min.js(bootstrap.js)には、全てのJS機能が入っている。bootstrap.jsだと47KBなので、そこそこボリュームがある。 <!-- CSSファイル --> <link href="bo
1月28日に開催された「第2回PHP初心者勉強会」のLTで発表してきたgauthについて、詳しく説明したいと思います。 発表資料http://www.slideshare.net/dai861/gauth 背景インターネット屋さんをしていると、 管理画面とか、売上票とか、なんちゃらツールとか、 管理・運営専用で、一般には公開したくないものってたくさんつくりますよね。 みなさんはどんな方法で鍵をかけてますか? BASIC認証? IP制限? wordpressみたいなユーザー管理機能を構築する? 小規模なツール程度のものに対して、 ・社内の人間だけがアクセスできるようにとか ・自宅でも使いたいとか ・退職者からは隠したいとか こういう大人の事情が入ってくると、いちいちめんどくさいです。 いまどきOAuthやで昨今、twitterやfacebookのOAuthで登録やログインができるのが標準にな
Ruby On RailsやCakePHPといったフレームワークのORマッパに存在するHas And Belongs To Manyという機能(通称:HABTM)があります。HABTMとは2つのデータモデルを中間のデータを介して関連させるデータモデルで冒頭の図のようなデータモデルです。筆者がこの省略形の読み方などについてTwitterで話していたところ、興味深いリプライを受け取りました。 @patrickjsparrow @yando if #cakephp copied that from Rails your doing it wrong. We never use HABTM because it's EVIL! — Evan Light (@elight) January 24, 2012 俺らはHABTMなんか使わない。なぜならHABTMは悪だからだ。 HABTMについて検索した
FuelPHPの出力の変換の方法です。セキュリティ絡みでなくて、コード変換とかのお話。 FuelPHPはデフォルトならば、出力項目がフィルタリングされます。Securityクラスのhtmlentities()ですが、実体はPHPのhtmlentities()とのこと。 こうしたお話とは別で、携帯に出力するから、コード変換したいという時の、フィルタリングです。 当サイトでは、まだ具体的な方法を書いていなかったので、ご紹介します。例として、一番要求がありそうな、UTF8からShiftJisへの変換です。 まずは元となるBaseコントローラーを作成しましょう。 <?php class Controller_Base extends Controller { public function after($response) { // return parent::after($response);
This document outlines many changes and improvements made between PHP 5.3 and 5.4, including removing legacy features, improving performance and reducing memory usage, adding new features like traits and array dereferencing, and adding or improving several functions. A timeline is provided targeting a December 2011 release of PHP 5.4 with betas occurring in September and October of 2011. Links to
The document defines a fib function that recursively calculates Fibonacci numbers and prints the 10th Fibonacci number. It then defines some unit tests for a Calculator class that test the add method by asserting the expected result. Finally, it defines some unit tests for a User class that test validating a user object.Read less
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く