2017 © Pedro Peláez
 

yii-extension yii-contacts

Extension for the Yii Web Programming Framework

image

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

The README.md

Yii Contacts Extension

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

The Versions

20/03 2014

dev-master

9999999-dev https://github.com/jfragoulis/yii-contacts

Extension for the Yii Web Programming Framework

  Sources   Download

MIT

yii contacts