yii-extension yii-contacts
Extension for the Yii Web Programming Framework
jfragoulis/yii-contacts
Extension for the Yii Web Programming Framework
- Thursday, March 20, 2014
- by jfragoulis
- Repository
- 1 Watchers
- 0 Stars
- 8 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
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., (*1)
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
, (*2)
- Update your project's configuration (web and console application).
Import the module files:, (*3)
'import' => array(
...
'ext.contacts.models.*',
...
),
- Run
./yiic migrate --migrationPath=ext.contacts.migrations --interactive=0