simple-crud icon indicating copy to clipboard operation
simple-crud copied to clipboard

PHP library to provide magic CRUD in MySQL/Sqlite databases with zero configuration

Results 5 simple-crud issues
Sort by recently updated
recently updated
newest added

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...

How to implement? Some ideas?

enhancement

Related with #13 Example: ```php $post->relate($comment, $category, $user); ```

$db->cron_time->getOrCreate(['name' => 'product']); value not inserted in database