SaveAll not saving multiple model data when first oine is blank!

2010-08-05 Thread Affinity
Hi I am completely confused... I have several hasMany relationships in a model. I have a page that allows the user to add multiple rows of data to each of these hasMany tables. If the first hasMany data is entered, then any subsequent data is saved using SaveAll too. BUT if the first hasMany data

Re: What's best way to create the Admin area?

2009-06-07 Thread Affinity
"I didn't realise you were considering having admin" Sometimes I wont be but sometimes I will. For example, a customer profile page allows them to edit everything, but maybe not username like most other sites/forums people register on. But Admin on the other hand when editing a customer detail wi

Re: CakePHP or Symfony Which is the Best?

2009-05-08 Thread affinity
I tried to learn Zend, Symfony and Cake and found CakePHp the easiest to pick up. So I thinkfor newbies its the best. But from what I read if you're an expert maybe Zend is although probably wont know for a while. -- View this message in context: http://n2.nabble.com/CakePHP-or-Symfony-Which-i

Re: Poll: what do you hate about CakePHP?

2009-05-08 Thread Affinity
Lack of good userguides and tutorials. The ones that exist cover a few basics but thats about it, I struggle with more advanced stuff. Lack of a good, proper support forum. Apart from that Iove it and am persevering as I found it a lot easier to learn than Zend. --~--~-~--~~-

Re: Why is it so hard to find answers on cakephp trouble?

2009-03-27 Thread Affinity
Reply to Ad7six (sorry topic has moved on but wanted to answer) regarding support forums "What forums?" I have also posted on http://www.cakephpforum.net/. I couldnt find any others apart from this Nabble/Google Group. "When you say forum what do you mean? Google groups allows users to pick

Re: Why is it so hard to find answers on cakephp trouble?

2009-03-26 Thread Affinity
I find support not great... I have asked a few questions on various forums and got no reply to any, so I have had to struggle through on my own. Its not a great way to get people into it. Although I started trying to learn Zend and did find CakePHP documentation/examples better. I'm also surprise

Re: What do you develop in (ide, text editor, etc.)?

2009-03-01 Thread Affinity
Tried using Netbeans et al but not got into it big time yet, so still use Notepadd++ which is an excellent text editor. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send emai

Re: Cannot get aros_acos to populate, so cannot access anything

2009-02-16 Thread Affinity
Just to update this post... I just could not get the ACL to work even following all tutorials, I think they must miss a few things somewhere that newbies will overlook. So I found Authake which seems to work great http://conseil-recherche-innovation.net/authake. Tried a couple of others but this

Re: how to set css for internet explorer

2009-02-16 Thread Affinity
Oh, and then dont forget to get Mulitple IEs, an excellent tool to install many versions of IE on your windows http://tredosoft.com/Multiple_IE. This is another thing many designers forget... to check the design on all the IE's as it may be different in each one. If you design in Firefox it may be

Re: how to set css for internet explorer

2009-02-16 Thread Affinity
I agree with conditional CSS. I started using is a few years ago and have found nothing that is better. Add in your main CSS first that covers everything, and the CSS works for say Firefox. Then add in a IE6 and IE7 CSS that only includes the changes you need to the main CSS (i.e. no need to have

Re: Cannot get aros_acos to populate, so cannot access anything

2009-02-02 Thread Affinity
I have discovered (with difficulty) the initDb and buildAcl functions are called by going to them in the URLs, which is not documented in any tutorials: http://localhost/yourproject/users/initDB http://localhost/yourproject/users/buildAcl I get an error when running initDB but at least the permi

Re: Cannot get aros_acos to populate, so cannot access anything

2009-02-02 Thread Affinity
Oh I just realised the above code where it says $aroAlias, $acoAlias I assume you should replace it with the right arcoAlias and $acoAlias I think?? Anyway, still doesnt work if I enter:- cake acl grant Administrators Users all cake acl grant 1 Users all still get same error whatever I try, and

Cannot get aros_acos to populate, so cannot access anything

2009-02-01 Thread Affinity
Hi Am new to Cake so am following some tutorials. I have been following this tutorial which is more or less same as others I have seen: http://mark-story.com/posts/view/auth-and-acl-an-end-to-end-tutorial-pt-1 But the aros_acos table is not being populated at all. So when my Admin user logs in I

Mail Component Not Working

2008-02-24 Thread Affinity Skateboards
I am trying to use the mail component on my contact page ( http://www.theskateparkdirectory.com/contact/ ) and I get the following message: Missing Component File You are seeing this error because the component file can't be found or doesn't exist. Notice: If you want to customize this error me

Email Component not working..

2008-02-24 Thread Affinity Skateboards
I am trying to use the email component on my contact page, but when trying to add the component in my controller I get: Missing Component File You are seeing this error because the component file can't be found or doesn't exist. Notice: If you want to customize this error message, create app/v