Cache in JavaScript is a unique string which is appended in URL in the from of query string. It is not read generally server side and used purely to form of unique URL. For Ex-maple: /Scripts/foo.js?v=1 This is often used…
Author: Pradeep Kumar
Using Matching and NotMatching in CakePHP
Using Matching and NotMatching in Cakephp A) Matching() Matching () will be provided like join level of mysql query. This query helps to find the match record from associated table. For example if you have ‘Table1 belongsToMany Table2′ you will…