cakephp_vcard icon indicating copy to clipboard operation
cakephp_vcard copied to clipboard

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

h1. vCard Helper plugin

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

h2. Installation

[Manual]

Download this: http://github.com/markstory/cakephp_vcard/zipball/master

Unzip that download.

Copy the resulting folder to app/plugins

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

h2. 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":http://mark-story.com/posts/view/generating-vcards-with-cakephp-using-extensions

h2. Contributors

  • Mark Story
  • José Gonzalez