紹介マニアMoinMoin

概要

Webアプリの作成言語としては簡易なためよく利用されている。

公式サイト

PHP: Downloads

関連サイト

インストール

PHP on Mac OS X

./configure --with-zlib-dir=/usr/local --with-libjpeg=/sw --with-libtiff=/sw --with-libpng=/sw --with-gd --with-pgsql=/sw --with-mysql=/usr/local/mysql --with-xml --with-dom=/sw --with-apxs2 --enable-mbstring --with-tiff-dir=/sw --with-png-dir=/sw

Apache起動時Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe.}}]のエラーが発生した場合{{{--enable-roxen-ztsを付与してコンパイルする

スレッドを無効にしたPHPを一回起動するとlibがキャッシュに確保されている場合があるので、キャッシュをクリアするかOSを再起動した方が無難。

設定

自宅サーバー(Windows+Apache)へのPHPインストール

利用方法

Framework Comparison Chartフレームワーク比較

Blog::koyhoge - PHPフレームワークのリスト

Ethna -PHPウェブアプリケーションフレームワーク-

eclipse

xored software - TruStudio - PHP IDE and Python IDE built on Eclipse

TruStudio Japan - PHP & Python 統合開発ツール on Eclipse

PHPEclipse.net

フレームワーク

* Mojavi * guesswork * HTML_QuickForm * Smarty * DB_DataObject

参考書籍

PHP5徹底攻略 エキスパート編: 本

初めてのPHP5: 本

参考サイト

PHPで、どのフレームワークが一番?:phpspot開発日誌


CategoryProgramLanguage

紹介マニアMoinMoin: PHP (last edited 2015-11-07 00:15:00 by sakito)