
Search In
1. Bootstrap: Joomla 3.0 is Bootstrap. With basic CSS already integrated into Joomla 3.0,while Joomla 2.5 is without bootstrap.
2. Less: LESS is a dynamic stylesheet language which has been integrated into Joomla 3.0. Template development has been
Available Database and storage connectors in Joomla are given below:
MySQL: Available in Joomla versions 1.5, 2.5, 3.0. It's a Joomla DB
Microsoft SQL Server: Available in 2.5, 3.0 versions which is a Joomla DB.
Microsoft SQL Azure: Available in 2
Install mongodb on ubuntu
Hi friends,
Today I am going to give you a step-by-step guide of how to install mongodb on ubuntu server. The steps are:
First we need to import the mongodb public GPG key to verify the authenticity of distributor f
Write a program in java to evaluate and print the value of the following mathematical function:
f(x,y) = 2x2 - y + 3
Vary the values of x and y according to the following table and prints the values of f(x,y) as shown in the table.
x = ( 3.0
How to read and write session:
Yes this is the basic question in which I got stuck when I was new to cakephp 3.0. I tried to find out the answer through google, stackoverflow and I finally found the answer to it. In order to read and write sessions
When I was new to cakephp 3.0 then I faced issue adding admin prefix. In Cakephp 2.* it was simple, just write the following lines in core.php:
Configure::write('Routing.prefixes', array('admin'));
To enable cakephp 3.0 just write the following co
CakePHP 2.x supports PHP Version 5.2.8 and above while CakePHP 3.x supports PHP Version 5.4.16 & above. There are some changes from CakePHP 2.x to 3.0 like syntax declaration , array declaration & model defination etc.
The config key www_root
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on read and write Session in Cakephp 3.0
Sessions is used for allowing you to identify unique users and session also allow to you requests and store persistent data for specific use
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to add admin prefix in CakePHP 3.0 version ?
If we want to add admin prefix in our CakePHP web application then firstly we have to use CakePHP 3.0 version because we can not add
I am trying to connect firebase with android studio 2.2
After adding the dependencies, I am getting the error message "no cached version of google play services 3.0.0 " in offline gradle mode.
when i switch to online mode, i am getting er
