Newbie help regarding highest number

I really need to access the single highest number in my database, how do i store it in a $highest variable?

The highest number anywhere in your database, or the highest number in a particular column of a particular table? And what version of CakePHP are you using? The answer will vary depending on that.

highest number in a particular column of a particular table. im using the latest one