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

Search In

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

Exception in php

Welcome to FindNerd. We are going to discuss the Exception,what is it and how we can use it in php? First question araised that what is Exception? Exception is nothing but a runtime error. It depends totally upon the values passing at run time. We ca

Validation in CakePHP

Validation in cakePHP is on the client side and on the server side. Client side validation is on the js file that is in the webroot folder. Server side validation is on the model which we are using. Client side validation is important as it do not

Associative array in PHP

The element of an Array in PHP by default are accessed by the index number i.e. the position in which the element or value is stored in the array. For example : <?php $temperature = array(10, 20, 30, 25); echo "Delhi temperature : ".$temperatu

submit php form using xmlhttprequest ?

i have this code for submitting an online exam and i submit this page using javascript xmlhttprequest(pure javascript no Jquery) and i have three parameters the question id arrays and answers and the numbers of rows      <?php r

CRUD operations in cakephp

Let us start with the simple CRUD (Create, Read, Update and Delete) Application. Before we begin let me split the processes we are going to do this this blog into the following steps: Creating the Database Create models Create controllers &

How to integrate pdf/dompdf Export option with CakePHP

Integration of dompdf library is available online,just download it and save this library to vendor folder, this file is able to convert a html document in pdf format, by using this library the content of the page should look more appropriate and attr

How to validate an integer within a range in PHP?

Hello friends, Today we will discuss how to validate an integer within a range. In PHP, filter_var() function is used for this purpose. It will check whether an integer exist within a range or not. Syntax: filter_var(var, filtername, options) va

PHPExcel

Hello Readers! In this blog we are going to export data from database using PHPExcel. PHPExcel supports reading and writing of many formats in one API. PHPExcel is a library that provides a set of classes for the PHP programming language, which allow

Adding settings to template

Hello reader's today we will discuss about "**Adding settings to template**" . Add this code to your theme's functions.php file: <!--?php function setup_theme_admin_menus() { add_menu_page('Theme settings', 'Example theme', 'manage_options'

1 18 39
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: