mini3 icon indicating copy to clipboard operation
mini3 copied to clipboard

Just an extremely simple naked PHP application, useful for small projects and quick prototypes.

Results 29 mini3 issues
Sort by recently updated
recently updated
newest added

![screenshot_11](https://user-images.githubusercontent.com/10361408/31723571-3a560cc4-b3ed-11e7-829b-29335aec9f43.png) in the above code, the exception is never thrown and allows the program to proceed smoothly. In the base model, an exception is thrown with a failed DB connection,...

Non static method 'openDatabaseConnection' should not be called statically.

Refactoring of the function to a simpler code, allowing the removal of the file extension from the view in the controllers. ### Usage Before: ```php public function index() { view('_templates/header.php');...

Hi, I'm hitting below URL i can view the below data https://localhost/rest-api/songs/loginStats/Administrator/Anurag/yug [{"first_name":"Yug","last_name":"Sinha","token":"3242746237678236578346","roll":"Administrator","last_login":"2020-04-02 00:34:41","user_type":"Administrator"}] When i'm requesting using Angular 8 I'm getting error only const headers = new HttpHeaders() .append('Content-Type',...

Bug? I send Post Http javascript to controller/model and i get content of index Edit: long time, disable cache of browser and solve

I found a rather interesting error. I'm from Germany and we have often umlauts in our words. In one case I was working on a backend system and was trying...

I not got call a new folder into of controller folder and use. I will tries put it when me have time or whether you could make it

In application/Model/Song.php it's missing use Mvc\Libs\Helper; Correct it this: ```php

To use Postgresql I change config.php add: define('DB_PORT', '5432');// 3306 or 5432 And change application/Core/Model.php on end: $dsn = DB_TYPE . ':host=' . DB_HOST . ';port ='. DB_PORT . ';dbname='...