Jump to content

Hari KT

Members
  • Posts

    126
  • Joined

  • Last visited

Everything posted by Hari KT

  1. Hey Soma, When you check the code the user is actually reset $guest = $this->fuel('users')->getGuestUser(); $this->fuel('users')->setCurrentUser($guest); http://processwire.com/apigen/source-class-Session.html#254 So without a redirect itself it should work is what I assume.
  2. RT @mic_gallego: Tagging day: I’ve released ZfrRest 0.1.0 for #ZF2 https://t.co/NNZjyhAVwP An alternative to #apigility that focuses on Doc…

  3. Pushed a bit of code to create contributors section for @auraphp http://t.co/UUwXfBjZJO with some style taken from @slimphp / cc @pmjones

  4. I need to write a script to get all the list of contributors and list in a special page / home page of @auraphp . Lazy me :)

  5. Programming course http://t.co/gEZlOzbwYs by @noufalibrahim. It will be worth for you.

  6. RT @davidstanley01: @harikt was never trying to insult or put anything down, just having fun. Aura is an impressive collection and very wel…

  7. RT @pmjones: @mindplaydk this may, or may not, be to your liking: ExtendedPdo now works via decoration https://t.co/OodEoTYm1k see the mar …

  8. RT @mwop: Tools I use: `mkdir -p` with glob patterns: `mkdir -p Foo/{src,config,test,view/foo}` will create a project tree. #unix

  9. First thank you for the snippets and nice discussion. I was trying to logout the user. $session->logout(); if($user->isLoggedin()) { echo "Logged in"; } If I have not done a redirect like $session->redirect("/login/"); then the $user->isLoggedin() is true. Seems like a bug to me for the $user->id is not rest on logout. We need to reset the user->id . Thank you.
  10. RT @janvanasscheB: @koriym Free wifi in public toilets, a dream come true :)@harikt

  11. nerd wedding invitation source code https://t.co/VwSppzDD8N

  12. RT @francoisz: Framework7 - Full Featured HTML Framework For Building iOS7 Apps http://t.co/9MduKdUpkl

  13. Apigility: Using RPC with HAL http://t.co/vieJtF8ZJX via @mwop

  14. Anyone interested to move this #german translation of @auraphp forward ? https://t.co/SeXrQMWxvz

  15. RT @jwage: I want this in PHP. Proposed ~3 years ago by @coates https://t.co/q1VypbqHRj

  16. A wedding invitation http://t.co/F3eXvH8seJ . Have a look , awesome :)

  17. RT @dsp_: PHP 5.6.0 beta1 this week. #php

  18. RT @_odino_: Yo! We are looking for a senior #Symfony2 / #API engineer, good package, great weather, crazy team (http://t.co/a5XyD373zl) an…

  19. RT @ramsey: Zend PHP, HHVM, JPHP, and now HippyVM. Let the proliferation of PHP VMs and fragmentation of the language begin. http://t.co/h6…

  20. RT @mlaphp: New chapter: "Extract Public Resources To A Document Root". Buy your first copy, or get your free update, at https://t.co/8BwYk…

  21. Thank you @EvanDotPro @AmyStephen for reminding @pmjones. Thanks Paul for dedicating the time to fix :-) / cc @auraphp

  22. RT @brandonsavage: @j_blotus @pmjones check out Modus, which is built with aura components but offers a controller. http://t.co/XjBmW0BZJX

  23. RT @Ocramius: And in the mean time, #RHEL (unofficially) announces #PHP 5.5 support! http://t.co/EFswN64fox - good for #zf3 and #zf2 =D

  24. Someone feels there is only @pmjones who comments in reddit for @auraphp http://t.co/HV1bxIivP0 :)

×
×
  • Create New...