
Search In
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
PHP is one of the most popular server side scripting language which is used for web development. As stated in [1] currently more than 82% of websites are powered by PHP and with the release of a new version (PHP 7), PHP becomes more stable and b
Just like your ‘aged’ ‘oaked’ & ‘toasted’ Wine, the WordPress is also getting better, creamier and luscious with every passing second. Gone are the days, when the WordPress pondered just as a blogging
Hi Team,
Today I will explain Lazy Loading and Eager Loading.
Firstly we will explore Eager Loading.
Eager Loading is the process of loading the related data. We will use Include keyword to load the related data.
Let us take an example of entity
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
Hi Reader's,
Welcome to FindNerd, today we are going to discuss on set up cron in Ubuntu.
Sometimes, it is needed to set Cron jobs in a web application for sending push notification on a particular action and to send notify message to start any
Hello Guys,
Today we will learn how to convert the local time period into UTC format :
We will create a function with offset and time as parameter.Below is the code:
function
convertToUTC($DateTimeZone,$offset){
$DateTimeZone='2015-10-28 03:1
Hi Reader's,
Welcome to FindNerd, today we are going to discuss about end() function.
The end() function is used for printing last element of an array.
It is advances array ‘s internal pointer to the last element.
syntax of end() function
end(ar
If you want to extract only the date, we can use the strftime method of Time/Date class, as
2.1.5 :055 > DateTime.now.strftime('%d/%m/%Y')
=> "12/30/2015"
(Here d is used to display date, m displays month and Y display the year in 4-dig
Hello Reader's ,
Hope your are doing good today.
Today we will learn about Validation in CakePHP 3.0 and how we can use validator in our applications. Data validation is an important part of any of the application. With the help of Validator. W