Jump to content

Hari KT

Members
  • Posts

    126
  • Joined

  • Last visited

Everything posted by Hari KT

  1. As of today @auraphp signal turned 4 years https://t.co/HoCcFbuxvt . Happy B'day Signal, you are a nice component and I miss you badly in v2

  2. I've been awarded the "Five year membership" badge on #SensioLabs Connect. https://t.co/MB8n4t7fvK

  3. RT @CalEvans: Want your PHP code to run faster? Check out @daycamp4devs Performant PHPhttp://t.co/1iSXGQv1JVEarly Bird tickets now on s…

  4. Meet the New Members of the Sculpin Organization http://t.co/SU2PA4g356 via @ddd_io

  5. RT @jacqueswoodcock: @allanmacgregor @phpc @phpweeklynews I like the @auraphp Web_Kernal for that. Just the things you need and nothing mor…

  6. RT @shadowhand: Just started a Square OAuth provider for @thephpleague, check it out and let me know if you find bugs: https://t.co/fVVjaDF…

  7. Human-readable regular expressions for PHP 5.3+ https://t.co/wxfNor1qGn #php via @koriym , @MarcJSchmidt

  8. RT @nomadphp: Subscribe to our Youtube Channelhttp://t.co/1YT8BIbHPq2 new videos posted each month!

  9. RT @pmjones: @iansltx @jcarouth @brandonsavage Looks pretty good to me, man, nicely done.

  10. RT @derickr: "Hack" must be the most annoying language name to search for on the internet :-/

  11. RT @beausimensen: Doing last minute research on the topic for Episode 16 of @thatpodcast. which is scheduled to be recorded tomorrowThat'…

  12. @Kongondo sure. I will update here. Quick things : * The ok() , err() methods were changed to log to PSR-3 logger. * All the $_POST values were changed to accept from the method. Eg dbSaveConfig($post) . $installer = new Installer($psr3logger); $installer-> $installer->dbSaveConfig($post); As it is not using global values like `$_POST` and `$_SERVER` all values are passed to methods. Hope this helps!
  13. RT @fbOpenSource: Hot on the heels of PHP, here's our spec for Hack: http://t.co/MhvtJelqCv - great work @hhvm team! And please give us fee…

  14. PSR-7 and the future of PHP — Source Maven http://t.co/0fyqphePHJ via @srcmvn

  15. Yey, I was able to fix it . Thanks guys!
  16. Hi, I was trying to build a command line installer for processwire . The script basically uses the install.php . case 0: $this->initProfile(); break; case 1: $this->compatibilityCheck(); break; case 2: $this->dbConfig(); break; case 4: $this->dbSaveConfig(); break; case 5: require("./index.php"); $this->adminAccountSave($wire); break; What I am having trouble is at step 5 where it tries to create the user account. It throws an exception when require 'index.php'; is called. Is there something special to make the `index.php` throwing without an error ? Thank you
  17. RT @noufalibrahim: @nithinbekal The first time is always special. Congratulations. :)@revathskumar

  18. RT @chetan_bhagat: Congress at zero. Now this is what you call zero loss.

  19. RT @PHPTownHall: PHP Town Hall Episode 36 has been posted. PSR-7 and the World of Tomorrow with @mwop and @harikt http://t.co/qU4m1Z2zS0

  20. RT @beberlei: Compiled php7 with scalar type hints to see what all the fuzz is about. Blogpost forthcoming

  21. Congrats @AamAadmiParty for the tremendous victory. Paanchsal @ArvindKejriwal :) .

×
×
  • Create New...