کد:
\$config=array(
'MainInfo'=>array(
'url' => '".$data[site_url]."' , //-- با اسلش آخر
'path' => '".$data[site_path]."' , //-- با اسلش آخر
'upload' => array(
'image' => 'statics/upload/images/' , //-- با اسلش آخر
'attachment' => 'statics/upload/attachments/' , //-- با اسلش آخر
)
),
'databaseInfo'=>array(
'host'=>'".$data[db_host]."',
'name'=>'".$data[db_name]."',
'username'=>'".$data[db_username]."',
'password'=>'".$data[db_password]."',
'salt'=>'".$data[db_key]."',
'collation'=>'utf8',
),
'category'=>array(
'includedScripts' => 'colorbox',
'enrtyPerPage' => '20',
),
'card'=>array(
'includedScripts' => '',
'enrtyPerPage' => '20',
'reserveExpire' => '20', //-- مدت زمان رزرو کارت به دقیقه
),
'report'=>array(
'includedScripts' => 'datepicker',
'enrtyPerPage' => '20',
),
'product'=>array(
'includedScripts' => '',
'enrtyPerPage' => '20',
),
'payment'=>array(
'enrtyPerPage' => '20',
),
);