Nigel Greenway
Nigel Greenway
Hi @craig-davis, no worries. If I can get chance I will clone and see what I can find if that helps, but I too am pretty stretched out with spare...
@craig-davis thank you, much appreciated.
@Raistlfiren @yusukezzz Any chance this could be updated? I have cloned and tested within Slim3 and works well. Don't mind picking up the slack on this if required?
Sorry, I haven't worked with it for the last week as on another project. Everything worked fine from what I remember but I know there was an issue where I...
@tflight have you got it working? can't get the profiler displaying? :confused:
No worries @tflight. I have raised an issue on the repo. Confused if I need to call a function in Twig? followed the guide but feel's like I am doing...
@tflight sorted it. I was being stupid...
Running this within the php 5.4 built in web server, I get this: ``` $ /usr/local/Cellar/php54/5.4.23/bin/php -S localhost:7070 -t web web/app.php PHP 5.4.23 Development Server started at Sun Jan 19...
ok, so I have a Menu & MenuCategory model. Menu should have a oneToMany relationship to the MenuCategory. If I `var_dump($renderArray['menu'])` I get the menu data, however, if I `var_dump($renderArray['menu']->MenuCategories)`...
Ok, if I do a `$renderArray['menu']->MenuCategories->count()`, it returns the right data, but the `->execute()` displays the following: Is there a way to not stop lazy loading? (It's late and can...