タグ

cakephpに関するhiro_yのブックマーク (84)

  • PHP5.4 ビルトインサーバで CakePHP を試食する(CakePHP Advent Calendar 2011 4日目)


    Home > CakePHP | PHP > PHP5.4  CakePHP CakePHP Advent Calendar 2011 4 PHP5.4 CakePHP  CakePHP Advent Calendar 2011 4  PHP5.4 5.3 Trait Short syntax for arraysArray Dereferencing  使CakePHP  CakePHP12 PHP5.4RC2  PHP5.4RC2 
    hiro_y
    hiro_y 2011/12/06
    PHP 5.4のビルトインサーバー
  • Choose Opera - Spreading Opera goodness - Posts tagged by "Opera Tips".

    Gaming, Opera GX Pimp your smartphone with GX Mods, now available in Opera GX on Android and iOS February 8th, 2024 Transform the look and feel of your smartphone and tablet and browse like a badass by installing dozens of Mods... New green energy-powered AI data cluster with NVIDIA DGX supercomputing coming to Iceland February 7th, 2024 We’re excited to announce plans to deploy a new AI cluster i

    hiro_y
    hiro_y 2011/06/21
    CakePHPでBehat
  • 【CakePHP】xhprofでCakePHPのパフォーマンスを丸裸にする | ECWorks Blog


    CakePHP使 !!PHP CakePHP  1xprof xhprofpecl pecl使phpize pecl : xhprof http://pecl.php.net/package/xhprof 
    【CakePHP】xhprofでCakePHPのパフォーマンスを丸裸にする | ECWorks Blog
    hiro_y
    hiro_y 2010/11/09
    XHProfでCakePHPのアプリをプロファイリング
  • OAuth consumers for CakePHP - by cakebaker

    Consuming OAuth-enabled APIs with CakePHP I currently provide two slightly different ways to consume OAuth-enabled APIs with CakePHP: a component and a consumer class. The consumer class emerged from the component and is a bit more flexible than the component. Both classes require CakePHP 2.x (though the versions for the previous CakePHP 1.x are still available), and they use the (open source) PHP

    hiro_y
    hiro_y 2009/08/19
    CakePHPのOAuth対応コンポーネント。
  • CakePHP 目で見るフックメソッド

    第2回CakePHP関西勉強会でやったデモをこちらでも。 CakePHPには色々なフックメソッドがあるのですが、それらがどのタイミングで呼ばれるかを一覧できるようにデモを行いました。懇親会やアンケートでも良かったよ、と意見を頂いたので、簡単に画面のキャプチャを並べます。 1. Controllerのフックメソッド Controllerのフックメソッドを並べています。index()はアクションメソッドなので、ここで表示されているフックメソッドは3つです。 ソース <?php class DemoController extends AppController { public $uses = array(); public function index() { } } ?> フックメソッドの並び 2. Componentのフックメソッド Controllerの$componentsを設定して

    hiro_y
    hiro_y 2009/06/20
    CakePHPのフックメソッドをわかりやすく視覚化。
  • CakePHP フレームワークのソースをapp/で置き換える


    CakePHP CakePHP1.2Finalcake/app/ [] ConnectionManagerapp/ Dispatchercake bake diaryConnectionManagerapp/ 1. ConnectionManagerapp/ ConnectionManager
    hiro_y
    hiro_y 2009/05/30
    CakePHPでApp::importで読み込まれてるコアを別のソースに置き換え。
  • 【CakePHP】第4回CakePHP勉強会@Tokyo無事終了! | ECWorks Blog


      GREEyandod  LT (^^;;;   LT()()
    【CakePHP】第4回CakePHP勉強会@Tokyo無事終了! | ECWorks Blog
    hiro_y
    hiro_y 2009/05/27
    Ktai Library発表資料。
  • CakePHP routes.phpの確認はユニットテストで

    routes.phpを仕様に合わせて設定しておきます。 <?php // Router::connect('/:user_id/edit', array('controller' => 'user', 'action' => 'edit')); Router::connect('/', array('controller' => 'top', 'action' => 'index')); Router::connect('/:user_id/*', array('controller' => 'user', 'action' => 'index')); // Nothing Router::connect('*', array('controller' => 'nothing')); ?> 最後はシステムが取るべきURL以外ならNot Foundを出すように設定しています。これにより想定外

    hiro_y
    hiro_y 2009/05/27
    routes.phpをユニットテスト。
  • 極める routes.php (CakePHP 1.2) : akiyan.com


     routes.php (CakePHP 1.2) 2009-05-24 5/224CakePHP@Tokyoroutes.php2   routes.php View more Microsoft Word documents from akiyan. CakePHPmod_rewrite使URL 1... named
    hiro_y
    hiro_y 2009/05/24
    CakePHPのroute.phpについて。
  • 【戯れ言】PHPフレームワーク選択のベストプラクティス - yandod's blog


    symfonyCakePHP -   使 使  CakePHPsymfony CakePHP PHPRails   
    【戯れ言】PHPフレームワーク選択のベストプラクティス - yandod's blog
    hiro_y
    hiro_y 2009/05/21
    CakePHP/symfonyそれぞれの強み。
  • Ktai Library for CakePHP | ECWorks Blog


    CakePHPCakePHP使 ktailibrary.org  HTMLHTML PHPCakePHP使
    hiro_y
    hiro_y 2009/03/14
    CakePHP向けの携帯対応ライブラリ。
  • 開発環境で自動でSQLにExplainをかけるコンポーネント バージョンアップ(1.1) PostgreSQL対応 - cakephperの日記(CakePHP, Laravel, PHP)


    English page is here. MASA-PPostgreSQLExplainPostgreSQL PostgreSQL  PostgreSQL CakePHP http://planetcakephp.org/ <?php /** * ExplainSqlComponent - Auto execute SQL Explai
    開発環境で自動でSQLにExplainをかけるコンポーネント バージョンアップ(1.1) PostgreSQL対応 - cakephperの日記(CakePHP, Laravel, PHP)
    hiro_y
    hiro_y 2009/03/11
    MySQL/PostgreSQLに対応したSQLのexplain結果をデバッグ表示できるCakePHPコンポーネント。
  • CakeForge: Cheesecake Photoblog: Project Info

    Latest News cheeseCake Photoblog V1.5.1 Stable released Tarique Sani - 2007-02-07 06:11 (0 Comment) [Read More/Comment] cheeseCake Photoblog V1.5 Stable released Tarique Sani - 2007-01-15 07:45 (0 Comment) [Read More/Comment] cheeseCake Photoblog V1.5 Beta 2 released Tarique Sani - 2006-12-17 11:43 (0 Comment) [Read More/Comment] cheeseCake Photoblog V1.5 Beta 1 released Tarique Sani - 2006

    hiro_y
    hiro_y 2009/01/18
    CakePHPで実装された写真ブログ。サンプルコードとして。
  • CakePHP関西勉強会終了しました&発表資料


    CakePHP西 CakePHP1西   1. CakePHP  shin1x1  :-D   Dispatcher#_invoke() Component 1Python西
    hiro_y
    hiro_y 2008/12/13
    CakePHP発表資料。フレームワークがどうアプリを起動させてるか。
  • How to use the OpenID component with the Auth component - cakebaker

    Please note that the hack described in this article no longer works with CakePHP 1.2.3.8166! See Peter’s comment for a possible solution for the current CakePHP release (1.2.5.x). Some days ago I got asked how you can use the OpenID component together with the Auth component from CakePHP. As I didn’t knew the answer, I had to experiment a bit. Even though it was a quite frustrating experience (tha

    hiro_y
    hiro_y 2008/12/10
    CakePHPでOpenID。
  • thechaw.com/CakeMate/branches/master/vendors/vim/plugins/cakephp.vim

    What's in your Domain Name? Print This domain name will potentially help you bring in more customers and profits every day, as the domain itself goes up in value. A super premium .Com domain name from DomainMarket.com means instant branding, search engine, and marketing benefits. We make it safe, easy and affordable for you to own TheChaw.com right away. Click here to purchase TheChaw.com DomainMa

    thechaw.com/CakeMate/branches/master/vendors/vim/plugins/cakephp.vim
    hiro_y
    hiro_y 2008/11/26
    CakePHPで作られたTracのようなもの。
  • CakeAMF - Trac

    Connecting CakePHP and Flex The goal of this project is to provide a seamless connection between CakePHP and Flex. The main focus of the project is on the AMF plugin. svn co https://svn.cakefoundation.org/amf/branches/amf AMF One of the major goals of this project was to create a new interface that would support AMF. To accomplish this task we greatly thank Emanuele and his work on the AMFEXT for

    hiro_y
    hiro_y 2008/11/22
    CakePHPからAMF使えるようにしようぜプロジェクト。
  • CakePHPカンファレンス東京


    WEBCakePHP2008/10/25CakePHP Garrett J. WoodworthCakePHPWEB CakePHP   20081025() 10:30  15:30 (16:0018:00)  駿2-3 DH2001Bldg.(JR)   1F   140
    hiro_y
    hiro_y 2008/10/03
    CakePHPカンファレンス東京。2008/10/25 10:30-15:30。
  • CakePHPを使ったMVC設計のベストプラクティス - Sooey


    CakePHP使MVC CakePHPCakePHPMVC (CakePHP )Best Practices in MVC Design with CakePHP (php|architects C7Y)MVC(php|architect)  (PoEAA)Domain-Driven Design: Tackling Complexity in the Heart of SoftwareInfoQ
    hiro_y
    hiro_y 2008/09/14
    「モデルは単なるデータ保存場所ではなくて、アプリケーションのドメインエンティティなのだ。」「コントローラはデータをモデルから取得してビューへと送り出すだけのシンプルな糊として振るまい」
  • Using OAuth-enabled APIs with CakePHP - cakebaker

    A growing number of APIs support OAuth, i.e. it is possible to give service A access to service B without giving B’s username/password to A. In this article I’m going to show you how to use OAuth-enabled APIs with CakePHP (and the OAuth consumer component I have written). First, there are some preparations necessary, namely the download of the required files: Get the OAuth component and place its

    hiro_y
    hiro_y 2008/09/02
    CakePHPでOAuth。コンポーネント使う。