Ubersimple auth system... any idea?

2011-12-23 Thread denisr
I am very newbie, so I am stucked in the auth system for Cake 1.3 I have a basic CRUD app done, I have my USER table... I need to make a basic auth system with: User registration (can be the ADD action of the USER model) User can edit only its own content I tried Authake, It looks cool, but I

Re: Ubersimple auth system... any idea?

2011-12-23 Thread denisr
the 3 parts of the series... it will probably answer all your questions. On Dec 23, 9:15 am, denisr den...@gmail.com wrote: I am very newbie, so I am stucked in the auth system for Cake 1.3 I have a basic CRUD app done, I have my USER table... I need to make a basic auth system

Cakephp 1.3 or 2.0, what should I use

2011-12-14 Thread denisr
I am working on a simple app with Cakephp2.0 Apart from the general CRUD actions, I need to do a bit of paypal integration and basic access levels. I am a bit stucked with Cakephp2.0 and the Paypal_IPN plugin. Should I bake everything again in Cakephp 1.3? Or do I run the risk to need to upgrade

CakePHP Paypal IPN Plugin, how to load it correctly?

2011-12-11 Thread denisr
So, I have cakephp 2.0.3 and the CakePHP Paypal IPN Plugin for 2.0. The plugin is originally made by https://github.com/webtechnick/CakePHP-Paypal-IPN-Plugin, I found a fork for 2.0 here - https://github.com/tenutso/CakePHP-2.0-Paypal-IPN-Plugin So, as the instruction said, I uploaded the

Re: CakePHP Paypal IPN Plugin, how to load it correctly?

2011-12-11 Thread denisr
', 'action' = 'index')); /* End Paypal IPN plugin */ *** On 11 Dic, 18:34, denisr den...@gmail.com wrote: So, I have cakephp 2.0.3 and the CakePHP Paypal IPN Plugin for 2.0. The plugin is originally made byhttps://github.com/webtechnick/CakePHP-Paypal-IPN-Plugin, I found a fork for 2.0 here

How can I link these models together? Product and multiple users

2011-12-08 Thread denisr
Hi, I am a bit confused on how can I link together two models, where the first model has 2 fields linked with the same model. Basically, the first model is about a product on a consumer swapping site, so it will have these fields: **model product user_id (the id of the user that submitted the

Re: How can I link these models together? Product and multiple users

2011-12-08 Thread denisr
( 'className' = 'Buyer', 'foreignKey' = 'buyer_id', 'conditions' = '', 'fields' = '', 'order' = '' ) On 8 Dic, 11:44, denisr den...@gmail.com wrote: Hi, I am a bit confused

Re: How can I link these models together? Product and multiple users

2011-12-08 Thread denisr
. On Thursday, December 8, 2011, denisr den...@gmail.com wrote: I forgot to mention. In the bake process I made an alias for the buyer, classname buyer, foreign id as the table field 'buyer id'. But, when testing, I get the Database table buyers for model Buyer was not found. This is how

Who's on fivver

2011-12-04 Thread denisr
I know this sounds weird... but I am wondering if any experience cakephp programmer is on fivver.com I have few thing to solve with cake and I need some help :) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site