年別アーカイブ: 2007年
アプリケーションを削除する
Removing applications
1. Remove the application directory in apps/ directory.
2. Remove the front controllers in the web/ directory.
3. Remove the functional tests in the test/functional/ directory.
4. Remove the log files in the log/ directory.
There is no automated task for removing an application for now.
CIFS
Apache URL Rewriting Guide
ColdFusion MX: リクエストタイムアウトおよび threadWaitTimeout 設定の解説
sfInflector
Sharedance
相関サブクエリで行と行を比較する
キャッシュクリア時にサイトをシャットダウンする
You can shut down the website during the cleaning process with:
$ symfony disable frontend
$ symfony clear cache
$ symfony enable frontend
applicationごとにsessionを分けるには?
Factories
myapp/config/factories.yml
storage: class: sfSessionStorage param: session_name: symfony
session_nameをアプリケーションごとに分ける。
サブドメインでセッションを共有する方法は以下を参照。
サブドメインでセッションを共有する