CakePHP: A nice PHP Framework

Discussion in 'PHP' started by gigapromoters, Oct 21, 2006.

  1. #1
    I recently tried building few small applications with CakePHP. I'm happy to see a very well structured and flexible code at the end....

    However, i am still struggling up with some common issues like template handling and all... but i think overall its 7 out of 10.

    How was your experience with it, and do you think if it will be good option to make applications for our clients ?
     
    gigapromoters, Oct 21, 2006 IP
  2. intoex

    intoex Peon

    Messages:
    414
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hm, I started similar topic about Symphony project, but seems, here there are "professionals", who know only <?php echo "hello world"; ?> so got no responses also. It's a pity.
    CakePHP - could it be installed in PEAR?
    ~Alex
     
    intoex, Oct 26, 2006 IP
  3. gigapromoters

    gigapromoters Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    LOL... That can't be true... People just dont get time to review all new stuff.

    BTW, I have installed CakePHP standalone, and made a small application with it. I found it to be very successful and we will be using in our next project. I'm just concerned over security a bit since a part of it will always remain open source.

    However, it will rock for those who ' echo "hello world"; '... , once they learn it. Applications from most of the freelancers and small companies fails to survive in long-term because of the unfriendly written code. CakePHP doesn't only solve this problem but it also lets you develop the application while you learn the framework.

    Have you seen their videos ?
     
    gigapromoters, Oct 26, 2006 IP
  4. intoex

    intoex Peon

    Messages:
    414
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    didn't. I want to find time for frameworks analize and view their features
    Also got PRADO. Found it very complex
     
    intoex, Oct 26, 2006 IP
  5. gigapromoters

    gigapromoters Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Oh, I came to know about Prado this morning itself.. It looked cool, but available only for PHP5.

    Watch any CakePHP video, they are just like RoR (Ruby on Rails) but much more easier to learn for PHP developer.
     
    gigapromoters, Oct 26, 2006 IP
  6. intoex

    intoex Peon

    Messages:
    414
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I don't find RoR a good solution. It's rapid for first stages, but then...
    And it's good to develop prototype quickly, and then it will be rewritten on PHP or Java or .NET.
     
    intoex, Oct 26, 2006 IP
  7. pondlife

    pondlife Peon

    Messages:
    898
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #7
    OK, I've got to admit that I'm not much better at PHP than 'hello world' but this looks interesting.

    I'd really like to have an Ajax implementation on my site but, although I bought a book on it, I've not been able to create any code that works (this may be because the book is PHP 5 biased and my host is only 4).

    Would CakePHP be able to give me an Ajax like solution? (forms updating as they get filled etc...)

    Hope I don't sound too thick ;)

    Edit: Just reading thru this article - it's a good place to start for those wanting to learn about this new framework: zZine CakePHP article

    Cheers, p.
     
    pondlife, Oct 26, 2006 IP
  8. gigapromoters

    gigapromoters Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Oh really, it will be available for PHP too ?
     
    gigapromoters, Oct 26, 2006 IP
  9. gigapromoters

    gigapromoters Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    You will get a perfect Ajax solution with it. I discovered today that you just have to switch a variable to true/false to enable/disable ajax in many forms (provided you use their API well).
     
    gigapromoters, Oct 26, 2006 IP
  10. gigapromoters

    gigapromoters Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    gigapromoters, Oct 30, 2006 IP
  11. intoex

    intoex Peon

    Messages:
    414
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #11
    GigaPromoters, what is your role of CakePHP framework? tested, developer, or just programmer, who use it?
    I think I will find time to view on CakePHP, now look at Symphony. What can I tell - they all big solutions, but ideal variant is little, but quickly think.
    I found one big trouble of Symphony - is View component. How is in CakePHP? If it's using Smarty then it's much better I think
     
    intoex, Nov 1, 2006 IP
  12. pondlife

    pondlife Peon

    Messages:
    898
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Hi GigaPromoter,

    Fantastic, that's me convinced. Will see if I can get it installed on my server and have a play.

    Thanks!
     
    pondlife, Nov 1, 2006 IP
  13. gigapromoters

    gigapromoters Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I am not sure what you mean here ??


    Symphony is only available for PHP5, which i dont like about it, i haven't played much with it yet. O BTW, CakePHP doesnt use Smarty, but it allows you to use Smarty too if you are more comfortable with it. Here's the link to Smarty View Class.
     
    gigapromoters, Nov 1, 2006 IP
  14. intoex

    intoex Peon

    Messages:
    414
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I mean you just programmer, who use cakephp? or take part in development of cakephp framework?
     
    intoex, Nov 1, 2006 IP
  15. gigapromoters

    gigapromoters Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I'm just a programmer who didn't even knew CakePHP properly a month back :)

    Looks like we are the only guys interested in this topic....lol
     
    gigapromoters, Nov 1, 2006 IP
  16. gigamike

    gigamike Active Member

    Messages:
    165
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #16
    I encounter 1 time using the CakePHP in creating a progressbar...lol

    nice blog mate very interesting

     
    gigamike, Nov 1, 2006 IP
  17. ma0

    ma0 Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Hey, I'm interested in Cake(s) too.
    Ouch..that's an old post :(

    No one here is an expert on CakePHP' security?
     
    ma0, Jun 22, 2007 IP
  18. uniqueasitis

    uniqueasitis Peon

    Messages:
    661
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #18
    what is cakephp
     
    uniqueasitis, Jun 22, 2007 IP
  19. ma0

    ma0 Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #19
    cakePhp is a framework similar to Ruby On Rails. It's the fastest way to build (complex) websites in php.
     
    ma0, Jun 25, 2007 IP