
Search In
Pagination with search in Cakephp 2
Hello friends, today I am going to tell you how to use searching with pagination in Cakephp 2. If you want to search multiple things like first name, last name, email etc then it can be done easily. Lets begin sea
Hello Friends,
If you are new in symfony and want to insert a new record in the database, please review the below example ::
1) Please open your controller file.
2) Add database entity in the top of your controller like this
use PersonalIn
FAVICON
Favicons are small icons usually of 16x16 pixels. These icons are used to represent the website we are visiting. This square icon is displayed at the left side of the browser's address bar.
It is also known as shortcut icon, website ico
The @keyframes property specifies animation code. To use CSS3 animation we need to understand @keyframe property.
This @keyframe property enables user to do multiple transition on the same property which is later performed in continuous sequence. Thi
Hey Readers!
A favicon (acronym for favorite icon), is a file that is associated with a particular website and contains many icons. Browsers supporting favicons display the page's favicon in the address bar of the webpage or in a list of bookmar
This blog is about how to implement FCM(Firebase Cloud messaging) from Android Studio.
Android studio gives you tools to implement Firebase tools in very easy way.
1. Open Android Studio. (Make sure Android Studio is up to date)
2. Click on
In this article, we will learn how to convert a file into byte array and get back the original file from the byte array via FileUpload control.
Step 1: Create a page having control FileUpload and Button
<div>
<asp:FileU
Many times we need to select only one element at a time in checkbox because mostly in checkbox is used for multiple data selection. This blog illustrate how we can select only one element of checkbox at a time using jquery.
See the below Code:
Anonymous method is a method without any name and return type but have a body content and the optional arguments. This type of method is created by using the delegate keyword. Return type of the anonymous method is dependence on the return stat
HTML5 provides download attribute that can be used in place of PHP-driven file download scripts. In this article, you will come to know about this new attribute of html5.
One Attribute, Two Functions
download attribute sets a file download name and
