I would know what is the best between this element to charge information (speed) ?
test.php
define('HEADING_TITLE', 'Groups');
test.php
const HEADING_TITLE = 'Groups';
const > define : sur on that (speed)
txt > const : what do you think ?
I would know what is the best between this element to charge information (speed) ?
test.php
define('HEADING_TITLE', 'Groups');
test.php
const HEADING_TITLE = 'Groups';
const > define : sur on that (speed)
txt > const : what do you think ?
