Marion Dorsett
Marion Dorsett
I don't need this either, and I think it should be up to the application to resolve using the mapper triggers. I use the beforeInsert/Update/Save triggers and then I can...
@joseffi, can you use the COALESCE() in your SQL statement? SELECT COALESCE(name, 'Unknown') FROM supplier WHERE id = supplier_id
@MissConstrued I was looking at the PHP 8 upgrade info, and noticed this: > The @ operator will no longer silence fatal errors (E_ERROR, E_CORE_ERROR, E_COMPILE_ERROR, E_USER_ERROR, E_RECOVERABLE_ERROR, E_PARSE). Error...
As a user of Fat-Free I would say that trying to allow us developers to access a JSON file created through the Jig library would be out of scope for...
Read over the Naming Rules in the documentation: https://fatfreeframework.com/3.8/framework-variables > F3 uses all-caps for internal predefined global variables. Nothing stops you from using variable names consisting of all-caps in your...
Yes, STATUS is a MySQL reserved key word: https://dev.mysql.com/doc/refman/8.0/en/keywords.html#keywords-8-0-detailed-S Nonreserved keywords are permitted as identifiers without quoting. Reserved words are permitted as identifiers if you quote them as described in...
Here's the link to the documenation: https://fatfreeframework.com/3.8/views-and-templates#ExclusionofSegments
I don't think there's a `` tag you could use directly. What I do is filter my arrays before rendering them, and only passing the relevant data to the view....
I found the documentation on the Internet Archives here: https://web.archive.org/web/20210224151745/http://sammyjs.org/
I just ran into this as well. Adding a message to check or add an exception to the AV software would save people who run into this in the future...