{# ----------------------------------------------------- The footer below is built for the website demo feel free to replace the content with any TWIG HTML ----------------------------------------------------- #} {% if constant('DEMO') == true %} {# --- if data list --- #} {% if object != '' %}

About the current {{ object.table|capitalize }} data list

The MySQL records displayed on this page are extracted from the "{{ object.table }}" table.

Table {{ object.table }} is structured as follows:

{% for key, value in object.fields %} {% endfor %}
Field name Displayed name Extra
{{ key }} {{ value }} {% if key == object.primary_key %} [Primary key] {% endif %}

PHP CRUD - {{ object.table }} records list

Informations about the database PDO query:

  • The records are ordered by {{ object.sorting }}
  • {{ session.npp }} records are displayed on each page
{% if object.external_tables_count > 0 %}

The {{ object.table }} list uses {{ object.external_tables_count }} external relational table(s).

The records of the external relational table(s) are displayed in nested table(s).

{% else %}

The {{ object.table }} list doesn't use any external relational table.

{% endif %}

Create your own CRUD Application from your Database

This Bootstrap Dashboard has been entirely designed with PHP CRUD Generator.

The current admin page lists the records of the {{ object.table }} table.
PHP CRUD Generator allows to build this type of PHP admin dashboard in a very simple way and without programming.
The CRUD application analyzes your SQL database and extracts all its components: tables, relationships, fields, primary and secondary keys, field and data types, ...
The CRUD system is able to generate an admin dashboard such as this one from any MySQL database, no matter how complex it is.

PHP CRUD Generator is available at a very low price here on Codecanyon.
1 license = 1 project, no recurring payments, 6 months of support included, a professional web application, no known bugs, ... and tons of work saved.

{# --- if form --- #} {% else %}

Create your own CRUD Application from your MySQL Database

This Bootstrap Dashboard has been entirely designed with PHP CRUD Generator.

PHP CRUD Generator allows to build this type of PHP admin dashboard in a very simple way and without programming.
The CRUD application analyzes your SQL database and extracts all its components: tables, relationships, fields, primary and secondary keys, field and data types, ...
The CRUD system is able to generate an admin dashboard such as this one from any MySQL database, no matter how complex it is.

PHP CRUD Generator is available at a very low price here on Codecanyon.
1 license = 1 project, no recurring payments, 6 months of support included, a professional web application, no known bugs, ... and tons of work saved.

{# --- END if form --- #} {% endif %} {% endif %}