Re: How to read an item from an array

2012-10-30 Thread Babulal Saini
Hello... you are get your project title $title = $this-Project-field('title',array('condition'='condition')); On Thursday, October 18, 2012 5:12:42 AM UTC-4, Cody Sortore wrote: Okay, I'm a bit of a noob, but I've been messing with this all night and cannot figure it out. I've had this

Re: Error: Call to a member function find() on a non-object

2012-10-30 Thread Babulal Saini
Hello Russell Brown, You are use this code so this error not show again. Please add this code ?php class AddressesController extends AppController { var $name = 'addresses'; var $uses = array('Address'); function index($id = null) { $this-set('address_list',

Re: form value in cake 1.3

2012-10-30 Thread Babulal Saini
Hey you are use $this-User-save($this-data); That is very nice On Tuesday, October 9, 2012 3:19:34 PM UTC-4, Chris wrote: hi guys,... I'm in cake 1.3,... please help,... I can't read form value from inplace editor in a controller,... any other approch,...?

Re: Error: Index.phpController could not be found

2012-10-30 Thread Babulal Saini
Hi, ?php class IndexController extends AppController { } you are use this code... On Wednesday, February 22, 2012 6:46:08 PM UTC-5, amg55nj wrote: Completely new to CakePHP. Tried doing a search with no results. I installed CakePHP to my localhost Apache directory. Other programs

Re: CakePHP 2.x implement edit form in ajax in a popup

2012-10-30 Thread Babulal Saini
Hi, You are use facebox jquery this is very nice On Wednesday, October 3, 2012 10:00:22 AM UTC-4, Kiran wrote: I have read other posts and searched google before posting this here. I have a jquery popup in a view where I intend to show EDIT form and then submit using ajax. Further