Re: User Authentication and User Management

2006-11-08 Thread Penfold
I am currently working on a project that requires maximum flexiblity for user management so ACM is a no go ( i need users in multipul groups and groups in multipul groups) i am willing to share what i have done so far, othauth is not the best place to start as very complicated and no

Re: bake.php script writes models, but not controller or views

2007-01-17 Thread Penfold
hi, i have had problems, it was to do with the table name not being pulars, i had address instead of addresses. worth checking as common to miss. Penfold --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP

Validate a field against 2 rules in 1.2?

2007-03-19 Thread Penfold
Hi all, I have been trying to set several validation rules for a field without much success, as the second rule always overwrites the fist. i have seen a few examples of multi rule validation but they are for 1.1 and all the info about 1.2 is single rule. can anyone help?

Re: Paypal nvp api

2008-10-20 Thread Penfold
Hi, I have written a component for nvp to use website payment pro uk. On 18 Oct, 22:25, dsrawlins [EMAIL PROTECTED] wrote: Is anyone aware of a cake component to interface with the Paypal nvp api? --~--~-~--~~~---~--~~ You received this message because you are

Re: Help with ACL

2008-10-22 Thread Penfold
HI, In your example there are users with multiple groups. this tutorial will help you. http://www.cakephpforum.net/index.php?s=5b11d7970e067edd8521121a5b0593e9showtopic=745 On 21 Oct, 06:06, jst4fun [EMAIL PROTECTED] wrote: Hi All, I have been trying to create an application using cakephp

Re: Anyone running on network solutions hosting? netsolhost

2008-10-22 Thread Penfold
its proabely and issue with .htaccess add BaseRewrite / to it. Check out bakery for 1 and 1, this is normally a common issue with hosting providers On 21 Oct, 17:28, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Have a client that bought hosting before contacting me ... he's on network solutions

Re: Anyone running on network solutions hosting? netsolhost

2008-10-22 Thread Penfold
, the helpers appear to be including the controller name in the path to the css ... link rel=stylesheet type=text/css href=/pages/css/ cake.generic.css thoughts? Again, this is latest Beta, not the RC from this morning. Hank On Oct 22, 6:36 am, Penfold [EMAIL PROTECTED] wrote: its

Re: Question about ACL

2008-10-23 Thread Penfold
Have a look at http://www.cakephpforum.net/index.php?showtopic=745 On 23 Oct, 08:34, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: HI I have a complex system to manage. My system is this: I have many users organized in groups and teams. A users can belong to many groups  and  It can belong

Re: can we generate 2D barcode with TCPDF..

2008-10-23 Thread Penfold
i think so On 23 Oct, 10:34, xelios [EMAIL PROTECTED] wrote: Is it possible to generate 2D barcode with TCPDF.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to

Re: TCPDF is not generating pdf...

2008-10-23 Thread Penfold
nope On 23 Oct, 06:51, xelios [EMAIL PROTECTED] wrote: on visiting the page.. {http://localhost/cake12/CakePHP/books/viewPdf} It is displaying a blank page... any clue... --~--~-~--~~~---~--~~ You received this message because you are

Re: TCPDF is not generating pdf...

2008-10-23 Thread Penfold
so is the explanation of your problem. On 23 Oct, 11:00, xelios [EMAIL PROTECTED] wrote: nope itself is a big clue... On Oct 23, 2:49 pm, Penfold [EMAIL PROTECTED] wrote: nope On 23 Oct, 06:51, xelios [EMAIL PROTECTED] wrote: on visiting the page.. {http://localhost/cake12/CakePHP

Re: change MIT license to GPL?

2008-10-23 Thread Penfold
AFAIK the licence is on a per file basis, and not per project. The only licence you need to worry about is what licence you give to your code as cake will stay MIT, TinyMCE with stay the licence it is released under. On 23 Oct, 14:34, pepejose [EMAIL PROTECTED] wrote: hello again. I

Re: Extending built-in Auth Component?

2008-10-24 Thread Penfold
Hi, there is a article on bakery about using ldap, in theory you would replace you users table with a link to ldap and you wont need to change anything in auth. and all user information will be store in ldap On 23 Oct, 22:10, Nathaniel Price [EMAIL PROTECTED] wrote: I'd like to extend the

OT: PHP IDE with GIT and SVN Plugins

2008-11-21 Thread Penfold
With the announcement of the release of the cakephp book source code on chaw.com which is a GIT repository, has posed an issue, I currently use easyeclipse for my IDE using a SVN Repository for my code. With the possibility of future projects along with future release of Cake and Bakery using

Re: Is there a way not to escape special chars?

2008-11-27 Thread Penfold
in your array include 'escape' =false --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: Translate behavior + Relations

2008-12-01 Thread Penfold
see this example from the FAQ page http://slun.ic.cz/files/books.zip On 1 Dec, 09:13, dezpo [EMAIL PROTECTED] wrote: Hello bakers, Is it possible to use translate behavior with relations like belongsTo or hasOne, when relation with hasOne needs to be translated using this behavior?

Re: store i18n data in database

2008-12-05 Thread Penfold
Hi, Cakephp can do translation with it's built in translate behaviour. import into your sql database i18n.sql in the models that has information that requires translation add var $actsAs = array('Translate' = array([This Array Holds All Fields that should be translated])); all the fields in

Re: Controller not needing a model?

2008-12-05 Thread Penfold
use var $uses = array(); as if you set any models in your app_controller var $uses = null; will overwrite them. On 5 Dec, 09:03, gearvOsh [EMAIL PROTECTED] wrote: Is there a way to make it so a controller does not need a model? I have a controller that holds login/logout/etc and theres no

Moving Cake Folder

2008-12-16 Thread Penfold
I have developed a Cake application in a folder which holds a RC3 version of the Cake. I would like to separate my application and cake to ease upgrading and use the same Cake Files for multiple projects. I currently have cake installed at C:\wamp\www\[projectname] i would like to have cake in

Re: How to pass data to javascript from cake's controller?

2008-12-18 Thread Penfold
This might do what your after http://debuggable.com/posts/passing-controller-variables-to-your-javascript:48b4f0c6-c718-47b2-bca1-05794834cda3 On 17 Dec, 23:29, Hipnotik pork...@gmail.com wrote: Hi I would like to build 2 javascript arrays in the view from data loaded in controller.

Re: Anyone in North East England?

2009-01-07 Thread Penfold
Hi Paul, I'm based in the south coast but a member of the http://groups.google.co.uk/group/aws-user-group?hl=en which is AWS linux group primarily based in the north east, this might help you make a connection to others in the web community in the north east. also there is a cakephp company

Re: Anyone in North East England?

2009-01-07 Thread Penfold
Hi grigri, I'm nearer to you than WebbedIT, im across in east sussex. On 7 Jan, 14:03, grigri j...@hendersonwebdesign.com wrote: I like the idea of a UK-based meetup. I'm not really sure how many UK bakers there are, but I'm guessing a few. I'm in the SW [Plymouth] myself, anyone

Re: Anyone in North East England?

2009-01-09 Thread Penfold
Hi Paul, There is also http://www.plugmyevent.com, which has a different pricing model. Ianh have you got any plans to implement a api so third parties script creation of the events etc? I would be interested in that for a project im currently working on. On 9 Jan, 08:17, WebbedIT

Re: Anyone in North East England?

2009-01-09 Thread Penfold
or just informal chat on brand building and/or selling a web app/SAAS in the UK at the moment! On Jan 9, 10:15 am, Penfold ianwtas...@gmail.com wrote: Ianh have you got any plans to implement a api so third parties script creation of the events etc? I would be interested

Re: Multiple paginators

2009-01-19 Thread Penfold
Hi, I think this is what your after http://debuggable.com/posts/how-to-have-multiple-paginated-widgets-on-the-same-page-with-cakephp:48ad241e-b018-4532-a748-0ec74834cda3 On 18 Jan, 22:08, ml mlehmusko...@gmail.com wrote: This could be a common problem, but searching this group provided no

Re: User Authentication Methods

2008-08-21 Thread Penfold
Hi cem, have a look at http://bakery.cakephp.org/articles/view/authext-a-small-auth-extension-to-set-permission-on-user-belonging-to-several-groups-roles this is a good out the box acl/auth component. it will get you up and running and is easy to follow. On 21 Aug, 09:23, cem [EMAIL

Re: 1.2 and Paypal

2008-08-26 Thread Penfold
Hi, I am currently using the code from the pdn community. I'm based in the uk and can use the named value pairs api which is a lot easier to use than the ipn US version. On 24 Aug, 08:30, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I've  noticed that the primary Paypal component

Re: 1.2 and Paypal

2008-08-26 Thread Penfold
i'm on the cakephp irc chat. find me on there and i will fill you in about the component. On 26 Aug, 10:11, Riccardo [EMAIL PROTECTED] wrote: It is possible view the code please ? (Also i based in UK). Thanks. On 26 Ago, 10:50, Penfold [EMAIL PROTECTED] wrote: Hi, I am currently

Re: Is ACL what I should be using?

2008-08-26 Thread Penfold
this might be a good place to start. http://www.cakephpforum.net/index.php?showtopic=745st=0#e;ntry3595 On 26 Aug, 03:12, validkeys [EMAIL PROTECTED] wrote: I am spec'ing out a new project. This project is going to have a similar set up to a project manager like basecamp with many

Re: 1.2 and Paypal

2008-08-26 Thread Penfold
hi fahad19 sorry i missed you on cake irc, im back now, what was your question? On 26 Aug, 10:23, Penfold [EMAIL PROTECTED] wrote: i'm on the cakephp irc chat. find me on there and i will fill you in about the component. On 26 Aug, 10:11, Riccardo [EMAIL PROTECTED] wrote: It is possible

Re: SSL Certificate Login with CakePHP

2008-09-04 Thread Penfold
Hi, Have a look at this it might help http://bakery.cakephp.org/articles/view/component-for-forcing-a-secure-connection On 3 Sep, 19:50, creationsings [EMAIL PROTECTED] wrote: Has anyone tried to use client certificates to login with CakePHP? I'm developing on a server that already has

Re: Auth component: username and password in two different models

2008-09-04 Thread Penfold
This is how to change from the default. $this-Auth-fields = array('username' = 'email', 'password' = 'passwd'); It might work if you added the model $this-Auth-fields = array('username' = 'email.email1', 'password' = 'user.passwd'); On 3 Sep, 23:37, jbarbede [EMAIL PROTECTED] wrote: Hello,

Re: Auth component: username and password in two different models

2008-09-04 Thread Penfold
:50 am, Penfold [EMAIL PROTECTED] wrote: This is how to change from the default. $this-Auth-fields = array('username' = 'email', 'password' = 'passwd'); It might work if you added the model $this-Auth-fields = array('username' = 'email.email1', 'password' = 'user.passwd'); On 3 Sep

Re: saveAll() not inserting related id pt II

2008-09-23 Thread Penfold
Hi, Your table needs to be innodb for the saveall function to work properly. as the auto insert id relies on transactions to work. On 23 Sep, 09:29, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks for bumping this, I never really got anywhere close to fixing this and went back to old loop

Re: question about sha1 usage?

2008-09-24 Thread Penfold
Hi, If this for a change of password or user registration, you will have a confirm password field, this wont be sha1 by the auth conponent, so do all the validation on this, then encrypt it and compare to the password. On 24 Sep, 00:05, rocket [EMAIL PROTECTED] wrote: So I have validation code

Re: saveAll() not inserting related id pt II

2008-09-26 Thread Penfold
, 4:34 am, Penfold [EMAIL PROTECTED] wrote: Hi, Your table needs to be innodb for the saveall function to work properly. as the auto insert id relies on transactions to work. On 23 Sep, 09:29, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks for bumping this, I never

Re: repair ACL acos tree cakephp

2008-09-29 Thread Penfold
What type of acl authorization are you using? Crud/model/action? On 29 Sep, 14:51, Robson [EMAIL PROTECTED] wrote: Few weeks ago we introduced application to our customer. It all went just fine untill now . System's rights are based on built-in CAKE-PHP ACL Behaviour. Today i got a call

Re: looking for a hosting company

2008-03-26 Thread Penfold
Hi, You can try www.mosso.com which runs on rackspace heardware and is a scaliable solution Ian On 26 Mar, 12:53, Zoltan [EMAIL PROTECTED] wrote: Just wondering if anyone has a hosting company they'd recommend. I've personally hosted a few sites on DreamHost, speed is ok, but getting Cake

Re: Dynamic Report/Report Creator.

2008-05-07 Thread Penfold
Have a look at http://bakery.cakephp.org/articles/view/report-creator-component On 6 May, 09:24, laeffe [EMAIL PROTECTED] wrote: Hi all. I'm trying to create a dynamical report creator, or what you could call it. What I need is some way of specifying which models and it's related ones i

Re: help with findAllthreaded - navigation menu

2007-05-25 Thread Penfold
Hi Luke, Have a look at this http://bakery.cakephp.org/articles/view/threaded-lists atricle it think it will cover what your wanting, there is also this article. http://bakery.cakephp.org/articles/view/coding-a-self-join-in-a-cake-application Penfold On 25 May, 12:00, luke BAKING barker

Re: How to display a session timeout message to the user

2007-06-06 Thread Penfold
Hi You can you check to see if the session is valid $this-session- valid() (i think) if the session is has timed out, it will be invalid. Penfold On 2 Jun, 06:55, uk_maul [EMAIL PROTECTED] wrote: Hi I see that my Cake session security default is set to MEDIUM - which logs out a user after

Re: I need help with Set::extract

2007-07-04 Thread Penfold
Hi, Have a look at this, http://bakery.cakephp.org/articles/view/simpleresults-behavior-re-index-results-from-findall, its a behaviour for 1.2 that changes the indexing. If it doesn't do what you need, hopefully it will give you a place to start. Penfold On 4 Jul, 04:05, Ketan Patel [EMAIL

Mambo 5 to be Cakephp Killer App

2007-07-26 Thread Penfold
Hi All, This is great news mambo will be using cake. I have only been using cake a little while and amazed by the support from the community. one thing i have noticed is newbies asking for apps out-of-the-box (myself included). Now with mambo seeing the light and adopting cake, hopefully

Re: Help with Google Checkout Integration

2007-09-13 Thread Penfold
Hi, This might be no help, but there's a paypal tutorial on the bakery. You could use this as a reference on how it can be used in a controller to model one for google. http://bakery.cakephp.org/articles/view/paypal-direct-payment-api-component Ian On 12 Sep, 06:46, Aaron Roberson [EMAIL

Shibboleth, LDAP and CakePHP

2007-12-21 Thread Penfold
Hi All, I'm working on a project which will have a customer focus to college and universities; currently there is a big push for the adoption of shibboleth for single sign on. I'm trying to work out if it will be a major issue trying to integrate shibboleth authentication into our cakePHP site.