jfragoulis/yii-contacts

Extension for the Yii Web Programming Framework

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii-extension

pkg:composer/jfragoulis/yii-contacts

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

This package is not auto-updated.

Last update: 2025-12-20 22:23:34 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