Questions tagged [cakephp-2.1]

This tag relates to the 2.1.x branch of the CakePHP MVC framework.

CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.[1]

The release of CakePHP 2.1 beta was announced on CakePHP official site on 2012-01-23.

The latest CakePHP stable version is 2.1.5 Security Release resolving security issues related to the XML class.

[1] From the CakePHP home page.

1009 questions
0
votes
1 answer

CakePHP Elements not updating table

Hi Im trying to make a posts sections for a university project on video streaming website. I have a posts controller and model. I thought that I would create an element for the posts input box so that I could echo this out in the…
user0129e021939232
  • 6,205
  • 24
  • 87
  • 140
0
votes
1 answer

CakePhp sending response as Json and displaying it

i am trying to auto complete department using jquery autocomplete library. ajax call is as follows $( "#auto_complete" ).autocomplete({ source: function( request, response ) { $.ajax({ url: …
maaz
  • 3,534
  • 19
  • 61
  • 100
0
votes
1 answer

Cakephp 2.1 - AjaxHelper

I am using latest(2.1.1)version of cakePhp. I was trying to implement ajaxHlper(http://www.cakephp.4uk.pl/) . but stuck in between.