Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How cakephp url looks in address bar



How cakephp url looks in address bar..

Answer / Vibhanshu Prabhakar Singh

In CakePHP, URLs usually follow a consistent pattern: [base_url]/[controller]/[action]/[param1]/[param2]/... where [base_url] is the main domain or subdomain of your application, [controller] is the name of the controller handling the request (e.g., users), [action] is the specific action within the controller to be executed (e.g., index or add), and [param1], [param2], etc., are optional parameters passed to the action.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CakePHP Interview Questions

What is a layout?

1 Answers  


How we can set layout in the controller file using cakephp?

1 Answers  


What is the first file that gets loaded when you run a application using cakephp?can you change that file?

1 Answers  


Using cakephp, what all are drawbacks?

1 Answers  


What are the server requirements for installing cakephp?

1 Answers  


What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?

1 Answers  


What is scaffolding in cakephp?

1 Answers  


What are are drawbacks of cakephp.

1 Answers  


What is ctp file for in cake php?

1 Answers  


List some key features in cakaphp 3 over cakephp2?

1 Answers  


What is cakephp request cycle?

1 Answers  


what is the use of $this->set(compact());?

1 Answers  


Categories