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
-3
votes
2 answers

Difference between $this->Html->url and $this->Html->link in Cakephp

As of my knowledge these both are used for creating links : What is the main difference between $this->Html->url and $this->Html->link in Cakephp? Is there any performance issues occurs for using these? What if i want to open link in new tab using…
s4suryapal
  • 1,880
  • 1
  • 18
  • 26
-3
votes
1 answer

Cakephp fetch data from database without refreshing the page

i am working on a Cakephp 2.x ....actually what i want is i am showing a battery level on my view page and memory usage too... so the battery and memory is keeps on changing after some seconds or minutes ... so i dont want user to refresh or reload…
mynameisjohn
  • 175
  • 1
  • 9
  • 31
-3
votes
1 answer

Array transformations

How can I make this array : Array ( [Qualifications] => Array ( [name] => Array ( [0] => 1 [1] => 2 ) [description] => Array …
-4
votes
1 answer

What is difference between bindModel and loadModel in cakephp 2.x?

What is difference between bindModel and loadModel in cakephp 2.x? Which one is best to use in search query.
KS Rajput
  • 203
  • 2
  • 8
1 2 3
67
68