PHP Test

Php code posted
created at 11 May 15:21, updated at 13 May 08:19

Edit | Back
1
2
3
4
5
6
7
8
9
10
$panel = new ExtPanel(array(
      'title'        => 'My Panel',
      'collapsible'  => true,
      'renderTo'     => 'panel-basic',
      'width'        => 400,
      'html'         => '@Ext.example.bogusMarkup'
));

echo "111";
print_r($some_var);
259 Bytes in 2 ms with coderay