Anuncios Libros Cursos Categorías

Run the app in CodeIgniter 4 in a browser

21-04-2023 - Andrés Cruz

Run the app in CodeIgniter 4 in a browser

CodeIgniter We have several ways to work with CodeIgniter 4, the most common is to run it directly from the server in Apache or through spark.

Continuar leyendo


Organization of a project in CodeIgniter 4

21-04-2023 - Andrés Cruz

Organization of a project in CodeIgniter 4

CodeIgniter We will see how to install CodeIgniter 4 manually without Composer.

Continuar leyendo


Enable developer mode in CodeIgniter 4

20-04-2023 - Andrés Cruz

Enable developer mode in CodeIgniter 4

CodeIgniter We will know how to enable developer mode to be able to view errors and warnings from the browser.

Continuar leyendo


Form validation rules in CodeIgniter 4

20-04-2023 - Andrés Cruz

Form validation rules in CodeIgniter 4

CodeIgniter We are going to learn how to validate forms in CodeIgniter, create custom rules, messages in translation files, in the controller and display form errors.

Continuar leyendo


How to upload files or images in CodeIgniter 4

20-04-2023 - Andrés Cruz

How to upload files or images in CodeIgniter 4

CodeIgniter We are going to explain what the UPLOAD or file upload process is in CODEIGNITER 4 taking as a case study the upload of the user's AVATAR.

Continuar leyendo


The helpers in CodeIgniter to define our functions

19-04-2023 - Andrés Cruz

The helpers in CodeIgniter to define our functions

CodeIgniter We are going to learn what helpers are, how we can load helpers, why we should use them, and how to create our own helpers in CodeIgniter.

Continuar leyendo


Backup of the database in CodeIgniter (includes CSV)

19-04-2023 - Andrés Cruz

Backup of the database in CodeIgniter (includes CSV)

CodeIgniter Learn how to fully or partially export your database through a query in CodeIgniter

Continuar leyendo


Creating our first hello world in CodeIgniter 4 and learning about controllers and views

18-04-2023 - Andrés Cruz

Creating our first hello world in CodeIgniter 4 and learning about controllers and views

CodeIgniter In this post we will see how we can create our first hello world in CodeIgniter 4, we will learn how to work with Views and Controllers, as well as routes.

Continuar leyendo


Create models in CodeIgniter 4

18-04-2023 - Andrés Cruz

Create models in CodeIgniter 4

CodeIgniter We are going to work with the models layer in CodeIgniter 4, which has been one of the layers of our MVC that allows us to work with the data; and we are going to know all the main properties of the models in C4.

Continuar leyendo


Migrations in CodeIgniter 4

18-04-2023 - Andrés Cruz

Migrations in CodeIgniter 4

CodeIgniter We are going to know and work with the migrations to generate our tables in the database using CodeIgniter 4.

Continuar leyendo