php-crud-admin icon indicating copy to clipboard operation
php-crud-admin copied to clipboard

A database admin interface for MySQL, PostgreSQL or SQL Server in a single file PHP script.

Results 5 php-crud-admin issues
Sort by recently updated
recently updated
newest added
trafficstars

How to set external database host?

Just for information if running for php 8.3: Server: Xampp PHP 8.2.8 Testing with SQlight Database I get deprecated message for: http://myUrl/db-testDbLight/admin.php/ `Deprecated: Creation of dynamic property Tqdev\PhpCrudAdmin\Column\DefinitionService::$properties is deprecated...

help wanted

Looking at what is printed the urls in the admin ui: https://github.com/mevdschee/php-crud-admin/blob/60b6d05b914407098de25d77474151aa1db061b1/templates/column/list.html#L2 But the readme doesn't mention that is required a URL rewriting for the file and that will ignore...

bug

First, thanks in advance for your hard work and dedication you on these project, I'm in love with it. I was looking for a way that's we can create relationship...

enhancement

I get the `error code: 1000 message: Route '' not found` after debuging I found that the error happens when $_SERVER['PATH_INFO'] is not set. On my shared hoster (1und1) it's...

help wanted