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
143 Hits, Last modified:
uellet <louis@laswitchtech.com> */ // Declaring namespace namespace LaswitchTech\Core; // Import additionnal class into the global namespace use Exception; class CSRF { const FIEL... ion field(){ return '<input type="hidden" name="' . $this->Field . '" value="' . $this->token()
Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
77 Hits, Last modified:
uellet <louis@laswitchtech.com> */ // Declaring namespace namespace LaswitchTech\Core; // Import additionnal class into the global namespace use LaswitchTech\Core\Config; use LaswitchTe... // Initialize the class in the global namespace ${$strap} = new $class();
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
22 Hits, Last modified:
ng Our Core Module (“core”) ===== I’ve decided to name the main module simply ''core''. This module incl... r Louis Ouellet <louis@laswitchtech.com> */ namespace LaswitchTech\Core; use LaswitchTech\Core\Co... // Initialize the class in the global namespace ${$strap} = new $class(); ... ?php use LaswitchTech\Core\Bootstrap; require dirname(__DIR__) . "/vendor/autoload.php"; $BOOTSTRAP =
01.01. Formatting Syntax @en:projects:writr:documentation:01:01
19 Hits, Last modified:
square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
18 Hits, Last modified:
ing bureaucracy inputs either in the very first unnamed fieldset or without a fieldset. Here is a list ... EAR@** - year * **@MONTH@** - month * **@MONTHNAME@** - month name * **@DAY@** - day * **@TIME@** - time * **@TIMESEC@** - time in seconds * **@FO... - form page id * **@FORMPAGE_NS@** - form page namespace * **@FORMPAGE_CURNS@** - form page current
Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
16 Hits, Last modified:
twork, use SSH to access it: <code bash> ssh <username>@<RaspberryPi_IP_Address> </code> //(Replace ''<R... th the actual IP address.)// \\ //(Replace ''<username>'' with the username. Typically ''pi''.)// Update and upgrade the system: <code bash> sudo apt-get upd... inters: <code bash> sudo usermod -aG lpadmin <username> </code> //(Replace ''<username>'' with the usern
01.01. Basic Usage @en:projects:ini-configurator:documentation:01:01
12 Hits, Last modified:
o your forked repository. - Create a new branch named dev: * In GitHub, go to the Code tab. * ... ash>git clone -b dev https://github.com/<your-username>/ini-configurator.git cd ini-configurator</code> ... json fields.json> { "General": { "appName": { "label": "Application Name", "tooltip": "The name of your application",
How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
10 Hits, Last modified:
create = "Create your Ticket" * full_name = "Full Name" * email = "Email" * phone = "Phone" * priority ... e." Fieldset "Contact Information" Textbox full_name Textbox email Textbox phone Fieldset "Issue" S... sential information from the user, such as **Full Name**, **Email**, **Priority**, and a detailed descri
02.01. Site Identity @en:projects:writr:documentation:02:01
10 Hits, Last modified:
go|same way as for the dokuwiki template]]. ==== Namespace Logo ==== If you enable ''doLogoChangesByNamespace'' in the template's configuration, Writr will use the closest logo as the site logo. Namespace Logos can be added using the media library. To show a different logo in a namespace, just make sure to add the custom ''logo.png
Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
9 Hits, Last modified:
. It’s particularly useful when forms are used in namespaces requiring strict markdown compliance. In th... y(document).ready(function(){ // List of namespaces to apply the script to var namespaces = ["namespace:page"]; // Restrict to a specific namespace if (namespaces.indexOf(JSI
How to Join a New Server to an Existing Domain @en:blog:2024:11:26
7 Hits, Last modified:
omain Controller using its Fully Qualified Domain Name (FQDN). ===== Step 1: Open Server Manager ===== ... lick on the **Workgroup** link next to ''Computer Name'' under the ''Properties'' section. ===== Step 3: Modify the Computer Name and Domain ===== {{ :en:blog:2024:11:26:screensho... - In the next dialog: * Update the **Computer Name** if necessary to make it unique. * Select th
How to Publish a Remote Application using Windows Server RDS @en:blog:2024:11:29
5 Hits, Last modified:
und Rules''. - Scroll down and locate the rules named ''File and Printer Sharing (SMB-In)''. {{ :en:bl... e ''G:\'' drive. So, the path will be ''\\<server_name>\g$\neo_sandbox\NEO_FFW.exe''. {{ :en:blog:2024:1... m, you can personalize it by changing its display name, icon, and other settings. Here’s how you can do ... **Properties** window, you can change the display name, icon, and other settings of the RemoteApp progra
How to Install Remote Desktop Services on Windows Server 2022 @en:blog:2024:11:27
3 Hits, Last modified:
Properties: * In the ''General'' tab, set the name of the collection. {{ :en:blog:2024:11:27:screens... the License Server: * Right-click your server name and select Activate Server. Follow the wizard to ... ication. - Enter the server’s IP address or hostname and click Connect. - Log in with a user account
How to Connect an iSCSI Target on Windows Server 2022 @en:blog:2024:12:06
3 Hits, Last modified:
e **Targets** tab and enter the IP address or hostname of the iSCSI target that you want to connect to. ... n information for the iSCSI target. Enter the username and password that you have configured for the tar... essible from your server. * Verify that the username and password you are using to connect to the iSCS
How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
2 Hits, Last modified:
DocumentRoot /var/www/html/dokuwiki ServerName your_domain.com <Directory /var/www/html/doku... uWiki installer, where you can set up your wiki's name, superuser account, and other settings. ===== Co
About
1 Hits, Last modified:
Writr @en:projects:writr
1 Hits, Last modified:
Git --- Let's talk about it @en:blog:2024:11:07
1 Hits, Last modified:
Struct @en:projects:writr:documentation:03:01:struct
1 Hits, Last modified:
Wrap @en:projects:writr:documentation:03:01:wrap
1 Hits, Last modified: