1. Post #1
    Gold Member
    Irish_Cereal's Avatar
    June 2006
    168 Posts
    I recently started really digging into FuelPHP. It's an MVC framework built by the same people as CodeIgniter, only it uses PHP 5.3 and to my understanding, is a lot more technical. I'm really loving it so far. It's flexible, speedy, and easy to pick up given you are familiar with MVC.

    Does anyone else here use it? What are your feelings about it?

  2. Post #2
    graymic's Avatar
    September 2005
    138 Posts
    If you're just doing this for learning that's fine, but if you're going to go into production, surely it's going to be more advantageous to just stick to ASP.net or RoR instead?

    I really can't stand the latest PHP frameworks as they are incredibly Verbose. At least that's my impression of the latest ones.

    What's FuelPHP like in comparison to Laravel?
    Reply With Quote Edit / Delete Reply Mac United Kingdom Show Events Funny Funny x 2 (list)

  3. Post #3
    ArgvCompany's Avatar
    June 2012
    448 Posts
    If you're just doing this for learning that's fine, but if you're going to go into production, surely it's going to be more advantageous to just stick to ASP.net or RoR instead?

    I really can't stand the latest PHP frameworks as they are incredibly Verbose. At least that's my impression of the latest ones.

    What's FuelPHP like in comparison to Laravel?
    I get your point, however PHP support by hosters is much more common.
    Reply With Quote Edit / Delete Reply Windows 7 Germany Show Events Agree Agree x 2 (list)

  4. Post #4
    graymic's Avatar
    September 2005
    138 Posts
    I get your point, however PHP support by hosters is much more common.
    I suppose that's fine for small odd jobs, but if you're making an application you really should be setting your own environment up or going for a managed solution. That way what ever you choose will be "supported" most times.
    Reply With Quote Edit / Delete Reply Mac United Kingdom Show Events Dumb Dumb x 2 (list)

  5. Post #5
    DONT KNOW WHETHER YOU GUYS ARE AWARE BUT UNITY3D COSTS LOTS OF MONEY AND THE FREE VERSION ISNT VERY GOOD
    SteveUK's Avatar
    May 2005
    2,193 Posts
    I get your point, however PHP support by hosters is much more common.
    Which is why shared hosting sucks. If you rent a VPS, then you can install Ruby on Rails or ASP.net/Mono.
    Reply With Quote Edit / Delete Reply Windows XP United Kingdom Show Events Agree Agree x 5Artistic Artistic x 1 (list)

  6. Post #6
    Gold Member
    Irish_Cereal's Avatar
    June 2006
    168 Posts
    I cannot stand ASP.net. RoR is okay but what's so different about RoR than Fuel?

  7. Post #7
    RUBY OVERLORD
    swift and shift's Avatar
    November 2011
    2,117 Posts
    RoR is okay but what's so different about RoR than Fuel?
    rails uses ruby and fuel uses php.

    If you're going to be making the step up to a real framework, why not also make the step up from PHP. I think a lot of the PHP zealots here don't appreciate the difference a nicely designed language makes to productivity and happiness
    Reply With Quote Edit / Delete Reply Mac Australia Show Events Agree Agree x 3 (list)

  8. Post #8
    im gay for disseminate
    Knallex's Avatar
    May 2007
    1,203 Posts
    rails uses ruby and fuel uses php.

    If you're going to be making the step up to a real framework, why not also make the step up from PHP. I think a lot of the PHP zealots here don't appreciate the difference a nicely designed language makes to productivity and happiness
    Some people have difficulties changing languages, even if they want to. It's often a commitment issue like I have, I really want to learn Ruby, but I keep giving up for no reason. Does not really help that Norway, where I live, mostly uses PHP or Java for their sites. Then again, I'm not going to be programming professionally or anything, but yeah.

  9. Post #9
    a2h
    Gold Member

    September 2008
    2,460 Posts
    FuelPHP is nice.

    I'd much rather use Rails, but I'm working on a project that has to be in PHP. FuelPHP is actively developed, and it's inspired by Rails (somewhat -- there's a lot of non-Rails behaviours around which I don't like much). So that's my choice. The Rails way is nice.

    Also, Oil still amazes me at how it's a CLI app written in PHP

  10. Post #10
    Gold Member
    Irish_Cereal's Avatar
    June 2006
    168 Posts
    I guess I should give RoR a real shot. I have used some frameworks in the past and Fuel is the best. If it's based on Rails like you say, maybe RoR is the way to go. I've also been looking into Django, what's everyone's take on that?

    And yes, Oil is pretty amazing. :D
    Reply With Quote Edit / Delete Reply Windows 7 United States Show Events Funny Funny x 1 (list)

  11. Post #11
    a2h
    Gold Member

    September 2008
    2,460 Posts
    It's not really based on Rails, but it's been influenced by Rails in certain ways. If you go ahead and learn Rails you'll find a lot of similar concepts, but also a lot of different ways of doing things from Fuel as well

  12. Post #12
    DONT KNOW WHETHER YOU GUYS ARE AWARE BUT UNITY3D COSTS LOTS OF MONEY AND THE FREE VERSION ISNT VERY GOOD
    SteveUK's Avatar
    May 2005
    2,193 Posts
    I cannot stand ASP.net. RoR is okay but what's so different about RoR than Fuel?
    Which ASP.net? WebForms or MVC? I have to use WebForms at work at it's not too bad, and MVC is awesome. Why didn't you like it?

  13. Post #13
    Gold Member
    Irish_Cereal's Avatar
    June 2006
    168 Posts
    Which ASP.net? WebForms or MVC? I have to use WebForms at work at it's not too bad, and MVC is awesome. Why didn't you like it?
    I worked with it a while back and maybe it was the developer more than the language but it seemed so messy and clunky. Maybe I need to give it another look.

    I've gotten into Ruby on Rails. I gotta say, I absolutely love it. I never want to touch PHP again. You guys were right. The Active Record and rake tools are amazing. And gems are so easy to use and install. Development just comes so much easier.

    Thanks for the tip!

  14. Post #14
    Gold Member
    StinkyJoe's Avatar
    June 2006
    2,129 Posts
    As far as PHP frameworks go, you can do a lot worse than FuelPHP.

  15. Post #15
    DONT KNOW WHETHER YOU GUYS ARE AWARE BUT UNITY3D COSTS LOTS OF MONEY AND THE FREE VERSION ISNT VERY GOOD
    SteveUK's Avatar
    May 2005
    2,193 Posts
    I worked with it a while back and maybe it was the developer more than the language but it seemed so messy and clunky. Maybe I need to give it another look.

    I've gotten into Ruby on Rails. I gotta say, I absolutely love it. I never want to touch PHP again. You guys were right. The Active Record and rake tools are amazing. And gems are so easy to use and install. Development just comes so much easier.

    Thanks for the tip!
    So, the answer is WebForms, which is the old ASPX page + code behind? Use ASP.net MVC, it's almost like an entirely different kettle of fish.

  16. Post #16

    May 2011
    213 Posts
    FuelPHP is nice, but Laravel is better.