Re: I need full ORM example

2010-04-25 Thread zonery
> Then just customize the baked models/controllers/views to your needs. > > On Apr 25, 1:38 am, zonery wrote: > > > > > Hi everybody, > > I need full ORM crud example. (Not with scafolding). Manually created > > conroller, model and view including "one to

Re: I need full ORM example

2010-04-24 Thread zonery
blog example has one database table. there is no associations several tables... so, blog example is not enough for me. thank you On 25 Nisan, 02:52, thatsgreat2345 wrote: > http://book.cakephp.org/view/219/Blog > > Blog example > > On Apr 24, 4:38 pm, zonery wrote: > &g

I need full ORM example

2010-04-24 Thread zonery
Hi everybody, I need full ORM crud example. (Not with scafolding). Manually created conroller, model and view including "one to many", "many to many" and "one to one" associations. including index, edit, add, delete functionalities. do you know any tutorial or good example.. thank you for advices

cakephp 1.2 manual for print out (in pdf format)

2010-04-19 Thread zonery
if you need you can get it here; http://www.ibonette.com/cakephp-1-2-manual-for-print-out/ Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group.

CakePHP 1.2 Manual for print out (in pdf format)

2010-04-19 Thread zonery
I compiled cakephp 1.2 manual for print out from online book. if you need, you can get it here; http://www.ibonette.com/cakephp-1-2-manual-for-print-out/ Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message b

Re: Database sessions in version 1.3

2010-04-14 Thread zonery
y 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 Apr 14, 5:24 am, zonery wrote: > > > thank you for your interest. > > its better to continue with ver.1.2

Re: Database sessions in version 1.3

2010-04-13 Thread zonery
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 zonery
advice me.. thank you On 13 Nisan, 14:32, 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

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