18-04-2023 - Andrés Cruz
CodeIgniter We are going to learn how we can install CodeIgniter 4, for this we have two different ways; one completely manual and another via composer; these are the only two ways we have to work with C4.
17-04-2023 - Andrés Cruz
CodeIgniter We are going to show the process to send forms in CodeIgniter 4, from the creation of routes, controller, functions and of course, the process of the request or request of our user.
17-04-2023 - Andrés Cruz
CodeIgniter We're going to learn how to handle form validation errors in CodeIgniter 4; as well as create the rules, define a style for errors using Bootstrap 4 or 5 and much more.
16-04-2023 - Andrés Cruz
CodeIgniter We are going to see how we can delete records from the database using CodeIgniter 4.
15-04-2023 - Andrés Cruz
CodeIgniter We are going to know how we can create the list of records in a table using CodeIgniter 4, this list will be paginated and it is a fundamental element for our CRUD.
15-04-2023 - Andrés Cruz
CodeIgniter We will know what the models are and some common operations on the models such as JOINS, Wheres, among others.
14-04-2023 - Andrés Cruz
CodeIgniter We are going to talk about CodeIgniter 4, its modern features, about the different ways of installing it and what is the recommended environment if you are using Windows.
14-04-2023 - Andrés Cruz
CodeIgniter We are going to introduce the use of routes in CodeIgniter 4, as well as their types, variations, configurations, naming, composition, placeholders and much more.
27-02-2023 - Andrés Cruz
CodeIgniter Conoceremos que son los modelos y algunas operaciones comunes sobre los modelos como JOINS, Wheres, entre otros.
24-02-2023 - Andrés Cruz
CodeIgniter Conoceremos como habilitar el modo desarrollador para poder visualizar errores y advertencias desde el navegador.