-4

I am new to propel,any one can explain me about what is the use of it and how to integrate any framework with propel?

Sakthi Ganesh
  • 191
  • 1
  • 15

3 Answers3

4

Well, since there is an entire website about Propel, full of documentation and the like, I'll bet they can.

You bigger question, I think, is that you probably want to understand what the purpose of an ORM is. In short, it is a way of mapping between a relational database and an OOP framework, but Wikipedia has far more information, so you might want to start there.

EDIT


You mentioned in a comment that you'd like to combine this with CakePHP. Well here's how: don't unless you already know how to combine them. CakePHP has its own ORM system, so there really is no justifiable use case for having both (legacy code is not excuse -- just choose one!). If you're using Cake, use Cake and rejoice (you can have tea and skip on the or death)! If you're using Propel, use Propel and go somewhere.

cwallenpoole
  • 79,954
  • 26
  • 128
  • 166
2

For such a general question, I'd point you to the official site - http://www.propelorm.org/

Their documentation is surprisingly robust.

James Skemp
  • 8,018
  • 9
  • 64
  • 107
  • Yes I had a look at that already ,but I am not sure how to integrate the cakephp with propel – Sakthi Ganesh Jun 28 '11 at 13:07
  • That would have been a much better question / search. Based on your comment to a later question, it almost sounds like you're not sure what you want at this point. – James Skemp Jun 28 '11 at 13:17
  • Yes I agree with that, I need to create a propel application so what is my concern is can we perform all operation with a help of propel alone? or do we need any other framework to do any further customization? – Sakthi Ganesh Jun 29 '11 at 03:33
  • Well, from the Web site Propel is an ORM, so it'll make working with your database easier. However, that's not to say you couldn't use something that provided, for example, MVC support (so, making front-end development easier). See http://www.phpframeworks.com/ (unsure of when it was last updated) for a comparison. Note that CakePHP is listed at the above, so you may want to stick with that. – James Skemp Jun 29 '11 at 11:41
0

Have you tried their website? Here is a screenshot, this should do it. it's amazing what Google is capable of, don't be afraid to use it.

enter image description here

amosrivera
  • 26,114
  • 9
  • 67
  • 76