/cakephp_vcard

A simple helper for creating vCard's in CakePHP applications.

Primary LanguagePHP

vCard Helper plugin

A simple plugin providing a helper for generating vCards. Clone into a vcard directory in your pluginPaths.

Installation

[Manual]

  1. Download this: http://github.com/markstory/cakephp_vcard/zipball/master
  2. Unzip that download.
  3. Copy the resulting folder to app/plugins
  4. Rename the folder you just copied to vcard

[GIT Submodule]

In your app directory type:

git submodule add git://github.com/markstory/cakephp_vcard.git plugins/vcard
git submodule init
git submodule update

[GIT Clone]

In your plugin directory type

git clone git://github.com/markstory/cakephp_vcard.git vcard

Usage

To use add

var $helpers = array(‘Vcard.Vcf’);

For additional usage instructions and how to enable .vcf extensions for your applications see my tutorial

Contributors

- Mark Story
- José Gonzalez