simple-crud
simple-crud copied to clipboard
PHP library to provide magic CRUD in MySQL/Sqlite databases with zero configuration
Hello, I was wondering how to make a SELECT query with specific fields. I mean how can I do something like this: `SELECT field1, field2 FROM table;` Thank you for...
Estou inserindo dados na tabela. mais o registro inserido fica duas vezes $id = $db->noticias_categorias ->insert() ->data([ 'titulo' => 'titulo_teste ', ]); ----- ROW 1-- 33 titulo_teste ---- ROW 2...
Related with #13 Example: ```php $post->relate($comment, $category, $user); ```
$db->cron_time->getOrCreate(['name' => 'product']); value not inserted in database