
Search In
Building a team of motivated people in your business is key to get the absolute best results, yet such a large number of managers focus on the 'ra-ra-ra', instead of the important things – the things that make people feel great in their
Static Testing:
Static type of testing can be performed manually or by a set of tools on the code of an application or program which are not to be executed. It checks the code, requirements and design documents and generates reviews, comments on the
Leadership. The word itself automatically evokes pictures of gallant/heroic figures, solid and capable, and a large portion of us don't see ourselves fitting all the necessary qualities. What does it truly mean to be a leader?
Have you ever he
While performing database operations like Insert,Update,Delete,Select we use Sql classes for doing it.
But instead of writing the entire code for classes we can just do it with the helper class DLL known as Sql Helper.
We need to fi
Converting SOAP response to Array in php.
Dealing with a SOAP client response for a flight booking application or any other, This is how we get response from SOAP below:
<S:Envelope
xmlns:S="http://schemas.xmlsoap.org/soap/envelope/
While building projects in MVC we also have a requirement to build API that can run on any device whether its a mobile device or whether it is a laptop.
Web API we mainly build so that it can run on any device and on any platform. The
Hello Reader's!Sometime you want to use the auto complete as a text suggestion on your search field. Here I am going to explain how you can search city with suggestion.
It's a very simple to use in any application.
First you need to use Goog
While working with character and strings we need to use predefined string type functions for making our task easy and efficient.
Function
Work of Function
strlen()
Calculates the length of string
strcpy()
Database is used to collect information, which is organized in a proper way so that it can be accessed, managed and updated easily.
CakePHP supports following database servers:
MySQL 5.1+
SQLite 3
PostgreSQL 8+
SQLServer 2008+
1. Cre
This blog tutorial will explain CakePHP find condition & query examples. let's take a look at some CakePHP find conditions. First, a very simple CakePHP find query that retrieves all records from the User model. Example: $this->User->fi
