Jump to content

Hari KT

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by Hari KT

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

  2. @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.
  3. 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.
  4. RT @pmjones: So here's the followup: if header() is output, should it be used only in the presentation layer? (Tricky, tricky.)

  5. @adrain this is basically not shown to users. So no more scrolling. The article field is intended to make it as save an article for future use by the user. I will look into the Page Auto Complete . Thanks for the suggestion.
  6. @apeisa the template is created via add template . See the edit image . See the article field, which is a PageArray . To load this page (only ) it is slow. I feel the reason is to populate the select box. My question is, whether there is a way not to populate it, and only load a few ones on the initial load. @Soma : Sorry for the vague question. Thank you.
  7. Hi Guys, So I have a template lots of articles . Approximately 23559 pages . I have a field article_id in say example template which is of type of PageArray to the articles template. Now when you try to load that particular template ( example ) PW is becoming slow.... And yes another server we have around 293363 pages and this can grow. So what is the best way to get much speed, or say the PageArray not to load all the stuffs for this is mainly used from an admin point of view. Any suggestions is welcome. Thanks
  8. @Soma that is an old post. Many are interested, but that didn't moved from there. @Michael Murphy looking for possible dates also.
  9. RT @pmjones: Oh, it looks like Model-View-Presenter has been retired: http://t.co/pcEUyaVN3z Time to study the replacement patterns.

  10. Hey in PW 2.4 I was having a PageArray field assigned to a template. And the operations like has, remove etc $page->page_array_field->has($id); $page->page_array_field->remove($id); If the value is integer it don't remove the value or find a value. But only passing a real page object removes the value from the db. Or is it still behaving for everyone else ?
  11. RT @nyamsprod: Bakame CSV 4.2.0 is now available https://t.co/dsX1BY9Bgc a simple library to manipulate CSV in #php

  12. RT @sandeepshetty: Viber Replacing MongoDB with Couchbase http://t.co/hNjNPB9Kiy (factual errors like claiming Redis is not robust but an i…

  13. Benchmarking router made with php-timer to test with fastroute https://t.co/l6nEeTl7Y7 #symfony, #auraphp /cc @nikita_ppv

  14. New branch in @auraphp #sql https://t.co/pPtgmY3OJZ and discussion in https://t.co/PKIBrC8GrH #php . Your chance to tell before bc break :)

  15. Just read a nice discussion from the @auraphp logs with @pmjones and @coates .

  16. Speedy Sites: Nginx and PHP http://t.co/bQBOjbkZD1 via @techportal . Good read.

  17. First contact with laravel | Francesco Tassi http://t.co/0eHZPmrdBI

  18. #lazyweb any @Apigility module which we can customize to authenticate via database ? #zf2

  19. RT @ramsey: Yay! I upgraded rhumsaa/uuid to PSR-4! (no tagged release yet) https://t.co/uHIOLFNiwC

  20. RT @planetphp: Composer's bug now fixed - Evert Pot http://t.co/AyRzjnnHwL

  21. Thanks guys. I will look into this and get back. Thanks once again for the fast replies.
  22. Hi Guys, Probably this has been asked, or have some modules which have the similar functionality. If you think so please link to it . I did searched a lot whether any question is asked. My apologies if I didn't find that. I was wondering whether there is a way in PW which can create the needed fields for my template, and copy the template to the site/templates folder. I noticed the __install() hook can be used to create Fields and FieldType. $field = new Field(); $field->setName('somefunnyfield'); $data = array( 'label' => 'Some nice label', 'type' => 'Page', ); Now the problems are more customization. Is there a module or something that can generate the necessary information from the already created fields? The idea is want to create module say ( Blog ) which has certain fields and that can be installed in any PW installation, which out any changes other than in code. Thank you
  23. RT @DragonBe: Community article: There is no PHP user group here! http://t.co/87drDjWRUk #phpug #communityworks

×
×
  • Create New...