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

Search In

SQL In statement

In SQL Database " In " is used as a operator. It help user to reduce the " OR " statements, means In operator avoid multiple statements . It is used withe select , insert , update or delete statements only . Advantage -> It reduce the " or " opera

SQL Between Operator

This operator is used to get the data from a combination of " greater than equal " and " less than equal " condition . Syntax : select column_name1.......column_nameN from table_name where column_name between value1 and value2 ; Example : Table na

Laravel 5.0 Creating Request Handler

In Lavarel one of the best practice is to use form validation rules to validate the submitted data. There are number of ways to do it . One way is to create form validation rules both in the controller or we can create a separate file under the app f

URLs in laravel 4.x

There are n number of functions of URLs in laravel 4.x which is used to perform action that are action: action is a function which is used to generate a URL for a given controller action. Example: $url = action('HomeController@getIndex', $params)

Queue in laravel 5.x

Laravel Queue is one of the best feather of Laravel 5.x. When we want to make our site fast and we have to fetch and store large amount of data then we will run our query on back end. In Laravel 5.x by using queue we can run time consuming on back en

How to select from subquery using Laravel Query Builder?

Sub query is one the important section of database query.There are n number of situation where we want to implement sub query to fetch the data from the table. In Laravel 4.x there is no specific keyword to perform any sub query.To perform sub query

Bulk Insertion in Laravel using eloquent ORM

Insertion is the very basic feature in every project. When we want to do bulk insertion there are n number of ways are available in Laravel to do bulk insertion. Some of the way to bulk insertion are: 1) By using Raw query in Laravel. 2) By using e

laravel 4 artisan — how to rollback to a specific migration state?

There are n number of command in laravel 4.x which can help us to perform any action . In laravel 4.x we can rollback our php artisan command. The command to rollback to a specific migration state is You can: 1)Rollback The Last Migration Operatio

What to pass as parameters to the Url class?

There are n number of situation where we want to pass parameter in URL and use that parameter in our controller.That can be easily explain by using example: There are few steps which I have implemented that are: Step 1:First we will define our rou

Benefits And Drawbacks of Model Based Testing

Benefits And Drawbacks of Model Based Testing (MBT):- There are few benefits and few drawbacks when performing MBT (Model Based Testing). Few benefits and drawbacks are mentioned as below:- Benefits of MBT (Model Based Testing) :- Few benefits of

1 54 156
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: