Skip to content

A simple primitive application made using Codeigniter under the MVC architecture

Notifications You must be signed in to change notification settings

ov1n/Antique-Shop-using-MVC

Repository files navigation

Antique-Shop-using-MVC

A simple primitive application made using Codeigniter under MVC architecture.

Steps for deploy:

  1. Copy the contents of the repo into our localhost system. (Xampp, Wamp etc.)

  2. Import the thenus_antique_shop.sql dump file into your DBMS.

  3. Change the existing content of application/config/database.php to :

$db['default'] = array(
	'dsn'	=> '',
	'hostname' => 'localhost',
	'username' => 'USER_NAME',
	'password' => '',
	'database' => 'DATABASE_NAME_OF_STEP_2',
	'dbdriver' => 'mysqli',
	'dbprefix' => '',
	'pconnect' => FALSE,
	'db_debug' => (ENVIRONMENT !== 'production'),
	'cache_on' => FALSE,
	'cachedir' => '',
	'char_set' => 'utf8',
	'dbcollat' => 'utf8_general_ci',
	'swap_pre' => '',
	'encrypt' => FALSE,
	'compress' => FALSE,
	'stricton' => FALSE,
	'failover' => array(),
	'save_queries' => TRUE
);

Feedback:

This was a last minute done procrastinated assignment 😛

About

A simple primitive application made using Codeigniter under the MVC architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published