I create an array, say
Code: Select all
<?php $this = array ('This' => 'This', 'That' => 'That') ?>Code: Select all
<?php $this = array ('this2' => 'this2') ?>Moderator: General Moderators
Code: Select all
<?php $this = array ('This' => 'This', 'That' => 'That') ?>Code: Select all
<?php $this = array ('this2' => 'this2') ?>Code: Select all
<?php $this['this2'] = 'this2'; ?>