25-04-2023 - Andrés Cruz
CodeIgniter Seeders are the mechanism we have to generate test data in a simple way; Let's see how to create them, generate the data and execute them using spark and CodeIgniter 4.
25-04-2023 - Andrés Cruz
CodeIgniter We will see how we can use joins to join tables in CodeIgniter 4
25-04-2023 - Andrés Cruz
CodeIgniter We will see how to generate PDFs in CodeIgniter 4 using Dompdf and an HTML web.
24-04-2023 - Andrés Cruz
CodeIgniter We will see how to specify a search field on a list of elements to be able to filter data for a query in CodeIgniter 4.
24-04-2023 - Andrés Cruz
CodeIgniter We will learn how to work with foreign type relationships in CodeIgniter 4; from the definition of the migrations, to its use from the models.
23-04-2023 - Andrés Cruz
CodeIgniter Let's see the most common properties that we can apply to our models in CodeIgniter 4 and what they are for.
23-04-2023 - Andrés Cruz
CodeIgniter We will see how to use CodeIgniter with Laragon for our projects.
22-04-2023 - Andrés Cruz
CodeIgniter We are going to make use of Composer that we installed in the previous section to create a project in CodeIgniter 4
22-04-2023 - Andrés Cruz
CodeIgniter We will know how to install CodeIgniter 4 manually without using Composer.
21-04-2023 - Andrés Cruz
CodeIgniter We will meet the command line in Codeigniter 4 called SPARK.