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

Search In

Configuring Filters in MVC

Filters in MVC needs to be configured when you need something other to be done which is not provided by its member or methods.   You can configure your own custom filter by the following three ways : (1)  Global level By registering you

How to declare pagination limit in cakephp global ?

This blog will let you know how to declare pagination limit in cakephp globally. For new beginners who are learning cakephp 2.X, I am writing this blog especially for them. If you have created multiple pages which contains pagination and at last you

Can someone please help me to create a good LinkedIn Profile to enhance professional network?

I have heard that LinkedIn is a GREAT professional platform. How can I build an amazing LinkedIn profile to enhance my professional network both globally and locally?

PHP Global Variables

PHP contains many predefined variables from these predefined variables many are superglobals, It means that we can access all these variables from any function,file or class without having any problem. Below are some PHP superglobal variables:- $

What is the scope of variables in JavaScript?

Scope is the set of variables, objects that you have access to. Here are some examples that will explain you about scopes :- 1.A globally-scoped variable var a = 1; // global scope function one() { console.log(a); } This

How to create global variables in CakePHP?

The majority of the developers, develop skepticism in which, what's the correct place/Page in which they should declare the constant variable in cakephp. Previous going to variable declaration, we must consider that any of us will work over a MVC pl

Global filtering - how to use global scope in Laravel Eloquent

I have a situation which will help us to understand the use of Global Filtering. Situation: I have a published filter that I use for my articles. Guests can only view published articles, logged in users can view and apply filter (?published=0/1):

How to create a new gemset & copy an existing gemset into it

We can create a new gemset to install a specific set of gems in it. In this i am copying an existing gemset into a newly created gemset. 1> To list the available gemsets we can type : rvm gemset list gemsets for ruby-2.2.3 (found in /home/tara

How to save session in databse using php?

Saving session in database is best practice for website security. so if we want more security then we need to save session in database. Here are few steps to save session in database step 1--> Create a table name as sessionsdata step 2--> cr

How to enable CORS (Cross-Origin Requests) in ASP.NET Web API

There are certain steps that need to be followed for enabling CORS in ASP.NET Web API : Step 1: We Have to install the CORS Package, and to install it , open Nuget Package Manager console and type and run command Install-Package Microsoft.AspNet.

1 2 4 76
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: