[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

propelに関するsoh335のブックマーク (4)

  • Documentation/1.5/ModelCriteria – Propel ORM

    Propel's Query classes make it easy to write queries of any level of complexity in a simple and reusable way. Overview Propel proposes an object-oriented API for writing database queries. That means that you don't need to write any SQL code to interact with the database. Object orientation also facilitates code reuse and readability. Here is how to query the database for records in the book table

    soh335
    soh335 2011/04/18
    へぇw
  • Good night, Posterous

    Posterous Spaces is no longer available Thanks to all of my @posterous peeps. Y'all made this a crazy ride and it was an honor and pleasure working with all of y'all. Thanks to all of the users. Thanks to the academy. Nobody will read this.

    soh335
    soh335 2010/12/13
    propel2についてのircのログ。
  • Ja/Users/Documentation/1.3/Upgrading - Propel - Trac

    Propel 1.3にアップグレードする このドキュメントはPropelバージョン1.2からバージョン1.3にアップグレードする方法を説明しています。 Propel1.3のAPIは1.2のAPIととても緊密である一方で、おそらくPropelを使用するコードに対して修正を要求するいくつかの重大な変更があります。 アップグレーディングに影響を与えるPropel1.3の新しい機能は次の通りです: 新しいPHPの必要要件 Creoleの代わりにPDOを使用する ビルドとランタイムプロパティのための新しいDSN形式 新しいトランザクションAPI いくつかのメソッドシグネチャは変更しました 'mysqli'アダプタは時代遅れで削除されました 新しいSPLオートロードの統合 1.3のための要件 これはPropel1.3のランタイムとジェネレータコンポーネントのための要件です。1.2からの変更は太文字で示

  • "I" novel?(2006-12-13)

    ■ [PHP]Symfony の Propel で doSelectJoin* を高速化Foo と Bar というテーブルを Join するときに、Propelでは FooPeer::doSelectJoinBar なんてのを呼び出すと思います。doSelectJoinBar の一部は、下のようなコードが自動生成されると思います。 while($rs->next()) { (略) foreach($results as $temp_obj1) { $temp_obj2 = $temp_obj1->getBar(); if ($temp_obj2->getPrimaryKey() === $obj2->getPrimaryKey()) { $newObject = false; $temp_obj2->addFoo($obj1); break; } } (略) } ここで Foo::getB

    soh335
    soh335 2009/02/28
    include_once の削除前は21秒もかかっていたのが、削除後は1.5秒まで縮みました。
  • 1