User Guide¶ The user guide is provided to take you through a non-trivial example, showing you various techniques and features of the framework in order to build an application. In-depth tutorial for beginners¶ In this tutorial we will create a Blog-Application from scratch. We will go through all the details you need to learn to create your own ZF2 Application. Getting Started With Zend Studio 10
<?php namespace Application\Controller\Admin; class IndexController extends \Zend\Mvc\Controller\AbstractActionController { public function indexAction() { return []; } } return array( 'router' => array( 'routes' => array( 'home' => array( 'type' => 'literal', 'options' => array( 'route' => '/', 'defaults' => array( 'controller' => 'Application\Controller\Index', 'action' => 'index', ), ), ), 'adm
Getting Started with Zend Framework 2 このチュートリアルは、簡単なデータベース駆動アプリをMVCパラダイムを使ってZend Framework2の使用方法を紹介することが目的。 これをやれば、ZF2アプリケーションの動作が理解できて、全てがどんなふうに適切に動作しているのかより深く調べるために、コードをつつきまわすことができるようになると思うよ。 前提条件 このチュートリアルはApacheウェブサーバーとMySQLをPDO拡張で動かしてるPHP 5.3.3以上で動作させてね。 Apacheはmod_rewriteエクステンションをインストールして設定しといてね。 Apacheが.htaccessファイルをサポートするようにしとく必要もあるよ。 これはhttpd.confを次のようにすれば終わり。 AllowOverride Noneを AllowOve
ZendFramework2の導入しとりあえず動かすことを目的とした入門編。 ZendFramework2のMVCの基本を押さえ、アプリケーションとしてひと通り動作させるための設定やクラスの解説が中心です。
User Guide¶ The user guide is provided to take you through a non-trivial example, showing you various techniques and features of the framework in order to build an application. In-depth tutorial for beginners¶ In this tutorial we will create a Blog-Application from scratch. We will go through all the details you need to learn to create your own ZF2 Application. Getting Started With Zend Studio 10
導入 環境構築 まずはZend2のパッケージをダウンロードします。パッケージは以下のURLからダウンロードできます。 http://framework.zend.com/downloads/latest 次に、GitHubでZend2を利用して作成するアプリケーションの基本的なディレクトリ構造の空のサンプルとしてスケルトンアプリケーションが配布されています。 これをダウンロードし、そこから作っていくのが良いでしょう。 スケルトンアプリケーションは以下のURLの右の方にある"Download ZIP"からダウンロードします。 https://github.com/zendframework/ZendSkeletonApplication ダウンロードしたスケルトンアプリケーションのzipを解答すると以下のようなディレクトリ構造になっています。
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く