jfragoulis/yii-contacts

Extension for the Yii Web Programming Framework

dev-master 2014-03-20 13:25 UTC

This package is not auto-updated.

Last update: 2024-10-12 16:20:20 UTC


README

A versatile and easy to incorporate to your web application module. Contacts hands out an API to connect any model with contact information, namely Address and/or Phone Numbers.

Installation

  • Download the module and save it in your project's extensions folder

git clone git@github.com:jfragoulis/yii-contacts.git /path/to/project/protected/extensions/contacts

  • Update your project's configuration (web and console application).

Import the module files:

'import' => array(
	...
	'ext.contacts.models.*',
	...
),
  • Run ./yiic migrate --migrationPath=ext.contacts.migrations --interactive=0