タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

zfに関するknoのブックマーク (4)

  • Akra’s DevNotes » Blog Archive » Simple Zend_Layout Example

    Zend_Layout is in the trunk now, so here's a super simple MVC example that shows it in action: This example consists of three view files: the outer layout file, the index action view script and a right hand side bar. The remainder of this post describes the key files. If you just want to poke around with the code, then it's at the bottom, so page down now! Setting up This is the directory layout:

    kno
    kno 2009/04/17
  • Zend_ProgressBarでプログレスバー - XOOPS専門-株式会社RYUS

    satoです。 重い処理の進捗を視覚的に表示したい場合、例えばXOOPS Cubeのインストーラのように、進捗を随時表示するようなケースがあります。 Cubeのインストーラのように、文字をそのまま流すだけであれば、出力を随時flush()してあげればよいのですが、例えばプログレスバーのように視覚的に表示したい場合は何かと面倒だったりします。 Zend FrameworkにはZend_ProgressBarという、そのものを行うためのライブラリがあります。 今回はこれとjQuery UIを使ってプログレスバーを実現してみたいと思います。 PHP側(progress.php)は <?php require_once('Zend/ProgressBar.php'); require_once('Zend/ProgressBar/Adapter/JsPush.php'); // 処理だと思われる何

  • ZendFramework入門・その3 フォームを取り扱う・その1: dara-j

    ちょっと予定を変更 前回の終わりに書いた予告では、「複数のアクションコントローラを使用する例」をやるつもりだったのですが、よく考えてみたらこれって特に技術的に注意点があるわけじゃないので今回は見送ることにしました。 その代わり、でもないんですが、今回はフォームを触ってみることにします。 フォルダツリーの構築 今回はまた新しいアプリケーションということにします。名前は「zf2」にしておきましょう。 お決まりのように、まずは以下のフォルダ構成を作ってください。 htdocs/ zf2/ application/ controllers/ IndexController.php views/ scripts/ index/ index.phtml dump.phtml index.php .htaccess index.php は前回のものをそのまま流用してください。 IIS + ISAPI-R

    kno
    kno 2009/04/09
  • Zend Framework:なまはげ カンタービレ:So-net blog

    昔に触った0.6.0から大幅に変わっているみたいなので、(当たり前か 改めてマニュアル読み直してみた。 そうしたら前回ハマった箇所が。。。 続きを読む

  • 1