Jump to content

Hari KT

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by Hari KT

  1. RT @jakub_zalas: My slides on "Decoupling from the framework": https://t.co/oYfIuYtEof #4developers #Symfony2 #php

  2. Aura.Router looking for the 100 th star . Who will be to add to your favourites https://t.co/RmKTSxfrdO / cc @auraphp

  3. Congrats Ryan !
  4. RT @GeeH: @phpdeveloper - Blogged: Less is More (or how I stopped blindly including shit in my composer.json) - http://t.co/K46PAezFs4

  5. Stored Procedure Web http://t.co/jtDkUc6uk2 by @thefrozenfire . Looks interesting.

  6. RT @dave1010: Note to self: dont use Opencart RT @ircmaxell: Someone just pointed me out to this. I don't even know what to think: https://…

  7. RT @aimee_maree: @funkatron @shrtwhitebldguy sensationalists forget opensource he can be there technically contributing he's still part of …

  8. RT @dhrrgn: Went from idea to code to deployed (internal) application at work today. Used @slimphp for the first time since 2.0. Very nice.

  9. RT @JeremyKendall: PHP devs: Time to get (more) serious about application security. You can implement this in about 10 mins. Go! https://t.…

  10. Hey, I am wondering if PW itself have some sort of validation. Not regarding the FieldType. I was having a custom registration form and want to validate the username, email, password etc. If a validator is there I can use the inbuilt one, else I wish to got with the Aura.Filter which is independent.
  11. RT @s_bergmann: Disappointed by https://t.co/LYVM6UKPTv. Hopefully somebody -- inside or outside of Facebook -- takes over & brings the Cod…

  12. RT @_odino_: PEARL OF THE DAY "Opencart illegally stripping license & attribution from reused code" http://t.co/EJWBnGW9Of

  13. RT @mariadb: Press release: MariaDB Foundation Announces General Availability of MariaDB 10 https://t.co/eu7YjI7EkJ

  14. RT @primitive_type: Great blog post by @padraicb on the future of #PHP and #HackLang http://t.co/tNOIFNxIdd Couldn't agree more! #HHVM #Hack

  15. Haven't checked @auraphp v2 coming? Its time to watch it guys! https://t.co/Nw6YFOrSkI more awesomeness and goodness by @pmjones

  16. that doesn't solved either.
  17. Martijn Geerts , Thank you for the fast reply. I did tested in selector test and there is no difference in the total count of articles.
  18. Hi guys, I have a category template and articles in different category ( articles template ). category1 - articles category2 - articles category3 - articles - articles I am listing all the articles via the selector "template=articles" . When the category is made as unpublished or hidden then also the articles are displaying. Is there a way other than doing $category = $pages->find("template=category"); $category_ids = $category->__toString(); $articles = $pages->find("template=articles, parent=$category_ids"); I can get only the articles for published ones? Thank you
  19. RT @Crell: The most important interface spec that @phpfig has ever considered is now in an Entrance Vote: https://t.co/rMc86BYJVG #PHP /cc …

  20. RT @akrabat: @stauffermatt @grmpyprogrammer @codeguy what happens to Hack if Facebook lose interest in 3 or 4 years though?

  21. RT @pmjones: @stanlemon, @jakeasmith : Aura.Sql v2 stable at https://t.co/uzath9uw29 (no not april fools)

  22. RT @julienPauli: One should absolutely install sensio_doge extension for April 1st. Mandatory, you know https://t.co/FDuUQiKauV :-) /cc @se

  23. RT @noufalibrahim: Awesome! Someone just implemented the missing functions in cpslib yesterday night and sent me a PR - https://t.co/wNcX3a…

×
×
  • Create New...