azampagl / kohana-cfd

Kohana cookie-free domain module/helper for serving static files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie Free Domain (CFD)

CFD module built for the Kohana PHP framework. Light weight wrapper for the HTML::* class to serve static files from a cookie free domain.

Requirements

  • PHP 5.2+
  • Kohana PHP 3.x (read the docs!)

Setup

  • Enable the module in Kohana's bootstrap file.

Configuration

Simply extend

	abstract class Kohana_CFD

in your application folder and replace $subdomain.

	public static $subdomain = 'media';

Links

Markdown Reader

Kohana PHP Framework

Yahoo Performance Rules

About

Kohana cookie-free domain module/helper for serving static files.