jfragoulis / yii-contacts
Extension for the Yii Web Programming Framework
Package info
github.com/jfragoulis/yii-contacts
Type:yii-extension
pkg:composer/jfragoulis/yii-contacts
dev-master
2014-03-20 13:25 UTC
This package is not auto-updated.
Last update: 2026-03-14 23:29:46 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