Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Indeed we do: http://forums.phpfreaks.com/topic/182040-which-php-editor-do-you-think-is-the-best-v2
  2. Google "HTML WYSIWYG editor". There should be plenty of results.
  3. There are plenty of benefits to using buffers in the context of template rendering. Having the ability to load template data into a specific scope without it displaying there and then is one of them.
  4. Thanks man, but Proem has fallen over probably six months ago. The birth of my son was 8 months ago and I have since had a major priority shift. I'm pretty happy just working my 9-5 at the moment, plenty enough challenges there so.... I doubt that will every change. This community doesn't have the same focus as a community centered around some OSS project.
  5. I don't. Ive looked hard for a use case, and have even attempted to force myself to use them in some cases, but they have never felt right. There is always a better way, and IMO, I'd just avoid traits all together. I really don't understand how things like traits get into the language yet things like property accessors don't. os and ps: It's great to see you back around these parts John.
  6. trq

    Smarty

    We use smarty at work and it is a bloated unnecessary PITA. I see very little benefit to templating engines in general and Smarty especially.
  7. A little of topic but Photograph doesn't sound like a type of database_object, why is it extending it in the first place?
  8. Loops are covered in any php 101 lesson. You need to learn some basics.
  9. There is no limit on file includes. What is the problem exactly?
  10. Curl is a pretty simple tool that follows the typical unix philosophy so can be scripted in pretty much any language available. You might want to define what exactly you want this "tool" to do.
  11. Too much code not enough information.
  12. You must have missed this? http://forums.phpfreaks.com/topic/150979-this-board-is-not-a-code-repository/
  13. 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).
  14. This resonates with me more than anything else. http://blog.sanctum.geek.nz/series/unix-as-ide/
  15. My main motivation for working in vim is the fact that we do allot of remote stuff via ssh on client machines at work. So, now I can use the same editor under all circumstances. Even when I work from home, it's so much easier to just connect to the vps, ssh in and open vim in a terminal. I don;t have to worry about the overhead of a Desktop.
  16. Have you tried an IDE? I used to think a simple text editor was all I needed too, but then I tried an IDE. The only time I use a regular text editor now is just for real quick edits, or stuff that I don't want to make into a project in my IDE. IDE's tend to get in my way. All I use is vim with a few plugins: https://github.com/tpope/vim-pathogen https://github.com/tpope/vim-fugitive https://github.com/tpope/vim-unimpaired https://github.com/vim-scripts/taglist.vim https://github.com/vim-scripts/sessionman.vim https://github.com/vim-scripts/bufexplorer.zip https://github.com/tpope/vim-surround https://github.com/vim-scripts/FuzzyFinder
  17. I'm a massive vim fan so don't really have much of an opinion when it comes to IDE's.
  18. That's because MS sux balls.
  19. Hmmm, I smell spam.
  20. There is no definitive answer, just opinion. Often the one that is well suited to your style of development and specific project requirements will be the best one to use.
  21. I used to use dynamically loading js, but it ended up being allot more efficient to put all js into one file and the minify it. Its the actual http requests to multiple files that hurts more than size. Of course it would also depend on what sizes where talking about. Loading a 50k-80k file just to use one function etc etc.
  22. Have you checked out some of the editors mentioned in this thread?
  23. This board is here for questions directly relating to already existing Third Party code. It is NOT a code repository or the place to post requests looking for specific scripts. If you can't find the script you are looking for on Google, you either don't know how to use Google or the specific script does not exist. DO NOT request help with searching.
  24. I'm not sure how that would be achieved through php. The rule is that you use a before words that start with a consonant sound and an before words that start with a vowel sound.
  25. You'll need to be more descriptive. Your example makes little sense to me.
×
×
  • 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.