
Search In
In php we have both constant and variable
A constant is a name for a value which can not be changed during the execution of the script.
It start with a letter or a underscore.
It start with constantname().
The differences-
There is no ne
Date Class in java:
There is a Date class in java under java.util package which can be used to print the current dates. There can be various ways to print the current date. Lets see with the help of example:
import java.util.Date;
public cla
In Windows Application programming, many developers create the log file in the app directory which is not always available to a regular user and its not a good idea.
The log file should probably go in the AppData folder i.e. %appdata% as long a
I am writing this blog for beginners who are learning Cakephp. When you learn Cakephp then first thing that reminds is that which version are you installing Cakephp. To know the version of Cakephp let me tell you that there are two ways for getting t
How to show different products in different stores.
In magento sometimes we are required to show different number of products under same category in different store views.
To do so we can apply changes in visibility of the manage product from admin
Hello Readers, This post is going to explain "how to import - export all categories of one setup to new setup in magento through extension".
Manually, it will take a lot of time to import category one by one. So, here you can download impor
Rigidbody means the object will be controlled by physics. If you add this component to your object then it will be totally controlled by physics engine of unity. If you want to detect collisions to your objects then you have to add rigidbody to
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to manage error log in cakephp in 2.4.1 version?
If you want to create error log file in your CakePHP web application so firstly you have to search
location to error.log file in
Hello Friends,
If you are new in Wordpress and looking to fetch any specific post data. Please review the code below::
//Here we are going to fetch post named Vacancy.
$args = array('post_type' => 'Vacancy');
$loop = ne
Hello Readers,
If you want changes in any page inMagento, Then you should surely know from which file the code is generated. In magento, the code on any page comes from different phtml files. if you are beginners, you should know about tem