Gig File Management
Old un managed way. Updating the new layout soon:
Old un managed way. Updating the new layout soon:
<!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Optional theme --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
ERROR - 2017-02-18 14:17:00 --> Could not find the specified $config['composer_autoload'] path: C:\Server\xampp56\htdocs\mistersuraj\gig\application\/vendor/autoload.php ERROR - 2017-02-18 14:17:00 --> Severity: Warning --> Division by zero C:\Server\xampp56\htdocs\mistersuraj\gig\application\views\home\home.php 85 ERROR - 2017-02-18 14:17:00 --> Severity: Warning --> Division by zero C:\Server\xampp56\htdocs\mistersuraj\gig\application\views\home\home.php 85 ERROR - 2017-02-18 14:17:00 --> Severity: Warning --> Division by zero C:\Server\xampp56\htdocs\mistersuraj\gig\application\views\home\home.php 85 ERROR - 2017-02-18 14:17:00 --> Severity: Warning...
Simple Syntax: chmod 744 yourfile.ext Below Codes can be helpful to set permissions 400 = Read by owner 200 = Write by owner 100 = Execute by owner 040 = Read by group 020 = Write by group 010 = Execute by group 004 = Read by others 002 = Write by others 001 = Execute by others 777 = anyone can do anything (read, write,...
This can be achieved using a single query with join. We can use the query like this: (more…)
It requires two main steps: Add Virtual Host Entries to vhosts Configuration file. Assign IP to your "Virtual Host", editing windows hosts file. (more…)
Try "keypress" evenHandler in jQuery: Notice Below Code, Although this code is correct but will not work. The reason behind is when we press CTRL or ALT key on a web page, it executes browser's shortcut first. For example ( CTRL + 1 ) will switch to first tab. (more…)
"To Fix ""Error Establishing a Database Connection in WordPress"": Open wp-config.php file and double check the value of below constants. (more…)
array_unique function is helpful for this operation. USAGE: (more…)
Below code can be helpful $this->response->file($this->DIR.$file, array('download' => true, 'name' => "$file"));