Services and Support
CodeIgniter 4 tutorial. Installing CodeIgniter.
CodeIgniter is lightweight, powerful , barebones MVC PHP framework used for developing PHP website. The framework provides the basic stencil as building blocks for to deploy a website. CodeIgniter was originally created and maintained by EllisLab and is now a project of the British Columbia Institute of Technology. CodeIgniter is an open-source project which means […]
Read MoreUncaught Error: Call to undefined function CodeIgniter\locale_set_default() in C:\xampp\htdocs\CodeIgniter4
Migrating from CI3 to CI4 on a current production enviroment could produce the common error when extension=intl is not enabled in php.ini. To fix this: Open the php.ini file: Uncomment the following line (extension=intl)
Read MoreFree App, Record Covid-19 Screening Records
As of the 1st of June 2020, South Africa headed into level 3 of the Covid 19 lock down. One of the restrictions that was lifted was that of religious gatherings, subject to strict protocols. As mentioned on the gov.za website: Washing of hands or sanitization should be undertaken prior to worship and continually in […]
Read MoreWordPress Plugin Settings Form
WordPress plugins are great for adding additional features to a WordPress site. A good plugin really shines when it allows users to tailor the plugin based on their needs and requirements. Once you’ve created a plugin menu link and settings page you need to add some a form that allows your user to save some […]
Read MoreCreate WordPress admin menu for plugin
If you create a WordPress plugin, you may need to be able to configure certain settings or options in the admin dashboard. By adding a WordPress admin menu for your plugin you can alter the behavior or output of your plugin based on certain values. These values are saved by submitting data via a form […]
Read More