Re: Database sessions in version 1.3

2010-04-14 Thread zonery
thank you dear pals, especially, your last messages are very helpful... in addition, I am not agree with you, jacmoe. the book is not fairly up to date "for a newcomer". little things can confuse newcomers brains. but after all, (as you said) its better to continue with 1.3... because I see that t

Re: Database sessions in version 1.3

2010-04-13 Thread jacmoe
I checked, and running 'cake schema create Sessions' does create a cake_sessions table in your database. You can do this! :) That book is actually fairly up to date and complete. :) Beware that in two weeks time, CakePHP 1.3 will become the current stable version. So you better get used to it. On

Re: Database sessions in version 1.3

2010-04-13 Thread Jeremy Burns
Sorry for some apparent confusion. I checked one of my sites when producing that information and it was there. Must have been a hangover from a previous version. I also checked various release candidate folders and it does indeed seem to have moved. Anyway - on 1.3 RC4 the files are in: /cake/

Re: Database sessions in version 1.3

2010-04-13 Thread zonery
thank you for your interest. its better to continue with ver.1.2.6... because I am newcomer and the book is very important for me.. it seems ver.1.3 book must be updated.. thank you again... On 14 Nisan, 04:20, jacmoe wrote: > It's cake schema create Session, isn't it? > > On Apr 14, 2:13 am, zon

Re: Database sessions in version 1.3

2010-04-13 Thread jacmoe
It's cake schema create Session, isn't it? On Apr 14, 2:13 am, zonery wrote: > dear Jeremy Burns, > I am not asking about version 1.2.6... > My question is about version 1.3 > and there is no sql folder under  /app/config/... I download ver.1.3 > now, and checked again... there is no sql folder a

Re: Database sessions in version 1.3

2010-04-13 Thread jacmoe
OMG you are right. :) I guess I have to take back my change then.. Use the console. cake schema some_command session ?? I am not sure.. I thought it was still there, but it isn't. It was left over from when I upgraded from 1.2.x There's no information in the book about that. On Apr 14, 2:13 am, zo

Re: Database sessions in version 1.3

2010-04-13 Thread zonery
dear Jeremy Burns, I am not asking about version 1.2.6... My question is about version 1.3 and there is no sql folder under /app/config/... I download ver.1.3 now, and checked again... there is no sql folder and sql file... there is only schema folder under /app/config/ could you look again and

Re: Database sessions in version 1.3

2010-04-13 Thread jacmoe
I submitted a change to the page in question. On Apr 13, 1:32 pm, Jeremy Burns wrote: > It's in /app/config/sql/sesions.sql > > Jeremy Burns > jeremybu...@me.com > > On 13 Apr 2010, at 04:52, zonery wrote: > > > hi all, > > I want to store sessions in database. > > in 1.3 manual (http://book.cake

Re: Database sessions in version 1.3

2010-04-13 Thread Jeremy Burns
It's in /app/config/sql/sesions.sql Jeremy Burns jeremybu...@me.com On 13 Apr 2010, at 04:52, zonery wrote: > hi all, > I want to store sessions in database. > in 1.3 manual (http://book.cakephp.org/view/1310/Sessions), > it says "...run the database session SQL file located in app/ > config..."

Database sessions in version 1.3

2010-04-13 Thread zonery
hi all, I want to store sessions in database. in 1.3 manual (http://book.cakephp.org/view/1310/Sessions), it says "...run the database session SQL file located in app/ config..." but there is no database session sql file in app/config how can I create session database table (or get schema)? can