Re: Earn $1000-$2500 per month

2011-05-24 Thread Robert J. Maiolo
thanks for the spam On Mon, May 23, 2011 at 11:24 PM, rose anjel roseanje...@gmail.com wrote: Earn $1000-$2500 per month If you Register your name You Get Sign-up bonus $5 AND Get $.20 cent for each referral. Further details

[OT] CakePHP presentation..

2011-03-20 Thread Robert J. Maiolo
Many thanks to Larry Masters, Jose Rodriguez and Graham Weldon for coming out to LA last week .. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related

Re: Auto Increment A Field

2011-02-24 Thread Robert J. Maiolo
why not just retrieve the value, increment then update the field? On Thu, Feb 24, 2011 at 11:09 PM, tubiz tayi...@gmail.com wrote: Please I would like to know how to auto increment a field in a table in my database. I want to to be incremented once the action is clicked upon. Thanks. --

Re: INVITATION TO JOB FAIR

2011-02-15 Thread Robert J. Maiolo
and this is why I hate joining email lists... On Mon, Feb 14, 2011 at 6:30 AM, job fair job.fair1...@gmail.com wrote: AMA Business JOB FAIR on 26 27 Feb @ Palace Ground.Exp-0-7yrs.Onspot hiring upto 2000 JObs.Resume at resume@gmail.com.fwd IT 2 UR FRND Dear Friends AMA Business is

Re: best webhosts for CakePHP

2011-01-13 Thread Robert J. Maiolo
I share Dave's frustration with MediaTemple..they used to be pretty good.. For my money, Rackspace is where it's at these days.. R On Thu, Jan 13, 2011 at 9:27 AM, Dave Maharaj m...@davemaharaj.com wrote: Not only for Cake but that's pretty much all I use these days, but my hate for Media

Re: IDE

2010-12-21 Thread Robert J. Maiolo
eclipse for the win On Tue, Dec 21, 2010 at 6:57 AM, Kristofer krishop...@gmail.com wrote: What IDE do people typically use with CakePHP? I've been doing stuff from the Linux command line using vim for so long. I'd like something more graphical that (hopefully) supports SVN. Looking for

Re: Get the last insert id

2010-10-25 Thread Robert J. Maiolo
after your save statement.. $var = $this-Contact-lastInsertId(); On Mon, Oct 25, 2010 at 7:48 AM, macha srin...@gmail.com wrote: Hello I am using cakePHP 1.3 and I am unable to retreive the last inserted row's id. I actually am using $this-Model-id to retreive the last inserted id but I am

Re: CakePHP future

2010-09-04 Thread Robert J. Maiolo
good questions..I look forward to reading what people say on this.. On Thu, Sep 2, 2010 at 9:10 PM, sambo chhaysa...@gmail.com wrote: Does Lithium framework is the future of CakePHP? And what is different with CakePHP 2.0 and Cake3 (released under a new name: Lithium)? You can see this link

Re: Does every model need a name field? Why?

2010-08-26 Thread Robert J. Maiolo
perhaps he meant a name variable, as shown in the following example: 1. ?php 2. class Ingredient extends AppModel { 3. var $name = 'Ingredient'; 4. } 5. ? On Thu, Aug 26, 2010 at 1:23 AM, psybear83 psybea...@gmail.com wrote: Hi all I'm just digging into CakePHP and

Re: Website Structure

2010-07-22 Thread Robert J. Maiolo
personally..I woud use jquery to do that... On Wed, Jul 21, 2010 at 10:13 AM, Chaim ch...@oxfordshul.com wrote: Hello, I am a beginner to CakePHP, so forgive my amateur question. I am unsure how to structure my website. I have four blocks and then when one block is clicked it changes to