RIGHT JOINt

Branch Record

Table of content

About product

Record include controller, model and views to handle records in database tables.

Core - ветки

Record structure gets from database or from structure-file. Embedded custom fields as list or file to upload data, and another

Version:v1.0
Get branch:link to github
Learn more:detail
dependencies:no dependencies

Set up

Getting filed

All dependencies, lib, configs, media - filed fully composed in branch, no needs to copy by hands.

Make app run folder, next get files using git, clone repository and checkout branch

git clone https://github.com/rightJoint/jointsite
git checkout recnew
Clone repository and checkout branch (recnew)

To use repository into current empty dir /current_dir, exec next commands:

git init
git remote add origin https://github.com/rightJoint/jointsite
git checkout -b recnew
git pull origin recnew
create empty repository and add remote jountsite. Create new local branch to track remote with the same name recnew

Configuration

All general settings of this app are by default /__config.

Database connection settings are by default /__config/db_conn.php.

Migrations

Queries to create test tables and insert into data in dir /migrations

To setup connections, create tables and use migrations you can clone and merge into project theme-branch admin