darki73 Approved

Member since: 2017-01-24

Recent posts by darki73
Post When

Hello, i'm working with backend and having around 100k records in the table. The problem is, when im...

Posted in Backend List timeout

Hello, i'm trying to write a plugin for my website. The purpose of the plugin is to:

  1. Create Categor...

Posted in Plugin Update

$uri = $_SERVER['REQUEST_URI'];
$exploded = explode('/', $uri);
$array = array_values(array_filter($...

Posted in Strange 'Code' Behavior