Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

trq last won the day on September 10 2014

trq had the most liked content!

About trq

  • Birthday 06/12/1975

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

trq's Achievements

Prolific Member

Prolific Member (5/5)

255

Reputation

  1. The simplest way to gain request-start to request-end speed is to cache using something like akamai.
  2. Composer ships with an autoloader, just stick to one of the standards and use that.
  3. The official site will have the best most up to date documentation, not that it's a very popular framework IMO.
  4. That is correct.
  5. CodeIgnitor will teach you nothing.
  6. Codelgniter is an abomination and a dying project so forget it. Any of the other 3 are probably worthwhile though I don't hear much about Cake these days (but that is likely just the circles I hang in). As for where to start. This question gets asked all the time and the answer is always the same. Try them all and see. If I were in your position I would spend a weekend with each, and then decide. They are all very capable, so it's just personal opinions as to which one you like best.
  7. Your code is unreadable.
  8. It is. I use it on a daily basis with a few large Symfony2 based applications. It's a great tool. http://thorpesystems.com/blog/debugging-php-in-vim I'm pretty interested in taking a look at http://phpdbg.com one of these days too as it ships with PHP5.6.
  9. The second question in particular assumes you are talking about client side (executed in the browser) javascript. Server side javascript is becoming more and more popular these days and is capable of making use of many different database systems.
  10. vim for Windows? Yuk.
  11. We do not delete accounts. If you don't want it, don't use it, simple.
  12. 2 & 3 will never happen using vim's autocompletion. And 1, well, vim gets its context from a few different locations depending on the keystroke you use to start completion. Generally, I only ever use the context of the current buffer. This meens variables will only be completed if they already exist in the current buffer. Not that I use completion often anyway.
  13. Not at all. That's why I said I rarely use it.
  14. vim's code completion is the best (quickest and most flexible) Ive used, not that I use it often.
  15. trq

    PHP Micro-Frameworks

    Silex (http://silex.sensiolabs.org) is an awesome micro-framework built on the shoulders of Symfony (another great though full stack framework).
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.