Jump to content

Hari KT

Members
  • Posts

    126
  • Joined

  • Last visited

Everything posted by Hari KT

  1. @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.
  2. @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.
  3. 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
  4. @Soma that is an old post. Many are interested, but that didn't moved from there. @Michael Murphy looking for possible dates also.
  5. RT @pmjones: Oh, it looks like Model-View-Presenter has been retired: http://t.co/pcEUyaVN3z Time to study the replacement patterns.

  6. 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 ?
  7. RT @nyamsprod: Bakame CSV 4.2.0 is now available https://t.co/dsX1BY9Bgc a simple library to manipulate CSV in #php

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

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

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

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

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

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

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

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

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

  17. Thanks guys. I will look into this and get back. Thanks once again for the fast replies.
  18. 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
  19. RT @DragonBe: Community article: There is no PHP user group here! http://t.co/87drDjWRUk #phpug #communityworks

  20. Hearing @phpclasses podcast https://t.co/g6r40BWduu Talk moving from design patterns and java world ;)

  21. If you love #php and love to learn @auraphp, don't miss @fossmeet http://t.co/wvB96Tw2Qs . Talking on sunday at 11:15 am.

  22. RT @koriym: in @phpnw13, I mentioned as “DI Best practice” https://t.co/2h78NgA6Pj cc/ @pmjones @j_blotus

  23. RT @planetphp: 219 days for one line of code - Christian Weiske http://t.co/R4Du2rgCha

  24. RT @elephpant: http://t.co/Kq2cWcDQFB It’s the Booze Talking #6 – APIs Part 1

×
×
  • Create New...