Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Thierry Newcomer
@tboulogne · Joined 9 years ago · 3 posts · 2 topics · 0 reputation
Badges
Recent posts
-
Access grav instance in cli #2
· 9 years ago
Hello, Could anyone explain me how to access $grav['pages'] in a class extending ConsoleCommand please ? I failed after a long time on several plugins using CLI 😦 and looking into the previous topic w
-
Strange behavior on ordering collection
· 9 years ago
Hello, Thanks for your answer. Problem solved with PHP FLAG :-) => https://github.com/getgrav/grav/issues/1640 Perhaps you could update the doc to explicit this option ? What do you think about it
-
Strange behavior on ordering collection
· 9 years ago
Hello, I get an annoying problem. I set a field (price with float type [1.16]) in header. In php code i make : $collection->order('header.price',"asc"); All prices are not sort in "asc" direction.