Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
8 Hits, Last modified:
or; use Exception; class Query { /** * List of valid SQL operators * * @var array ... LIKE', 'IS NULL', 'IS NOT NULL']; /** * List of valid SQL conjunctions * * @var arra... nst conjunctions = ['AND', 'OR']; /** * List of valid SQL directions * * @var array ... nst directions = ['ASC', 'DESC']; /** * List of valid SQL join types * * @var array
Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
6 Hits, Last modified:
usually find this from your router’s DHCP client list or by using network scanning tools. Once your Ra... etc/cups/cupsd.conf </code> Look for: <code bash> Listen localhost:631 </code> Comment it out: <code bash> #Listen localhost:631 </code> Then add: <code bash> Port 631 </code> This allows CUPS to listen on port 631 on all interfaces. ==== 3. Allow a
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
3 Hits, Last modified:
g = null){ ... } public function list($byFiles = false){ ... } public ... e = null){ ... } public function list(){ ... } public function log($me... s ==== {{topic>core-framework-en&nolinkback&simplelist&nosummary}} </block> ===== Tags ===== {{tag>"gen
Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
1 Hits, Last modified:
s ==== {{topic>core-framework-en&nolinkback&simplelist&nosummary}} </block> ===== Tags ===== {{tag>"gen