Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Fatal error: Call to a member function get() on a non-object in codelgniter

Hello Friends, If you are facing the issue "Fatal error: Call to a member function get() on a non-object...." in Codelgniter. Please make the below changes to solve this issue. Please open "codelgniter/application/config/autoload.php

Inserting data in android SQLITE table

Hi again, Here we are going to learn how to insert data in the already created table in android SQLITE. You will find it useful if you are aware of the basic terminology of the android SQLITE, if not and you want to create a table so it will be bett

Drupal 7 database API

Drupal database abstraction layer allow's the use of different database servers using the same code base i.e it provides with the ability to support multiple database servers easily. The system is built a top PHP's PHP Data Objects database API and

PDO connecting to mysql

Access data from mysql using PDO includes the following steps: connect to a MySQL database: $db_conn = new PDO("mysql:host=$hostname;dbname=$dbname", $username, $password); create a select statement and then execute it by using query() method. $s

How to register an ORS in MDM Hub?

Below are the steps to register an ORS in MDM Hub: Step 1: Launch the jnlp file. Step 2: Enter you credential, select the ORS. Step 3: Under Workbench, select Database. Step 4: Connect to Master Database. Step 5: Acquire Lock, click on Register Datab

Difference between TRUNCATE and DROP in MySQL.

TRUNCATE TRUNCATE comes under DDL(Data Definition Language). TRUNCATE removes only rows from the table but the structure of the table remains same. Data can not be roll backed if we use "TRUNCATE" command to delete data. Can not use WHERE clause.

How to reset your Magento admin password from Database?

If you forget the username or password to of the Magento admin panel,you can recover or change it from Magento database from phpyadmin. Most of the times forget password or username do not work, so we can use this method to recover magento admin pane

How to Do Deployment of Repository on Public Server in Node.Js App

Can any one tell me how to Deployment Repository / Scourse Code To a Server ... Like For Localhost:3000  We need to locate our Scourse Code Folder then  Run File on Powershell then Put Commend : nmp install Then after that we need to op

Use of Migration in Rails

Rails Migrations can be used to alter the database.Migration allows ruby to define the changes in database schema in a consistent and easy way. So If one deleloper make some changes in database schema, the other developers just need to update, and ru

Redis server and its installation

Redis is the most popular key-value, open source and in-memory data structure store that can be used as a database. Here in-memory means that instead of storing the data on disk redis relies on main memory for data storage. As a result redis database

1 37 161
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: