Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

PHP Frameworks

  • 19-08-2012 5:51am
    #1
    Closed Accounts Posts: 4,001 ✭✭✭


    Hi all

    I've previously worked as a PHP developer, but for the past few years I've mostly been working in QA.

    I am looking to modernise my PHP skills so I'm thinking of learning how to use the Zend Framework and use an IDE such as Zend Studio instead of my usual editor which is vim.

    I was wondering if any of you have any advice regarding learning PHP frameworks and in general what advanced PHP topics you think are useful to learn.

    My general programming skills are very good (e.g. I have previously written an elliptic curve cryptography application using C, and used to do a lot of Perl/C++ stuff) but I'm a little old school so need some advice on updating my PHP skills!

    Cheers


Comments

  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness


    Zend studio is quite rubbish unless you are using the zend framework. the IDE is very buggy (course it is it's build of eclipse).

    symfony is another framework that seems popular - http://www.symfony-project.org so is codeigniter - http://codeigniter.com


    my personal favourites would be:

    fuelPHP - http://fuelphp.com
    lithium - http://lithify.me


  • Registered Users, Registered Users 2 Posts: 2,751 ✭✭✭MyPeopleDrankTheSoup


    I've used a lot of PHP IDE's and PHPStorm blows them all way. It's based off the IntelliJ Java IDE if you've ever come across it. It's $150 but check out the trial version.

    I jumped between CodeIgniter and Zend Framework before settling on ZF. I can't remember a reason why! The ecosystems are about the same, roughly same number of questions on StackOverflow which I think is a good indicator of community size. http://stackoverflow.com/questions/tagged/zend-framework and http://stackoverflow.com/questions/tagged/codeigniter.

    I learn best by reading code and good, *current* open source projects using either framework were hard to find. I think there's a fragmentation problem with PHP frameworks which is an advantage of Ruby on Rails and their built in framework.


  • Registered Users, Registered Users 2 Posts: 6,889 ✭✭✭tolosenc


    <3 FuelPHP


  • Registered Users, Registered Users 2 Posts: 54 ✭✭tatrman


    you can have a look on Yii framework. It's nice and clean.


  • Registered Users, Registered Users 2 Posts: 1,757 ✭✭✭Deliverance XXV


    Has anyone tried CakePHP?


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 6,889 ✭✭✭tolosenc


    Has anyone tried CakePHP?

    Yeah, it's decent.

    I'd stick to Fuel coz it's awesome, or CodeIgniter because it's so widely supported.


  • Registered Users, Registered Users 2 Posts: 241 ✭✭fcrossen


    Check out Agile Toolkit - Pretty impressive stuff:
    http://agiletoolkit.org/


  • Registered Users, Registered Users 2 Posts: 1,127 ✭✭✭smcelhinney


    Has anyone tried CakePHP?

    I use it almost exclusively. Find it very easy to use. Does lots of really cool stuff around Inflection.


  • Registered Users, Registered Users 2 Posts: 16,414 ✭✭✭✭Trojan


    I experimented with CakePHP before going with CodeIgniter as it was more flexible. Both great systems.


Advertisement