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

Search In

SQL Server : Best Practices

Following is a list of best practices for SQL Server 1) Use correct formatting    Following is a sample select query for reference:             SELECT X.column1,

How to use the HABTM Relationship in cakephp?

HABTM association is used when you have two models that need to be joined up, repeatedly, many times in many different ways. So below is the following steps to follow to use the above relationship. First we create the database and its tables The Tab

Create a Transformation in Pentaho

Hi Friends. In this blog, I'm going to explain how you can create Transformations in Pentaho Spoon. I shall Extract data from a DBF file, will apply simple (no) Transformation and Load into MySql database. Pentaho comes with different components

Backup of MySQL Database Data

To take backup of MySQL database only you need to execute the following command: mysqldump -u [username] –p[password] –no-create-info [database_name] > [dump_file.sql] Here, we will use the –no-create-info to take data backup only.

Phpmyadmin: How to install PhpMyAdmin in Ubuntu 14.04

This blog will help you to understand how to install securely phpMyAdmin to manage your databases on Ubuntu 14.04 How to install phpMyAdmin: Step 1: First you need to update the package index on your server with this command:   Now write t

Why PHP MVC Web Development Framework In Trend Today?

There are a plethora of PHP frameworks available today. They are suitable to develop a web application for any business. Choosing the best PHP framework can be a tough task. It is due to so many available options. Laravel is among the most popular fr

Adding a default value for a column through migration

Consider the following scenario. Let us say we have a User model and users ,its corresponding table in the database has a column role_id along with other columns. During the time of the attachment of the role_id to users table ,we could have writte

How to make Parent Child tree in PHP

Hello Reader's if your making the parent child relationship then this blog is very helpful to you. Here we are making parent child tree by using the Iteration functions. The output of this will a tree which showing the childs on branches and pare

How to use forget password function in cakePHP

Forget Password function use in cakePhp for making it secure by sending the code to the database in encrypted form, and fetch the value from by using find keyword in the list, this will give you detail on the bases of email id.  Forexample: A us

Installation of cakephp

Easy way to install cakephp: Hello Readers. Here is small blog  on how to install cakephp. Cakephp is very fast and easy to install. The minimun requirements to install cakephp  are a web server and  a copy of cakephp.   Step 1

1 77 161
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: