
Search In
Cakephp 2.*: OR condition
I am writing this blog which will let you know how to set OR condition in Cakephp 2.*:
Write following lines of code to use OR condition:
'User' => array (
'conditions' => array (
'OR' => array(
Using google API in the .NET is the thing that needs to be performed again and again. So when you need to display data in the form of map locations or need to dispaly it using the google maps you need to integrate it with the google API.
&l
While displaying data in the google map you have scenarios where you want to do it in the customized manner.
public string ConvertDataTabletoString()
{
DataTable dt = new DataTable();
using (SqlConnection con =
Doing the integration with the google map we usually do all the things which we get from the google API.
But we can also make our customized events and functions if we want to create and use.
So for doing that the pr
While writing codes in javascript we have to declare variables but in the javascript we don't have the scope to declare multi data type variables .
Only var is available in the javascript that is treated as the common dat
While working with the google API we need to load that map into a container that can be used and called for the display and manipulation of the google map.
So for doing that, we need to use the div control that best suites to the dis
Lookup tables is used in Enterprise Custom Fields. We can create Lookup tables programmatically either from CSOM or PSI. Here below is the example of creating Lookup tables using CSOM.
Microsoft.ProjectServer.Client.LookupTableCreationInformation l
To record the sound in ios we can use the code below:-
To record the sound first set the delegate of AVAudioRecorder in AudioRecorderViewController.h File like
#import "AudioRecorderViewController.h"
@interface AudioRecorderViewController : UIVie
To Integrate paypal in iOS App use the steps below:
1- Install Pod for paypal
platform :ios, '6.0'
pod 'PayPal-iOS-SDK'
2- #import <PayPalMobile.h> to your viewController.h and also set the delegate in .h @interface myPaymen
Many times it has been noticed that some set of steps were required in another cucumber step. One way is to write previous steps again in the required cucumber step but this violates the “Reusability” feature of cucumber. So, the best sol
