Salesforce | Get list of Salesforce sobjects and fields in PHP

| By Webner

Problem: How to get list of all the Salesforce sobjects in php. Also get fields of each sobject. Solution: First we need to install Salesforce php toolkit for this. Once you have it then this is the sample code: require_once(SFDCPHPtoolkit

Purpose of Security.salt and Security.cipherSeed in CakePHP

| By Webner

cipherSeed in CakePHP cipherSeed is used in Security::cipher() function to seed rand(). Seed means to give the initial value to rand() function to start and based on that the future values by rand() function are generated. In php, before 4.2.0