Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to Create your own Exception handler in cakephp ?

Hello readers, today we will discuss a very important topic of a programming language "exception handling". Exception Handling is the process of catching errors which are generated by our program and then taking appropriate action according

Pagination in cakephp 2.7

Pagination is basically dividing your data into multiple pages. When we fetch the data in bulk from the data base it comes on a single page but that is sometimes difficult to keep scrolling to the last if we want to go to the last data. It also tak

How can i change ui and attributes of bootstrap3-wysiwyg editor

 Bootstrap3-wysiwyg editor Ui and attributes change: The meaning of WYSIWYG is "what you see is what you get", This editor is also explaining the meaning of this acronym that the content of the page will be edited as its resemblance

Discussion on login with Facebook in CakePHP

Hi Reader's, Welcome to FindNerd,today we are going to discuss login with Facebook in CakePHP. As we see that login with Facebook is very important feature for a web application because most of users do not take too much interest in signing up i

Parcelable Android Example

Parcelable is mechanism for passing data between Activities. Parcelable works same like serialization but It is faster then serialization. Here are the points to make class parcelable. 1. Create simple model class like below I created with name Stu

Different Types of Renders in Rails

render is used to provide response of a request in rails. There are multiple kinds of responses that you can send with request. Lets see one by one: 1) actions: By default if nothing is specified as render, actions are rendered withing in the curr

What is Abstract factory pattern with example?

We know that factory pattern provides single level abstraction and used to create object easily but in a case of more security, we can use one more level of abstraction by using the abstract factory pattern. we can say that this provides factory of f

ASP.NET MVC Filters

ASP.NET MVC Filters   ASP.NET MVC provide filters to execute code logic before and after controller action execution. Pre-action and post-action behaviour are added to controller action method by filters. Custom filters creation depends on&nbs

Usage of Lock statement in C#

Usage of Lock statement in C# Lock keyword in C# find it's usage in Threading. Whenever multiple threads try to access some code at same time inconsistency occurs then lock keyword is used which makes execution of only one thread  at any p

How to Set Timezone in CakePHP 3?

Dealing and working with time zone "Date/Day, Time and Duration" of a Website and an App is the most common task or requirement, which is not as easy as seen, it can be little tricky as it compounded with a set of rules of timekeeping and c

1 326 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: