PHP Classes

File: phinx.yml.example

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Instagram Feed Notification   phinx.yml.example   Download  
File: phinx.yml.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Instagram Feed Notification
Send Instagram posts by email
Author: By
Last change:
Date: 1 year ago
Size: 672 bytes
 

Contents

Class file image Download
paths: migrations: './db/migrations' seeds: './db/seeds' environments: default_migration_table: phinxlog default_database: production production: adapter: mysql host: localhost name: db_name user: root pass: '' port: 3306 charset: utf8 development: adapter: mysql host: localhost name: development_db user: root pass: '' port: 3306 charset: utf8 testing: adapter: mysql host: localhost name: testing_db user: root pass: '' port: 3306 charset: utf8 version_order: creation