
Search In
The time for Magento 2 migration has come. Magento 1 is fading away and Magento 2 is taking its place. Magento migration has become demand of the industry. It’s high time you move your store from Magento 1 to Magento 2. Already most of the peop
Forgot password functionality we usually on the login page of many website.
It is used when we we forgot our password and want to recover it.
In this blog we are going to recover it by sending an email to the registered email with user account.
we
PDO stands for PHP Data Objects. It is a php extension which provides an interface used to access the database. It basically provides an abstraction layer to access the database regardless of the database we are using. It supports many databases such
Picking the right development tool is a critical part of building a good app. But there are certain factors that come into play when you’re trying to decide which tool is the best.
Often times, the platform that you want to b
Step-1 Install Audit Trail module
Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file:-
from openerp.osv import fields, osv
from openerp.osv.os
SQL insert statement is used to insert the data in a table in database . Using this statement we can insert single or multiple data in a table .
We can insert the data by two ways :
1) By SQL insert into statement : we can insert data either by colum
What is MVP:- MVP(Model View Presenter) is the best software design patterns for Android. MVP separates the application into three layers:
Model: This holds the actual business logic of the application. which will allow us to perform and man
To take backup database in PostgreSQL in ubuntu follow these step in terminal
1- sudo su - postgres
2- psql
3- pg_dump abctest_db > /home/sachin/abc.sql
Here,
abctest_db = is a dbname whose backup I want to take
abc.sql file = this i
Hello readers, today I guide you "To Connect Multiple Database in WordPress".
In WordPress, wpdb is the class which handles all the database related tasks. In arrears WordPress installation we have $wpdb object of that class using whi
A domain name is the virtual address of your website that web users input in their browser search bar to visit your website. In simple terms, if your website was a house, your domain name is its address.
How Do Computers Identify Domain Name