Kobus Beets .co.za
From the monthly archives: January 2012
This is a simple barcode generator that I have written in Java. It creates a text file and populate it with the barcode numbers, if the number already exist in the text file, a new one is generated. You will then be prompted to select a printer to print to. It will print a total [...]
The following code is something great that I have learned today. You can access more than one database with the CodeIgniter php framework without editing to much lines. Consider the code below: Within the application/config/database.php config file you can add more that one set of database parameters.
//database parameter set 1 $db['01']['hostname'] = ‘localhost’; $db['01']['username'] [...]
Archives

