---
title: "Getting started with PHP framework codeigniter"
url: https://daily.dev/posts/getting-started-with-php-framework-codeigniter-lghzikcxe
source_url: https://dzone.com/articles/getting-started-php-framework
type: article
source: "DZone"
published: 2022-08-12T12:39:47.539Z
updated: 2022-08-12T12:39:47.537Z
tags: ["database", "php"]
reading_time: 5
upvotes: 12
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting started with PHP framework codeigniter

**[DZone](https://daily.dev/sources/dz)** · 5 min read · 12 upvotes · 0 comments

## Summary

Codeigniter gives you a directory structure of a proper MVC pattern along with a lightweight built-in templating engine of its own. It requires a very minimal setup, unlike the famous PHP framework, Zend. To do this, let's create a class called Hello which will be written in the file called hello.php, stored inside system/application/controllers/ folder.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dzone.com/articles/getting-started-php-framework>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#database](https://daily.dev/tags/database), [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/getting-started-with-php-framework-codeigniter-lghzikcxe)
