
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
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
Using the below code I have created pdf viewer function. Here I have created pdf Viewer Activity and used string download_token,publication_heading,download_info and pdf data fetch data in DatabaseHelper. I have also used DownloadManger fuction. Bel
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
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
PHP is one of the most famous unique web advancement dialects. The flexible and competent server scripting language is currently what includes on most destinations which needs a specific username to sign-up, download, transfer, use shopping basket or
