Re: [symfony-users] Re: Defining an object [alias]?

2010-11-10 Thread Gareth McCumskey
My point is, trying to use symfony when you have very limited knowledge of PHP itself is like trying to learn to drive a truck when you've never driven before. There are a TON of resources out there to learn about PHP, one of the best being the php.net manual which lists all the functions and

[symfony-users] Re: Defining an object [alias]?

2010-11-09 Thread xpanshun
I'm sorry if some of you feel I don't belong here because I ask for help on things that are basic to you. I am not a developer pro. I am doing a project for school that is due at the end of the month. If I could find help elsewhere I would not be here. None of my teachers at school will help me

Re: [symfony-users] Re: Defining an object [alias]?

2010-11-09 Thread Alex Pilon
Lol, dude, this is a group of symfony professionals. If you need to ask basic php questions you should check out sitepoint.com. That entire board is a more or less an entry level board that would be the appropriate place to ask. Its great that you are trying to learn, but part of that is where

[symfony-users] Re: Defining an object [alias]?

2010-11-09 Thread xpanshun
Thanks Alex. I was not aware this was a strictly professional board. I will definitely have to check out that site. Again, thanks for being understanding about it. I never meant to upset anyone with my presence. On Nov 9, 10:53 am, Alex Pilon alex.pi...@gmail.com wrote: Lol, dude, this is a

Re: [symfony-users] Re: Defining an object [alias]?

2010-11-09 Thread Alex Pilon
Dude we arent upset about your presence and we don't wish you off this board. The point is, that this is a symfony user group. In general if one is using symfony, one already has a very good knowledge of php. When I say its a professionals board I guess what I mean is be professional. If you need

[symfony-users] Re: Defining an object [alias]?

2010-11-09 Thread xpanshun
I perfectly understand what you are saying about the integrity of the board. Again, I just did not know the whole protocol. But now that I know I will definitely evaluate any questions before I post here. Thank you for the heads up. On Nov 9, 11:01 am, Alex Pilon alex.pi...@gmail.com wrote: Dude

[symfony-users] Re: Defining an object [alias]?

2010-11-07 Thread xpanshun
The thing is, I am using a while loop already--the foreach won't fit in for what I am trying to do. But I can't access data from the database through something like: $product-getId() without defining that $products as $product somewhere. That is the problem; I can't access data I need. On Nov 6,

Re: [symfony-users] Re: Defining an object [alias]?

2010-11-07 Thread Jérémie
Could you show us your code? It will be easier to understand what you're trying to do. Jérémie Le dimanche 07 novembre 2010 à 07:53 -0800, xpanshun a écrit : The thing is, I am using a while loop already--the foreach won't fit in for what I am trying to do. But I can't access data from the

[symfony-users] Re: Defining an object [alias]?

2010-11-07 Thread xpanshun
@Jeremie, Thank you for making me review my code again! After your post I was getting ready to reply with my coding and I realized I didn't need that whole $product as $product thing in the first place. What I mean is, nearly all of my loop code was written to access the elements of a DQL