O PHPCG é um gerador de CRUD desenvolvido em PHP puro para criar um painel de administração Bootstrap completo usando uma interface de usuário visual.
O PHPCG é adequado tanto para não programadores quanto para programadores avançados de PHP, que terão acesso a um código limpo e bem organizado para que possam aproveitar todo o seu potencial.
O PHPCG é capaz de analisar seu banco de dados e extrair tabelas, campos e qualquer tipo de relacionamento de forma inteligente.
O mecanismo CRUD é baseado no PHP PDO e tem suporte total para os seguintes sistemas de gerenciamento de banco de dados relacionais (RDBMS):
MySQL
MariaDB
Oráculo
Firebird
PostgreSQL
Em seguida, o senhor pode usar os dados do banco de dados analisados para gerar o painel de administração do usuário:
Listas paginadas (CRUD READ)
filtragem de registros, inclusive com tabelas relacionais internas/externas
classificação
edição avançada no local (texto, seleção, booleano, data e hora,...)
tabelas aninhadas
tabelas de dados externos (relações externas)
exportar para os formatos Excel/CSV/PDF/PRINT
Criar e atualizar formulários (CRUD CREATE/UPDATE)
formulários criados com o PHP Form Builder, conhecido por sua robustez e confiabilidade
Todos os tipos de campos
Integração automática dos melhores plug-ins jQuery para melhorar a experiência do usuário (seleção e rádio personalizados, editor de rich text, carregador de arquivos, selecionadores, etc.)
listas suspensas com conteúdo inteligente e personalizável
upload de arquivos/imagens com corte/redimensionamento e geração de miniaturas personalizáveis
validação automática de acordo com o tipo de dados personalizáveis
Layout eficiente e direto - Capacidade de agrupar campos em 2 e 3 colunas
Excluir formulários (CRUD DELETE)
Eliminação em cascata de registros dependentes
Exibir o número de registros dependentes que serão excluídos
Dicas rápidas
Aqui está um pequeno vídeo de apresentação que mostra como o PHP CRUD Generator funciona de A a Z.
Para criar seu banco de dados relacional, recomendamos que o senhor dê uma olhada em:
PHP 7.4+ com driver PDO, extensões mb_string e curl ativadas. A extensão curl do PHP deve estar autorizada a enviar solicitações ao servidor de licenciamento.
A pasta "generator" só é necessária para criar e editar o painel de administração do Bootstrap.
Se o senhor usar um servidor local + um servidor remoto ("servidor de produção"): O senhor pode:
usar o gerador local para criar o painel de administração e, em seguida, fazer upload das pastas "admin" e "conf" para o servidor remoto.
criar o painel de administração diretamente do seu servidor de produção.
A segunda maneira é o método recomendado.
Se o senhor não usar um servidor local: Faça upload de todas as pastas necessárias e crie seu painel de administração CRUD diretamente do gerador remoto.
Carregue as pastas* necessárias em seu servidor, conforme descrito na seção"estrutura do pacote".
Se o usuário instalar o PHP CRUD Generator em uma subpasta
(em outras palavras, se as pastas admin, class, conf, generator, ... não estiverem na raiz do seu projeto), o senhor deve editar admin/.htaccess para evitar erros 404:
Abra o arquivo /admin/.htaccess em seu editor de código
adicione sua subpasta à RewriteRule. Por exemplo: RewriteRule . /sua-pasta/admin/index.php [QSA,L]
2Abra o instalador - install/index.php - em seu navegador. Se usar um servidor local + um servidor remoto, será necessário executar o instalador em ambos. Mais informações disponíveis na seção Instalação/Registro Será necessário inserir as configurações de conexão do banco de dados para o servidor local ou de produção + informações gerais essenciais.
3Agora tudo está pronto para gerar o painel de administração usando o CRUD Generator. Abra o gerador - generator/generator.php - no navegador.
Instalação/Registro
Se o senhor usar um servidor local + um servidor remoto, deverá executar o instalador em ambos.
O que o instalador faz?
O instalador:
Testa a compatibilidade de seu servidor (versão do PHP, módulos disponíveis, direitos brancos, etc.)
Testes e registro das credenciais de conexão do banco de dados
Verifica e registra sua licença
Cria uma tabela MySQL com suas configurações de licença
Se o senhor encontrar algum erro
Como acontece com qualquer programa PHP, o senhor pode encontrar problemas durante a instalação ou a inicialização. Isso não significa que o programa esteja quebrado, mas sim que o senhor precisa configurar seu servidor adequadamente para usá-lo.
Se isso acontecer:
Em primeiro lugar, verifique se seu servidor atende aos requisitos (versão do PHP, reescrita ativada, ...)
Não altere nada aqui, a menos que o senhor saiba o que está fazendo.
Configuração do USUÁRIO (Configurações gerais)
Esse arquivo contém algumas configurações globais que podem ser personalizadas
Para alterar essas configurações, abra o Generator em seu navegador e clique na guia Configuration (Configuração ).
Projeto
Nome do site
O nome do seu projeto exibido no cabeçalho do painel de administração.
Logotipo do administrador
O logotipo do seu projeto é exibido no cabeçalho do painel de administração.
Segurança
Bloquear o gerador
Permite bloquear/desbloquear o acesso ao gerador. Se o gerador estiver bloqueado, o acesso será protegido por uma página de identificação. O senhor precisará inserir seu e-mail e seu código de compra para acessá-la.
Depuração
Exibir os erros do banco de dados
Escolha "Yes" para exibir os detalhes quando uma consulta ao banco de dados encontrar um erro.
Simular e depurar
Se ativado, todas as consultas de inserção/atualização/exclusão serão simuladas (NÃO executadas) e os detalhes de todas as consultas ao banco de dados serão exibidos na tela.
Monitoramento de erros PHP
Ativar o monitoramento de PHP ERRORS
Escolha "Yes" para ativar o monitoramento de erros de PHP e receber um e-mail sempre que ocorrer um erro no painel de administração.
NÍVEL DE ERRO
Há 3 níveis de erro disponíveis: AVISO + AVISO + ERRO FATAL|DESCONHECIDO, AVISO + ERRO FATAL|DESCONHECIDO, ERRO FATAL|DESCONHECIDO.
E-mail
O(s) endereço(s) de e-mail para o(s) qual(is) o senhor deseja que os erros sejam postados.
Estilos
Tema de bootstrap
Selecione um dos muitos temas disponíveis na lista suspensa.
Estilo da barra de navegação
Estilo do menu de navegação superior do painel de administração.
Estilo da barra lateral
Estilo da barra lateral do painel de administração.
Classe CSS das colunas filtradas
No painel de administração, as colunas filtradas são marcadas com um estilo específico de sua escolha. Aqui o senhor pode inserir uma classe CSS do Bootstrap e ajustar a opacidade. Por exemplo: bg-danger bg-opacity-10
Estilo dos seletores de data e hora
Estilo dos seletores de data e hora ("Padrão" ou "Material Design").
Classe de botões padrão
Classe CSS do Bootstrap para os botões secundários do painel de administração. Por exemplo: text-bg-light
Fundo padrão dos títulos da tabela
Classe CSS do Bootstrap para os cabeçalhos da tabela do painel de administração. Por exemplo: text-bg-dark
Interface do usuário (UI)
Posição dos botões Admin ACTION
Escolha se deseja exibir os botões de edição de registros (visualizar/editar/excluir) à esquerda ou à direita nas listas READ do administrador.
Habilitar a capacidade de alterar estilos no painel de administração
Se ativado, cada usuário pode escolher o tema e as cores da barra de navegação, cujas preferências são armazenadas no navegador e não afetam os outros usuários.
Habilitar filtros
Quando um usuário do painel de administração define um filtro, ele pode ser aplicado imediatamente ou após um clique no botão "filter" (filtro), como o senhor desejar.
Recolher categorias inativas da barra lateral
Escolha se deseja que a barra lateral do administrador se comporte como um menu de acordeão ou se várias categorias podem permanecer desdobradas ao mesmo tempo.
Exibição de tabelas de dados
Escolha se deseja exibir os dados da tabela na parte visível da página com uma barra de rolagem interna ou em uma tabela de altura ilimitada usando a barra de rolagem do navegador.
Mostrar resultados da pesquisa
Mostrar os resultados da pesquisa todos na mesma página ou usar resultados paginados.
Restrição de senha para contas de novos usuários
Escolha o nível mínimo de segurança para as senhas de usuários administradores.
Configurações de idioma
Idioma
O idioma principal do painel de administração.
Tradução de data/hora para listas de administradores
Define o PHP Locale::setDefault para traduzir automaticamente as datas do PHP
Fuso horário
Seu fuso horário
Idioma dos seletores de data e hora
Os idiomas disponíveis estão localizados em class/phpformbuilder/plugins/pickadate/lib/compressed/translations/
Linguagem de validação de formulários em tempo real (JavaScript)
Os idiomas disponíveis estão localizados em class/phpformbuilder/plugins/formvalidation/js/locales
Linguagem de validação de formulário do lado do servidor (PHP)
Proteger o acesso ao Generator com uma página de login
Para proteger o acesso ao gerador:
Abra o Generator - generator/generator.php - em seu navegador
Abra a guia Configuration (Configuração )
Defina Lock the Generator (Bloquear o gerador ) como Yes (Sim)
Pronto - quando o senhor abrir o arquivo generator/generator.php no navegador. O senhor será redirecionado para a página de login. Digite seu e-mail de registro e o código de compra para fazer login.
Painel principal
Quando o senhor abre o CRUD Generator, o aplicativo lhe dá acesso a todos os seus principais recursos.
Escolha a tabela que deseja configurar e, em seguida, clique em um dos três botões disponíveis para criar ou editar sua Read List de administrador, Create/Update Forms ( Criar/Atualizar formulários) ou Delete Form ( Excluir formulário) para a tabela escolhida.
Nessa guia, o senhor pode definir tudo o que precisa para gerar a lista de leitura da tabela selecionada. Para obter mais informações, consulte este tutorial, que mostra passo a passo como criar as Read Lists de seu painel de administração.
Listas de filtros
Clique no botão"Add Filter" (Adicionar filtro) no formulário do gerador Read Lists (Listas de leitura) para adicionar um novo filtro.
Isso adicionará um novo filtro à sua lista.
O PHPCG oferece ao senhor dois tipos de filtros:
Filtros simples
O senhor só precisa escolher o campo a ser filtrado na lista suspensa.
Filtros avançados
Os filtros avançados são úteis:
se o senhor quiser exibir dois ou mais valores na lista suspensa do administrador. Por exemplo, o nome e o sobrenome são exibidos, e o valor filtrado é o ID.
se o senhor quiser filtrar valores de relações externas.
Para usar filtros avançados, é necessário inserir parâmetros de consulta com junções.
Um botão de ajuda está disponível para ajudá-lo a criar sua consulta, bem como um botão de visualização que permite visualizar a lista suspensa gerada e verificar sua validade.
O senhor pode escolher o tema Bootstrap e as cores da barra de navegação na guia Configuration (Configuração) do CRUD Generator.
Cada usuário do painel de administração pode então escolher individualmente, no painel de administração e de acordo com suas preferências, o tema e as cores de sua preferência, que serão aplicados somente em seu próprio navegador (armazenados como cookies).
Temas Bootstrap e CSS
Se o senhor é um desenvolvedor e usa o Gulp + SASS, os arquivos de origem estão disponíveis, prontos para uso e bem organizados:
Usuários doSASS: todos os códigos-fonte do SASS estão disponíveis
Abra o gerador em seu navegador e clique na guia"Authentication Module" (Módulo de autenticação).
O instalador criará as tabelas users e users_profiles
O senhor também terá que inserir as informações do administrador principal.
O administrador principal pode então gerenciar usuários e perfis no painel de administração.
Reinstalar/atualizar o módulo de autenticação do usuário administrador
Se o senhor adicionar algumas tabelas ao painel de administração depois de instalar o User Authentication Module, terá de atualizar a tabela users_profiles.
Para isso, o senhor tem duas possibilidades:
1 - reinstalar com o instalador automático
Desativar o módulo do gerador
Desinstalar o módulo do gerador
Exclua admin/secure/install/install.lock de seu servidor
Exclua a tabela"users" e a tabela"users_profiles" do seu banco de dados.
Reinicie o instalador e siga o processo
2 - Atualizar com uma consulta SQL simples
Quando o senhor instala/reinstala o módulo de autenticação, a tabela users_profiles usada pelo PHP CRUD Generator para gerenciar os direitos do usuário é modificada. Para cada tabela do seu banco de dados usada no painel de administração, são criados quatro campos:
read_table
update_table
create_delete_table
constraint_query_table
Em vez de usar o instalador automático, o senhor pode adicionar os quatro campos com uma simples consulta MySQL. O resultado será exatamente o mesmo que o do instalador.
Copie/cole a consulta abaixo em sua interface de gerenciamento de banco de dados (por exemplo, phpmyadmin) para adicionar os quatro campos à tabela users_profiles.
Substitua users_profiles pelo nome da tabela users_profiles, que pode ter um prefixo.
Substitua _table pelo nome da tabela que o senhor deseja adicionar ao módulo de autenticação.
ALTER TABLE `users_profiles`
ADD `r_table` BOOLEAN NOT NULL DEFAULT TRUE AFTER `profile_name`,
ADD `u_table` BOOLEAN NOT NULL DEFAULT TRUE AFTER `r_table`,
ADD `cd_table` BOOLEAN NOT NULL DEFAULT TRUE AFTER `u_table`,
ADD `cq_table` VARCHAR(255) NULL DEFAULT '' AFTER `cd_table`;
Protegido pelo módulo de autenticação de usuários e gerenciamento de direitos
Obter registros para preencher previamente o formulário
Crie e exiba o formulário, incluindo todos os plug-ins (dropdowns de seleção, seletores, uploaders, ...)
Validação de PHP
Atualizar os registros do banco de dados ou mostrar os erros se forem lançados valores errados
<?php
use phpformbuilder\Form;
use phpformbuilder\Validator\Validator;
use phpformbuilder\database\DB;
use common\Utils;
use secure\Secure;
include_once ADMIN_DIR . 'secure/class/secure/Secure.php';
$debug_content = '';
/* =============================================
validation if posted
============================================= */
if ($_SERVER["REQUEST_METHOD"] == "POST" && Form::testToken('form-edit-actor') === true) {
$validator = Form::validate('form-edit-actor', FORMVALIDATION_PHP_LANG);
$validator->required()->validate('first_name');
$validator->required()->validate('last_name');
$validator->required()->validate('last_update');
if (isset($_POST['last_update_submit'])) {
$validator->date()->validate('last_update_submit');
} else {
$validator->date()->validate('last_update');
}
// check for errors
if ($validator->hasErrors()) {
$_SESSION['errors']['form-edit-actor'] = $validator->getAllErrors();
} else {
require_once CLASS_DIR . 'phpformbuilder/database/db-connect.php';
require_once CLASS_DIR . 'phpformbuilder/database/DB.php';
$db = new DB(DEBUG);
$db->setDebugMode('register');
$values = array();
$values['first_name'] = $_POST['first_name'];
$values['last_name'] = $_POST['last_name'];
$values['last_update'] = $_POST['last_update'];
$where = $_SESSION['actor_editable_primary_keys'];
// begin transaction
$db->transactionBegin();
try {
// update actor
if (DEMO !== true && !$db->update('actor', $values, $where, DEBUG_DB_QUERIES)) {
$error = $db->error();
throw new \Exception($error);
} else {
// get records from film_actor
$film_actor_current_records = array();
// Array with film.film_id
$film_actor_records_to_add = array();
// Array with film_actor.actor_id
$film_actor_records_to_delete = array();
$from = 'film_actor';
$columns = array('film_id');
$where = array('actor_id' => $_SESSION['actor_editable_primary_keys']['actor.actor_id']);
$db->select($from, $columns, $where, array(), DEBUG_DB_QUERIES);
$db_count = $db->rowCount();
if (!empty($db_count)) {
while ($row = $db->fetch()) {
$film_actor_current_records[] = $row->film_id;
}
}
foreach ($_POST['ext_film'] as $film_value) {
if (!in_array($film_value, $film_actor_current_records)) {
$film_actor_records_to_add[] = $film_value;
}
}
foreach ($film_actor_current_records as $film_value) {
if (!in_array($film_value, $_POST['ext_film'])) {
$film_actor_records_to_delete[] = $film_value;
}
}
// insert records in film_actor
foreach ($film_actor_records_to_add as $value) {
$values = array();
$values['actor_id'] = $_SESSION['actor_editable_primary_keys']['actor.actor_id'];
$values['film_id'] = $value;
if (DEMO !== true && $db->insert('film_actor', $values, DEBUG_DB_QUERIES) === false) {
$error = $db->error();
throw new \Exception($error);
}
}
// delete records from film_actor
foreach ($film_actor_records_to_delete as $film_id_value) {
$where = array();
$where['actor_id'] = $_SESSION['actor_editable_primary_keys']['actor.actor_id'];
$where['film_id'] = $film_id_value;
if (DEMO !== true && !$db->delete('film_actor', $where, DEBUG_DB_QUERIES)) {
$error = $db->error();
throw new \Exception($error);
}
}
// ALL OK
if (!DEBUG_DB_QUERIES) {
$db->transactionCommit();
$_SESSION['msg'] = Utils::alert(UPDATE_SUCCESS_MESSAGE, 'alert-success has-icon');
// reset form values
Form::clear('form-edit-actor');
// redirect to list page
if (isset($_SESSION['active_list_url'])) {
header('Location:' . $_SESSION['active_list_url']);
} else {
header('Location:' . ADMIN_URL . 'actor');
}
// if we don't exit here, $_SESSION['msg'] will be unset
exit();
} else {
$debug_content .= $db->getDebugContent();
$db->transactionRollback();
$_SESSION['msg'] = Utils::alert(UPDATE_SUCCESS_MESSAGE . '<br>(' . DEBUG_DB_QUERIES_ENABLED . ')', 'alert-success has-icon');
}
}
} catch (\Exception $e) {
$db->transactionRollback();
$msg_content = DB_ERROR;
if (DEBUG) {
$msg_content .= '<br>' . $e->getMessage() . '<br>' . $db->getLastSql();
}
$_SESSION['msg'] = Utils::alert($msg_content, 'alert-danger has-icon');
}
} // END else
} // END if POST
// register editable primary keys, which are NOT posted and will be the query update filter
// $params come from data-forms.php
// replace 'fieldname' with 'table.fieldname' to avoid ambigous query
$where_params = array_combine(
array_map(function ($k) {
return 'actor.' . $k;
}, array_keys($params)),
$params
);
$_SESSION['actor_editable_primary_keys'] = $where_params;
if (!isset($_SESSION['errors']['form-edit-actor']) || empty($_SESSION['errors']['form-edit-actor'])) { // If no error registered
$from = 'actor';
$columns = '*';
$where = $_SESSION['actor_editable_primary_keys'];
// if restricted rights
if (ADMIN_LOCKED === true && Secure::canUpdateRestricted('actor')) {
$where = array_merge($where, Secure::getRestrictionQuery('actor'));
}
$db = new DB(DEBUG);
$db->setDebugMode('register');
$db->select($from, $columns, $where, array(), DEBUG_DB_QUERIES);
if ($db->rowCount() < 1) {
if (DEBUG) {
exit($db->getLastSql() . ' : No Record Found');
} else {
exit('No Record Found');
}
}
if (DEBUG_DB_QUERIES) {
$debug_content .= $db->getDebugContent();
}
$row = $db->fetch();
$_SESSION['form-edit-actor']['actor_id'] = $row->actor_id;
$_SESSION['form-edit-actor']['first_name'] = $row->first_name;
$_SESSION['form-edit-actor']['last_name'] = $row->last_name;
$_SESSION['form-edit-actor']['last_update'] = date('Y-m-d H:i');
}
$_SESSION['form-edit-actor']['ext_film'] = array();
$from = 'film_actor';
$columns = array('film_id');
$where = array('actor_id' => $_SESSION['actor_editable_primary_keys']['actor.actor_id']);
$db = new DB();
$db->select($from, $columns, $where, array(), DEBUG_DB_QUERIES);
if (DEBUG_DB_QUERIES) {
$debug_content .= $db->getDebugContent();
}
$db_count = $db->rowCount();
if (!empty($db_count)) {
while ($row = $db->fetch()) {
$_SESSION['form-edit-actor']['ext_film'][] = $row->film_id;
}
}
// $params come from data-forms.php
$pk_url_params = http_build_query($params, '', '/');
$form = new Form('form-edit-actor', 'horizontal', 'novalidate');
$form->setAction(ADMIN_URL . 'actor/edit/' . $pk_url_params);
$form->startFieldset();
// actor_id --
$form->setCols(2, 10);
$form->addInput('hidden', 'actor_id', '');
// first_name --
$form->setCols(2, 10);
$form->addInput('text', 'first_name', '', 'First Name', 'required');
// last_name --
$form->addInput('text', 'last_name', '', 'Last Name', 'required');
// last_update --
$form->addInput('hidden', 'last_update', date('Y-m-d H:i'));
// external relation: actor => film_actor => film;
$from = 'film';
$columns = 'title, film_id';
$where = false;
$extras = array(
'select_distinct' => true
);
$db = new DB();
$db->select($from, $columns, $where, $extras, DEBUG_DB_QUERIES);
if (DEBUG_DB_QUERIES) {
$debug_content .= $db->getDebugContent();
}
$db_count = $db->rowCount();
if (!empty($db_count)) {
$values = array();
$display_values = array();
while ($row = $db->fetch()) {
$values[] = $row->film_id;
$display_values[] = $row->title;
}
for ($i=0; $i < $db_count; $i++) {
$form->addOption('ext_film[]', $values[$i], $display_values[$i]);
}
$form->addSelect('ext_film[]', 'Film', 'data-slimselect=true, multiple, data-close-on-select=false');
}
$form->addBtn('button', 'cancel', 0, '<i class="' . ICON_BACK . ' prepend"></i>' . CANCEL, 'class=btn btn-warning, data-ladda-button=true, data-style=zoom-in, onclick=history.go(-1)', 'btn-group');
$form->addBtn('submit', 'submit-btn', 1, SUBMIT . '<i class="' . ICON_CHECKMARK . ' append"></i>', 'class=btn btn-success, data-ladda-button=true, data-style=zoom-in', 'btn-group');
$form->setCols(0, 12);
$form->centerContent();
$form->printBtnGroup('btn-group');
$form->endFieldset();
$form->addPlugin('pretty-checkbox', '#form-edit-actor');
$form->addPlugin('formvalidation', '#form-edit-actor', 'default', array('language' => FORMVALIDATION_JAVASCRIPT_LANG));
Personalização para usuários avançados
Se a estrutura do seu banco de dados mudar ao longo do caminho, o PHPCG poderá reconstruir os dados e permitir que o senhor gere novamente as páginas CRUD correspondentes.
Ao gerar as páginas do painel de administração, o PHPCRUD mantém automaticamente um backup da versão anterior.
A ferramenta de comparação de arquivos integrada ao gerador permite que o senhor compare lado a lado a sua versão atual com a anterior e mescle-as escolhendo os blocos de código a serem mantidos.
Assim, as personalizações da administração podem ser mantidas durante as mudanças de versão/estrutura.
Atualizar instruções
As atualizações são automáticas.
Quando uma nova versão for lançada, o senhor verá a mensagem "New PHP CRUD GENERATOR version is available" (Nova versão do PHP CRUD GENERATOR está disponível) em /generator/generator.php e só precisará clicar no botão "Install" (Instalar).
O número de sua versão está disponível em /conf/conf.php (VERSION)
Atualização da versão 1.x para a 2.x
A versão 2 é uma atualização importante. Portanto, não é possível fazer upgrade da versão 1.
A solução é, portanto, instalar a versão 2 e reconfigurar o painel de administração a partir daí.
Idiomas/Tradução (I18n)
O PHP CRUD Generator e o painel de administração Bootstrap gerado são totalmente multilíngues.
Para traduzir para seu próprio idioma:
Duplique admin/i18n/en.php e renomeie-o para seu próprio idioma.
Faça as traduções dentro do arquivo que o senhor criou(admin/i18n/[your-language].php)
Abra o arquivo conf/user-conf.php e substitua define('LANG', 'en'); pelo nome de arquivo que o senhor usou anteriormente.
Verifique class/phpformbuilder/plugins/select2/dist/js/i18n/[your-language].js e crie-o se ele não existir.
O senhor pode nos enviar sua tradução. Ela será útil para outros usuários.
Criador de formulários PHP
OPHP Form Builder está incluído no pacote e o senhor pode usá-lo sem restrições no mesmo domínio do seu CRUD.
Isso significa que o senhor pode criar qualquer formulário que desejar em seu site/projeto e usar os plug-ins e as funcionalidades integrados.
Para usar o PHP Form Builder em seu projeto, crie um arquivo PHP no qual deseja adicionar um formulário ou abra qualquer arquivo php existente e, em seguida, adicione esse código no início dele:
Em seguida, o senhor pode criar seus formulários. A documentação está disponível no site oficial: https://www.phpformbuilder.pro
Modelos e construtor de formulários de arrastar e soltar
O Form Builder de arrastar e soltar e os modelos de formulário não estão incluídos no pacote do PHP CRUD Generator. Isso não é uma restrição, mas simplesmente porque eles estão disponíveis on-line e a maioria dos usuários não precisa deles, reduzindo assim o peso do pacote PHPCG.
Se o senhor quiser fazer o download, eles estão disponíveis aqui:
O arquivo ZIP contém dois diretórios: drag-n-drop-form-builder e templates
Construtor de formulários de arrastar e soltar
Coloque o diretório drag-n-drop-form-builder dentro da pasta class, ao lado da pasta phpformbuilder. Em seguida, o senhor pode abrir /class/drag-n-drop-form-builder/index.html no navegador e começar a criar os formulários.
Quando o senhor obtiver os códigos de formulários gerados pela ferramenta de arrastar e soltar, não se esqueça de sempre adicionar manualmente o código específico do CRUD Generator (conforme explicado acima):
Coloque o diretório drag-n-drop-form-builder dentro da pasta class, ao lado da pasta phpformbuilder. Em seguida, o senhor pode abrir /class/drag-n-drop-form-builder/index.html no navegador e começar a criar os formulários.
O diretório de modelos pode estar em qualquer lugar do seu servidor, independentemente da pasta em que estiver, os modelos funcionarão bem.
Fontes e créditos
Muito obrigado aos autores por seu excelente trabalho
Após qualquer atualização, feche e reabra o navegador para limpar o PHP SESSION
versão 2.3.5 (20/12/2023)
Improvements:
- improve Spanish translations
Bug Fix:
- fix "|raw" apprearing in the list's tables headers"
- fix quotes escaping in the forms help texts
versão 2.3.4 (20/11/2023)
Bug Fix:
- fix a weird error with the error_log function call in DB class
- fix error with the Spanish translation
versão 2.3.3 (20/11/2023)
New Features:
- Add PHP Errors Monitoring with email sending. Available in the generator's configuration tab.
Improvements:
- lint code with SonarLint + PHP 8.2, remove all php deprecated and warning messages
Bug Fix:
- fix a bug with "update" queries using the same fieldname in both values and where clause
versão 2.3.2 (20/10/2023)
Improvements:
- add SQL group_by clause in DB->select() '$extras' argument
- ability to use HTML code for field titles
Bug Fix:
- the custom fieldnames are now properly displayed in the single records views
- fix image field addons display in the generator forms
- fix admin infinite loading bug in Firefox due to an internal Pace loader bug (https://github.com/CodeByZach/pace/issues/510)
versão 2.3.1 (20/04/2023)
Bug Fix:
- fix the file comparison tab not showing the tool
- fix the broken date pickers translations
versão 2.3 (20/03/2023)
Improvements:
- fix wrong links & images in the documentation
- database insert now returns the last insert id if supported by the db driver
Bug Fix:
- fix plugins_path in class/Form.php (PHP Form Builder) when the plugins folder URL is set with $form->setPluginsUrl()
- repair the database getLastInsertId() function
- remove PHP warning with Secure class when passing NULL to the constraint query
- fix floating values that were converted to int with input[type="number"]
- fix query error with empty filters
- fix a warning in admin forms with some special restriction queries
- fix error when sorting fields from relational tables
- fix Deprecated error in class.fileuploader.php
versão 2.2 (20/02/2023)
Improvements:
- remove the search box in the Edit in place's boolean selects
Bug Fix:
- fix non-working Generator lock
- fix error on cascade delete - please regenerate your delete forms if they use cascade deletion to get them working properly.
versão 2.1 (01/2023)
Improvements:
- authentication module installer will keep the multiselect opened when choosing the admin tables
- update the wordcharcount plugin to set the default maxWords to -1 (= infinity)
Bug Fix:
- fix a wrong query in create/update forms on external tables
- fix tinymce theme in class/phpformbuilder/plugins-config-custom/tinymce.xml
versão 2.0.1 (01/2023)
Improvements:
- enable of the auto-update system for the package's version 2
Bug Fix:
- fix filters inappropriate error message when the filter data contains null values
versão 2.0 (01/2023)
New Features:
- switch from Mysqli to PDO with prepared queries
- Oracle database support
- PostgreSQL database support
- Firebird database support
- upgrade to Bootstrap 5
- upgrade Bootswatch themes
- add the SCSS source files to the package
- rewrite the color palette and make use of the Bootstrap 5 color contrast utilities (.text-bg-xxx)
- replace PHP Form Builder by the latest version
- add 'Display the database errors' and 'Simulate and debug' options to the generator's general settings for easy database debugging.
- add an option to the generator's general settings to display the data tables in the viewport with or without a vertical scrollbar.
- highly improve the debugging system, which now can show all the queries (including Ajax requests), PDO parameters and performances using the 'Simulate and debug' option.
- add the ability to set a custom CSS class for the filtered columns in the admin READ
Improvements:
- auto-highlight filtered columns in the admin READ lists and remove the "Column number" setting in the generator "advanced filters" settings
- the generator's advanced filters test tool now analyzes the queries and display an explicit error message when a field are missing from the query.
- optimisation of the CRUD Generator forms and tools for more efficient loading
- complete redesign of the generator and admin dashboard User Interface (UI)
versão 1.29 (20/08/2022)
Improvements:
- add an error message with a link to the documentation when a user opens a READ lists in the admin with the authentication module enabled and the table not registered inside it.
Bug Fix:
- fix an error with external fields multiple checkboxes
versão 1.28 (20/07/2022)
New Features:
- Display of values from secondary relationships.
E.g: address.city_id -> city.country_id -> country.name
PHPCG now can show the country name straight from the address READ list and forms.
- Add capability to load the select options dynamically in Ajax from the database in the admin forms
Improvements:
- add 'json' in database fields types
- update and improve the file comparison tool
- test Apache FollowSymLinks + admin 404 errors in the installer and return the appropriate help messages
versão 1.27 (20/06/2022)
Improvements:
- the installer will now show a clear message if the database connection is successful but no table is found, instead of showing a connection failure message.
Bug Fix:
- fix a missing translation in Italian
- fix a missing parenthesis in generator/generator-templates/form-edit-template.php
versão 1.26 (20/05/2022)
Bug Fix:
- fix a missing parenthesis in generator/generator-templates/form-create-template.php
versão 1.25 (20/05/2022)
Improvements:
- PHPCG will now preselect the current values in READ lists live-edit's select dropdowns
- the Live edit in admin READ lists will now show the values of the relational table instead after editing
- fix PHP warning with mysqli_free_result, boolean and null values & PHP 8.1
- add a loading indicator when loading Live Edit forms from the READ lists
Bug Fix:
- set mysqli_report to MYSQLI_REPORT_OFF during the installation to make sure that mysqli_query will not throw a warning when a query fails (which is normal when we test if a table exist for instance, the query returns false);
- fix all the errors in the generator with PHP8 and the count() function when some fields have been deleted from the database
- fix broken queries due to a regex that didn't include table/field names with a number in admin/class/crud/ElementFilters
- fix PHP Warning with Ajax filters in the admin dashboard
- escape JSON values in Live edit select dropdowns
versão 1.24 (20/02/2022)
Improvements:
- add a warning to the installer if the install folder is not at the root of the project
- add the same warning to the Quick Start Guide
versão 1.23 (11/2021)
Improvements:
- update the TWIG engine to 3.3.4
- add a "Select" type in the READ list generator to prevent the CREATE/UPDATE form from reverting to "text" when rebuilding the READ list
- add a message in the installer to warn users if their url has uppercase characters (uppercase are not valid and cause problems).
Bug Fix:
- replace a php arrow function call in ElementsFilters.php for php <7.4 compatibility
versão 1.22 (10/2021)
Improvements:
- load the Codecanyon package images in documentation/index.html from local assets instead of Cloudinary CDN, which was not authorized for external hostnames
Bug Fix:
- fix a sql error caused by Secure users rights (Secure::getRestrictionQuery() returning a single space instead of an empty value)
- the Date Range filters now remove the NULL values to detect the minimum / maximum available dates for filter
- fix filter error with invalid JSON values in database in latest MySQL versions
- fix missing images in the documentation on users localhost.
- fix the admin search engine for relational fields with 2 values
versão 1.21 (20/08/2021)
Bug Fix:
- the PHP integer validator will now accept null values
- In the generator - custom validation: removing a validator will now work as expected instead of always removing the last validation rule.
versão 1.20 (20/07/2021)
New Features:
- Add a new option in the generator that allows to choose the target (intermediate or final table) of the add/edit/delete buttons for relational tables
Bug Fix:
- fix error in Material Datepicker months (error coming from the original plugin)
- fix missing ACTION header in the admin lists when the action buttons are on the right and bulk check is disabled
versão 1.19 (20/04/2021)
Improvements:
- update the admin css to align the nested tables vertically on top
Bug Fix:
- fix broken boolean filters in the admin panel
- fix php warnings in the generator with validation auto + INT fields + MySQL v8
- restore the "add new" button for nested tables (external relations) in the admin dashboard READ lists
- fix paginated search results urls in the admin dashboard
- fix wrong links from READ lists nested tables to their edit/delete form if the nested table name contains underscores
versão 1.18 (20/03/2021)
New Features:
- PHPCG now accepts PHP 8
Improvements:
- choice of the name of the license table during the installation process
- improve php version checking during the installation process
- update the Tinymce responsive filemanager plugin to the latest version - only in the Codecanyon package, not in the auto-update to avoid breaking customized code from users.
- improve code standards for PHP 8 compatibility
Bug Fix:
- fix issues with boolean values storage in the generator
- remove PHP warning with Ajax filters loading
- remove PHP warnings in the generator about missing relations
- fix weird field types returned by MySQL, e.g., "smallint unsigned" instead of "smallint", which is the official valid field type
versão 1.17 (20/03/2021)
- quickly unreleased because of unexpected bugs
versão 1.16 (20/02/2021)
New Features:
Improvements:
Bug Fix:
- fix wrong behavior of the admin delete forms when no option or "no" is selected due to a previous update
- solve assets urls issues in the main index.html and the documentation
versão 1.15 (12/2020)
New Features:
- add a new 'html' field type in the generator to show the HTML content in the admin lists instead of HTML code when the fields contain HTML
- auto enable textarea + tinyMce in the generator for HTML fields
Improvements:
- add $mail->Sender in Form.php for PHPMailer to improve email deliverability
- edit the Fileuploader PHP image upload script to crop the images AFTER resizing
- (the original behavior that center-crops the original image is still available in the file code comments)
- add a default empty value in the admin forms select, radio & checkbox when the field is not required
Bug Fix:
- validator now validates integers with leading zeros (PHP :: Bug #43372)
- fix wrong ajax POST url in the admin search with paginated results
- fix textarea custom heights in CREATE forms
versão 1.14 (11/2020)
New Features:
- add field height option for textarea in the generator
Improvements:
- Accept NULL date / time instead of registering the default '1970-01-01 00:00' timestamp in database
- sanitize directory separator in class/Form.php to avoid wrong plugins url detection on server with inconsistent $_SERVER['SCRIPT_NAME'] and $_SERVER['SCRIPT_FILENAME'] values
- show tinymce and word char count in the generator only for textarea
Bug Fix:
- remove php warning when posting a delete form without choosing yes/no
versão 1.13.3 (20/11/2020)
Improvements:
- improve scrolling behavior in admin nested tables show / hide
Bug Fix:
- fix non-working nested tables show / hide due to the new OverlayScrollbars plugin
versão 1.13.2 (11/2020)
Bug Fix:
- replace the deprecated admin table scrollbar plugin broken by the latest jQuery with the great new OverlayScrollbars plugin
versão 1.13.1 (20/11/2020)
New Features:
- new tutorial to customize the admin Home page: https://www.phpcrudgenerator.com/tutorials/how-to-customize-the-bootstrap-admin-homepage
- add documentation to update the Authentication Module with a simple SQL query instead of reinstalling from scratch:
https://www.phpcrudgenerator.com/documentation/index#admin-user-authentication-module
Bug Fix:
- fix a bug in the General Settings Form due to the previous update
versão 1.13 (11/2020)
Bug Fix:
- update jQuery to 3.5.1 due to a recent browser bug that prevented the generator forms to submit (nothing happened after clicking the submit button)
versão 1.12 (11/2020)
Bug Fix:
- prefill the generator create/update form properly with TinyMce and character counter options & values
- remove php warning when installing the authentication module
- move the generator scripts to the <head> part to avoid jQuery not loaded error in some special circumstances
- change the target table in READ lists nested tables EDIT buttons to the end relationnal table instead of intermediate
- edit class/Utils/isValidTimeStamp function to return true with number entry as well as string
versão 1.11 (20/09/2020)
Improvements:
- trim $url in CrudTwigExtension::ifRemoteFileExists($url) - vendor/twig/twig/src/Extension/CrudTwigExtension.php
- replace "url" property in object classes with "item_url" to avoid conflicts with database fields named "url"
Bug Fix:
- fix php Notice when building single record READ lists
- add empty default value in create / update forms for fields that get their values from a table when no record exist
- fix the filtered columns overlay colored by colorColumns in the admin READ lists
- fix wrong default dates / times in UPDATE forms with the pickadate & material date/time pickers hidden fields
- fix date value with date pickers when a form is posted with errors
- fix the index of the colored columns in READ lists when some filters are active with bulk delete enabled and admin action buttons are on the left
versão 1.10 (20/06/2020)
Improvements:
- add "open url button" link to the documentation in the generator
- better date & time formats management with the material datepicker plugin
(rebuild your create/update forms if you want to benefit from these changes)
Bug Fix:
- fix date and time custom formats with translations in the create / edit forms
- add missing session_start() in ajax bulk delete forms
versão 1.9 (20/06/2020)
New Features:
- add Bulk Delete capabilities to the admin dashboard's data lists
- add date range picker filter to the generator filters options + the admin dashboard's data lists
- add "Default field for search" option to the generator
Improvements:
- improve the generator design consistency
- improve root path detection for servers with inconsistent directory separators
- collapse admin inactive sidebar categories on categorie click
Bug Fix:
- fix Ajax filter results when the result options use 2 field names
versão 1.8 (20/05/2020)
Improvements:
- add timezone to the generator general settings
- update PHP Form Builder to the latest version (4.4)
- upgrade Twig to Twig 3.0 and others vendor libraries for PHP 7.4.x compatibility
- add php DOM extension test in the installer's server capabilities tests
- add a clear error message with a link to the help center on root path detection failure
- add a loading indicator to the auto-updater
Bug Fix:
- fix wrong urls in admin forms when moving the admin files from localhost to the production server
- fix the missing relational values in the exported data
- fix admin login failure after reinstalling the authentication module with changing the user table name
- replace the double quotes with single quotes in the generator delete form template main query
versão 1.7.7 (20/04/2020)
Bug Fix:
- fix stupid ROOT path error with subfolder installations due to the previous update
versão 1.7.6 (20/04/2020)
Improvements:
- add a server test file in the install folder to debug paths & urls
- auto-apply ORDER BY changes from the generator to the admin panel without clearing PHP session
- update ElementFilters to allow simple quotes in advanced filters
Bug Fix:
- fix ROOT path with server alias
versão 1.7.5 (20/04/2020)
New Features:
- add an "Ajax loading" option in the generator READ Lists filters (default: false)
Hint: Enable Ajax loading on all the tables that contain a lot of records
This new option allows to load the filters options on demand and will GREATLY improve the loading speed
- add ORDER BY in the generator READ List main settings
- add website search to https://www.phpcrudgenerator.com documentation, tutorials & help center
- add default skin loader for each Bootstrap admin theme CSS in the general settings form
- add the item name in the admin header h1
- add a footer template for admin READ lists (admin/templates/footer.html)
Improvements:
- cleaner generator design
- add instructions to solve 404 errors on some servers (lightspeed) in the help center + admin/.htaccess
- various minor optimizations
Bug Fix:
- fix Tinymce's Responsive file manager url
- edit the cUrl test file in install/
versão 1.7.4 (12/2019)
New Features:
- new setting available to choose to show search results in all on the same page or in a paginated list
IMPORTANT: regenerate your READ lists from the generator if you want the paginated search results
or your paginated results will lead to 404 NOT FOUND
Bug Fix:
- fix nested table records in READ lists with only the primary key displayed
- fix the "add new" button link (previously to 404) in READ lists nested tables with page > 1
- the generator delete form now sets the correct stored options for external tables records
versão 1.7.3 (12/2019)
New Features:
- add an "Advanced" section in the tutorials with a new "Date and Time formats management logic tutorial
Bug Fix:
- fix wrong date / time formats in admin READ lists for servers without PHP intl extension in some random cases depending on the chosen format
- fix date / time format dropdown helpers in the generator
versão 1.7.2 (11/2019)
Improvements:
- add Czech translation
- improve documentation
Bug Fix:
- fix PHP warnings with forms & array values
- fix error in general settings form when no logo is registered
- fix filters query with number values & MySQL 5.7+
- fix error in the Italian translation
- fix PHP warning caused by primary keys aliases in the admin READ lists external relations
versão 1.7.1 (08/2019)
Bug Fix:
- Fix the Admin Dropdown Search field cross-browser compatibility
(rebuild your lists to apply)
versão 1.7 (08/2019)
New Features:
- New live search with Ajax Autocomplete for Bootstrap Admin Panel READ lists
(rebuild your lists to apply)
Improvements:
- Update Material Pickers for compatibility
versão 1.6.1 (07/2019)
New Features:
- Admin filters now can deal with JSON array values (select multiple, checkboxes)
- New PHP CRUD Generator Tutorials channel on Youtube
Improvements:
- Array values from database now displayed as comma-separated values instead of raw JSON
- improve the online Documentation & Tutorials
Bug Fix:
- Rewrite code to limit users rights to their own records
(rebuild your lists / forms to apply)
Improvements:
- The General Settings form in the generator now allows to change the Bootstrap admin main body class
Bug Fix:
- the installer was broken by the previous changes. Solved now.
- Edit in place is no more available in Admin READ lists for users with insufficient rights
- the broken "enable/disable" authentication module in the Generator now works again
versão 1.5.5 (06/2019)
New Features:
- The date & Time pickers languages can now be defined in the General Settings form
- You can now choose the style of the Bootstrap admin date & Time pickers
(default | Material Design)
- New Italian translation - Many thanks to Alberto
versão 1.5.4 (06/2019)
New Features:
- New General Settings form available in the Generator
- The action buttons of the Bootstrap Admin panel can now be on the left or right of the table
- The filters of the Bootstrap Admin panel can now be triggered automatically when selected
- You can change the site title and admin logo using the General Settings form
- You can change the admin language using the General Settings form
- You can change the admin skin using the General Settings form
Improvements:
- Show custom table names in Admin READ lists nested tables
Bug Fix:
- The Validation button in the Generator should now never overlap the forms
versão 1.5.3 (06/2019)
New Features:
- Action buttons in the admin panel can now be displayed in the
1st column of the admin READ lists
Improvements:
- Responsive & others in admin CSS
Bug Fix:
- datepicker plugin
- files & images upload
- tooltips
(these bugs were due to the previous update with latest PHP Form Builder)
New Features:
- replace PHP Form Builder with the latest version 4.2.1
Improvements:
- Admin Panel Fast Loading optimization with the new LoadJS features
- PHP CRUD Fast Loading optimization with the new LoadJS features
- rewrite queries for admin restricted users rights
- upgrade Bootstrap to the latest version 4.3.1
- minor various others improvements
versão 1.4.9 (05/2019)
New Features:
- add new Export features (print - current view - all records) in admin READ lists
versão 1.4.8 (02/2019)
New Features:
Improvements:
- add (very) strong protection for fileuploader plugin uploads
Bug Fix:
- remove some PHP warnings
- solved admin sidebar duplicate items issue
versão 1.4.7 (02/2019)
Bug Fix:
- fix navbar issue with empty icons
versão 1.4.6 (02/2019)
New Features:
- New "array" field type in generator for checkboxes & select multiple values
will show JSON decoded values in the READ lists
Improvements:
- better admin navbar content management ("Organize Navbar")
- improve array values management in the generator
Bug Fix:
- fix non-working select multiple with "set" & "enum" field types
- fix changelog url in auto-update success message
versão 1.4.5 (02/2019)
New Features:
- License system now accepts domain with multiple extensions
e.g., domain.com, domain.eu, domain.co.uk are all valid with the same license.
- New button in the Generator to reload fresh database structure
(When you add or remove tables)
Improvements:
Bug Fix:
- admin filters now accept zero values
- fix queries in admin lists on external tables with direct relation (no intermediate table)
versão 1.4.4 (02/2019)
New Features:
- external records from relational tables can now be managed
from the READ LISTS & the CREATE/UPDATE forms (!)
- add self-referential foreign keys management
- tables can now be removed/re-enabled from the admin navbar
- add Spanish admin translation (Thanks to Sergio)
Improvements:
- export buttons (csv/xls[x]) now export the exact filtered list items
- align single fields on the left in admin panels
Bug Fix:
- remove phone validation in auth. module installer
- logout from generator/generator.php now does its job as intended
- upgrade PHPMailer to latest 6.0.6 to fix PHP 7.3 warnings
versão 1.4.3 (12/2018)
Bug Fix:
- fix inverted label & value in form CREATE/EDIT templates
- protect relation tables SELECT queries in form CREATE/EDIT templates
versão 1.4.2 (10/2018)
New Features:
- new "Add New" button in admin READ lists on external nested tables even if no record
Improvements:
- ADMIN panel: register URL query parameters in $_GET (Altorouter ROUTES doesn't deal with these).
- the ADMIN ADD & UPDATE forms now redirect to the correct list if we come from a nested table (external relation)
- move date_default_timezone_set from conf/conf.php to conf/user-conf.php
- add Help & instructions for Microsoft IIS & NGINX servers
Bug Fix:
- "Add New" button in admin READ lists now always targets the right CREATE form
even if there's several external nested tables in the list.
- Fix several warnings & minor issues
versão 1.4.1 (10/2018)
New Features:
- add "Add New", "Edit" & "Delete" buttons in READ Lists nested tables for external tables records
Improvements:
- add compatibility for date & time without PHP intl extension
Bug Fix:
- definitely fix the Apache mod_security error on the install process with some misconfigured servers
versão 1.4 (10/2018)
Aviso: Se as listas READ do administrador tiverem campos de data ou data e hora, abra os modelos correspondentes em /admin/templates, localize as funções toDate(...) e substitua o formato PHP de data pelo formato de data correspondente da UTI.
New Features:
- PHPCG includes now the complete latest PHP Form Builder version with all its features & plugins.
- Add the online knowledge base with numerous tutorials & videos
Improvements:
- improve date & time translations management - https://www.phpcrudgenerator.com/tutorials/how-to-translate-dates-times-in-admin-panel
- add full date & time translation in admin lists & forms
- change admin form action from absolute url to root relative url
- add install/curl-test.php to help with CURL debbuging
Bug Fix:
- the generator now retrieves the correct stored values to be displayed in READ lists for the external fields
- get the correct time value in admin edit forms with datetime fields
- solve plugins URL detection with paths containing uppercase letters
versão 1.3.2 (08/2018)
Improvements:
- dates edit in place now get the current field value
- image now crop from the center
Bug Fix:
- fix missing fields in update forms due to previous update error
- fix admin lists bug with fields having uppercase characters
- fix admin edit in place with dates & uppercase table name
versão 1.3.1 (08/2018)
Improvements:
Bug Fix:
- fix Generator form create profiles
versão 1.3 (08/2018)
Notes:
- After this update you may have to reinstall the user authentication module from the Generator page.
Improvements:
- update server-side validation functions to accept empty values,
except for the validators whose internal logic make values required.
Details available here: https://www.phpformbuilder.pro/documentation/class-doc.php#php-validation-methods
- the User Authentication Module now keeps the users & users profiles tables and records when uninstalling.
- the User Authentication Module can now be reinstalled even if the users & users profiles table exist
- improve user profiles management and rights limitations
- the users rights changes now take effect without clearing the session
- the admin sidebar doesn't show empty categories anymore
- the only required fields in users table are now name, firstname, profile ID, email, pass & active
(takes effect on new User Authentication Module installs only)
- add simulate property to Generator.php to simulate when we reset a table structure from generator
- remove several warnings & improve various feedback messages
Bug Fix:
- solve problem with updates & SSL errors on misconfigured servers
versão 1.2.4 (07/2018)
Notes:
- After this update you may have to reinstall the user authentication module from the Generator page.
Improvements:
- set default empty value for passwords in UPDATE FORMS
Bug Fix:
- solve CREATE/UPDATE forms generation with custom validation
- solve READ LISTS generation with advanced filders
- solve image path in admin when the field thumbs are not enabled
- remove password validation in UPDATE FORMS if posted value is empty
- correct select values count in generator CREATE/UPDATE forms with custom values
- solve error 500 when adding new users
versão 1.2.3 (07/2018)
New Features:
- add an uninstallation process
- add a login module for the generator on the production server
- primary key management in admin forms
Improvements:
- remove the "select database" form in generator & auto select the correct database
- add warnings for non-standard tables & field names (hyphenated)
- improve password fields management in CREATE/UPDATE forms:
better password encryption with Secure class
password are now automatically optional on update forms with an helper text: "Leave blank to keep the current password"
- turn fileuploader debug on for CREATE/UPDATE forms
- improve documentation
- improve auto-validation detection according to forms & database field types
Bug Fix:
- revert Twig template engine to version 1.35.4 to preserve PHP < 7.0 compatibility
- regenerate css & js combined plugin files for CREATE/UPDATE forms when the forms are edited with the generator
- fix generator which failed to validate when custom validators were selected while generating the CREATE/UPDATE forms
- fix password encryption when changes are made in CREATE/UPDATE users table
versão 1.2.2 (07/2018)
Improvements:
- add user-conf file to avoid breaking user custom settings with updates
- move the install folder outside the generator folder.
- improve the updater script
- improve url & path management
Bug Fix:
- fix server issues in some special configurations
versão 1.2.1 (07/2018)
Aviso: se o módulo de autenticação não estiver ativado, após a atualização, abra php-crud-generator/conf/admin-lock.php e defina ADMIN_LOCKED como false.
Improvements:
- move ADMIN_LOCKED and ADMIN_LOGO to separate files for easier updates
Bug Fix:
- fix several minor bugs