Skip to content

Instantly share code, notes, and snippets.

View awaidus's full-sized avatar

Muhammad Awaidus Bin Asim awaidus

  • Islamabad, Pakistan
  • 13:51 (UTC +05:00)
View GitHub Profile
//step-1 create Mirgrate controller in application/controller folder
<?php if ( ! defined('BASEPATH')) exit("No direct script access allowed");
class Migrate extends CI_Controller {
public function __construct()
{
parent::__construct();
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="eBay Template">
<meta name="author" content="Valley General">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">