72014Jul
Cake PHP Url Rewriting

Cake PHP Url Rewriting

CakePHP Url Rewriting Some developers don’t like CakePhp Url structure because controller name should end with “s” and that cause a lot of dissatisfaction fro developers while developing with cakephp. For this CakePhp provides a simple and effective way to rewrite url in seo friendly way and according to client requirement. So how to write…

Read More
152014Jun

CakePhp Association With Example

CakePhp Association Example CakePhp provides a very powerfull mechanism to handle relation between models ( i.e foreign key relationship between database tables ) by itself with the call of just one function. The four association types in CakePHP are: hasOne, hasMany, belongsTo, and hasAndBelongsToMany (HABTM). Here I am giving expamle for hasOne association in CakePhp. There will…

Read More
72014Jun

Software Requirement To Install ATG

Software requirement to install ATG 10.2 with Common Reference Store And Endeca :- Softwares related to ATG and Endeca can be downloaded from https://edelivery.oracle.com but you have to first sign up as oracle user to download all these softwares. Basic S/W —OS: 64bit Windows OS with at least 4GB RAM —Java: JDK 1.7 (64bit) —Application…

Read More