Skip to content

Instantly share code, notes, and snippets.

<?php
# code for how to get the new key
$proj_cout = count($projects['departments']);
if(empty($projects['departments'])){
$newKey = 0;
}else{
$keys = array_keys($projects['departments']);
asort($keys);
MainPanel = function(){
this.preview = new Ext.Panel({
id: 'myPanel',
region: 'south',
cls:'preview',
tbar: [{
id:'tab',
text: 'Register New User',