Jump to content

Hari KT

Members
  • Posts

    126
  • Joined

  • Last visited

Everything posted by Hari KT

  1. RT @AmyStephen: @codeguy I added a section for discussion on PHP The Right Way - hope others join in! https://t.co/tJvxIeMOCJ @pmjones @ta

  2. We the #php community should really applause @taylorotwell for making @laravelphp so popular. It is for his dedication to the project.

  3. RT @pmjones: Laravel Keeps Using That Word -- I Do Not Think It Means What They Think It Means http://t.co/lflkuGPOt3

  4. RT @funkatron: So if I were trying to teach someone PHP right now, I’d use the built-in dev server, and the REPL (if readline works — big i…

  5. RT @codeguy: @nomadphp You're welcome! I imagine there are a lot of PHP users out there without a user group who can use your help :)

  6. RT @pmjones: After 10 days on the "presentation" chapter of @mlaphp, I finished the "controller" chapter in a day. The conclusion is near!

  7. Going through the comments http://t.co/nquRSNtMn9 @pmjones your articles also in the discussion ;)

  8. RT @ircmaxell: This is a disturbing thread. It's a bad thing, but the community reaction is fubar: https://t.co/ne8Qf1rkh9 Really goes over…

  9. RT @michaelcullumuk: Please note that @php_fig is not official nor endorsed by PHP FIG. https://t.co/yrHoXmCKCU

  10. RT @CaseySoftware: "Modernizing Legacy PHP apps with APIs” is a top @LeanPub bundle this week: http://t.co/IgtGLqGU3N /ht @pmjones @launcha

  11. $config->styles->append("/site/templates-admin/styles/custom.css"); $config->scripts->append("/site/templates-admin/scripts/custom.js"); Not PW guru myself, are you getting the things rendered in view source ? If so what are you getting the url as and when clicking the same are you getting the desired output .
  12. RT @svpernova09: @unisys12 I'm a big fan of Laravel, about to start a big project at work on it, and another project going to start using A…

  13. RT @CaseySoftware: API Design is hard. You can make it easier by modeling it correctly. Check out @launchany and my book: http://t.co/B1iZE…

  14. RT @mwop: Those of you getting excited about #swagger + #zf2 ... @Apigility will take this to a whole new level very soon!

  15. RT @francoisz: Atom.io: GitHub is launching a text editor in private beta, supposed to be more hackable than Sublime http://t.co/rzkgNDOidd…

  16. @horst you are welcome . Hope all is well at your end also.
  17. RT @rosstuck: @damon__jones @harikt @gena01 @blongden @stauffermatt The video of the v1 "Models and Service Layers" talk from #phpnw13 is n…

  18. RT @hoaproject: PHP The Right Way cites Hoa in components list: http://t.co/LuAT1T1Lnj… only along with @auraphp, @fuelphp and @symfony, …

  19. @apeisa I eneded up at PageListSelect . Thank you for the suggestion. @adrian the idea is when a user save an article, we need to get the date and time when the user saved the article. Say there is a list of articles. When X saved the article for future ( say like twitter favourite ) and at some point of time, he needs to look into the details when he saved it etc. I have a similar discussion at http://processwire.com/talk/topic/5301-looking-for-some-suggestions-help/ Thank you to all for the help.
  20. Hey @ryan I have send a PR https://github.com/ryancramerdesign/ProcessWire/pull/366 which will fix this. This have been run and is working fine. Edit : If you are running on an older ones have a look into http://zaemis.blogspot.in/2014/02/fixing-mysql-server-has-gone-away.html post . That will help you to set the flag. But not for PDO.
  21. RT @pmjones: So here's the followup: if header() is output, should it be used only in the presentation layer? (Tricky, tricky.)

×
×
  • Create New...