John Porter

Results 177 comments of John Porter

An option to allow a datasource to be 'global' would be rather handy actually. I would envisage it to be a checkbox option, which would automatically attach the datasource to...

We should just remove them from the select if they are global.

No, the htaccess needs to keep the redirects in place, as there is a physical `/symphony` folder. If we want to use `symphony` as a URL handle, the the redirects...

But it has to be there for people who don't want to change the admin URL. Once you've made the change, you can remove those lines if you want, but...

Yes, it is. If we decided to rename our `symphony` folder, or have a different routing system, we could do away with the rewrite rules, but until then, they have...

Where does this `301` redirect happen then? It surely can't be the rewrite rules as they are linked directly to `/symphony` to prevent folder access. I can't see it in...

Nah, just a single folder. I'm sure I've seen it working before, but I can't be definitely sure :(

I can't get this to work. I've followed the instructions above, and no response from the container

Sorry to weigh in on this over a year later, but I have to say as a simple PHP developer (not a C developer) this `equals` is really irritating to...

I don't use PHPStorm so I wouldn't know about it particularly. > `object instanceof this` Do you mean instead of `get_called_class() === get_class($object)`? I guess it could be, but I...