CakePHP
Downloads
Releases
Pear channel
Documentation
API
2.1
|
2.0
|
1.3
|
1.2
|
1.1
Book
2.x
|
1.3
|
1.2
|
1.1
Community
Issues
Bakery
Plugins & packages
Contributors
Google Groups
Logo
Q & A
TV (Screencasts)
Services
Certification
Consultation
Support
Training
Bin
New
Saved
controller ajax
By
robksawyer
Language
php
Pasted on
on 26/1/09
View Paste
/**
*
* @return
* @param object $user[required]
*/
function
index
(
$user
=
null
)
{
...
This is inside question_controller.php
By
robksawyer
Language
php
Pasted on
on 12/1/09
View Paste
/**
* Handles making an answer the chosen answer for a particular question.
* @return
*...