
Search In
Who doesn’t have heard about cryptocurrency? Of course, you must have heard about it and you must be confused about using it or not. The popularity of crypto currency has increased in the past years and it has got value among public. Ether and
There are various methods used in Joomla to display query results according to the requirement. They are as follows:
Single Value Result :
loadResult():
loadResult() method is used when a database query returns a single value. It is basically us

Firebase is a realtime database where we can store the information and can check whether data got saved or not in Firebase. Here is a simple example of creating a project and connection of the project with Firebase, so, here we go.
Hi Reader's,
In this blog we are going to discuss about the Normalization process with in the database.Database Normalization can be defined as a technique which is used to organize the data within the database. Database is a col
Hello Reader's ,
Hope your are doing good today.
After working on CURD in cakephp 2.x+ version ,today i am going to update you with Cakephp 3.0 CURD example.
Some directory changes made in cakephp 3.0 you can read here http://book.cakephp.org/
To select data from one or more tables in Joomla:
Ex:
// Getting db connection.
$db = JFactory::getDbo();
// Create a new query object.
$query = $db->getQuery(true);
// give the name of field instead of column name that you want to display in th
Hi Friends,
Many times we get into a situation where we have to fetch a large record from a table and need to iterate over it and that makes our server cry. As it consumes a lots a memory and time. So no need to worry again for that Rails has a solu
Hello
Today we would be discussing about a very important aspect of MDM and PIM. This blog post point out variations between the two.
Various analysts reckon PIM as a fragment of MDM. For instance, MDM is defined as the management o
Every business needs a hosting nowadays. Tons of websites are created every day. Therefore, the companies are going on the Web to find a good hosting for their websites. Nowadays, the most picked choice is the dedicated server, which is a great choic
<-- Chapter 2: SQL Syntax
Chapter 3
SQL Select
SQL Select :
SELECT command describes that through which we can fetch data from MYSQL database tables OR we can say, It is used to retrieve/select data from MYSQL database.
SELECT command is used
