pine3ree

Results 38 issues of pine3ree

### WireCache adapters I believe it would be useful to have WireCache being able to save into a different backend other than the database [ I am now thinking about...

### Access api vars from templates using $this->{api-var-name} Inside pw template files and all partials included using `wireRenderFile($template, $vars)` aka `$files->render($template, $vars)` `$this` refers to the `TemplateFile` instance, so we...

Hello Ryan, when using the `wireRenderFile` function, the `TemplateFile` instance is using the `data($name, $value = null)` function to set template vars. The (little) issue here is that when the...

### I have searched through the issues and didn't find my problem. - [X] Confirm ### About the icon Laminas/Mezzio (community based successor of ZF3) is a very popular php...

request:icon

Hello @joewing , thanks for having shared your good work on jwm Is it possible or do you plan to add styling for the menu element? It would be nice...

Hello ragboyjr, any reason for not keeping 7.4 as the minimum php version? The code does not use any new php feature. In version 3.6 just a few compatibility issues...

### Apache NetBeans version Apache NetBeans 26 latest release candidate ### What happened Using anonymous class inside a class that uses a trait with an asbtract method causes a missing...

kind:bug
PHP
needs:triage

As in ``` $posts = Post::findAllByCategory('music'); //.. $user = \models\User::findByEmail('[email protected]'); //.. echo $post->toJSON(); ```

feature