In case of editing a record, i'd like to place a marker on a map at the corresponding latitude and longitude.
How can i access to php variables?
In myproject_add_form.php there are:
'dataKey' => 'latitude',
'dataObject' => $this->poiitem,
What's the correct syntax in order to access to that data in edit page?
Because, after that, i'll encapsulate on my Jscript map
Thank you so much in advance!!