Monday, January 25, 2010

sub menu. sms module

menucontents.js

change localhost to 218.208.98.67 or opposite way

["List-Individual", "http://localhost/itnm_tms/ITNM_MIS_CS_SALES/index.php/application/customerREGISTRATIONList/Individual"],
["List-Company", "http://localhost/itnm_tms/ITNM_MIS_CS_SALES/index.php/application/customerREGISTRATIONList/Company"],

Sunday, January 17, 2010

basic setting for codeigniter template engine

/*
|--------------------------------------------------------------------------
| Template Option
|--------------------------------------------------------------------------
|
| Enable you to configure template option
| Default template: /public/styles//.html
*/

$config['site_name'] = 'ITNM - Student Management System';
$config['template']['theme'] = 'default';
$config['template']['filename'] = 'index.html';
$config['template']['title'] = 'ITNM - Student Management System';

why my page turn blank nothing happen?

it is because your page has error on it, and your error reporting at index file is turn off, then turn them on now.

error_reporting(0);

turn 0 to E_ERROR or E_ALL

Saturday, January 16, 2010

SMS layout.css

css/layout.css to edit css for student management system

CS customer registration Contacts

additional field added for customer_data_details.CONTACT_NUMBER
for the purposes of each company person willhave their own ic number, phone number

Tuesday, January 12, 2010

unversion svn working copy

how to unversion your svn working copy for/as clean start
http://tortoisesvn.net/node/343

TortoiseSVN has a little known feature built in which can do exactly that: it removes all .svn folders automatically. So where can you find that feature?
Use the "Export" command! But hey, didn't I just tell you that the export command creates a copy of the files in your working copy and doesn't change your original working copy? So how can the export command remove the .svn folders from an existing working copy?
Simple: when you right-click on a working copy and choose "Export..." from the context menu, a folder browse dialog is shown where you can choose the folder where you want the working copy exported to. If you now select the very same path that your working copy is on as the target (i.e., you're exporting the working copy onto itself), TortoiseSVN will remove all .svn folders of that working copy.

Another way to do this is by right-dragging the working copy onto itself. The Explorer doesn't allow dragging items onto themselves in the same window though, so you must either use a second Explorer window or drag onto the tree view as shown in the animation below: