- CodeIgniter Web Application Blueprints
- Rob Foster
- 255字
- 2021-08-06 19:34:29
Chapter 2. A URL Shortener
There are quite a few URL shorteners out there on the Internet; however, there's always room for a little fun and sometimes people or companies require their own solutions rather than just using an external provider. The project in this chapter covers just that—developing a URL shortener in CodeIgniter that can be used by anyone.
To make this app, we'll need to do a few things: we'll create two controllers, one to create a shortened URL and one to redirect a shortened URL to its actual location on the Web.
We'll create language files to store text, creating a foundation for multiple language support should you wish to implement it.
We will also make amends to the config/routes.php
file—this is to ensure that the shortened URL is as short as it can be.
However, this app, along with all the others in this book, relies on the basic setup we did in Chapter 1, Introduction and Shared Project Resources; although you can take large sections of the code and drop it into pretty much any app you may already have, bear in mind that the setup we did in Chapter 1, Introduction and Shared Project Resources, acts as a foundation for this chapter.
In this chapter, we will cover the following topics:
- Design and wireframes
- Creating the database
- Adjusting the
routes.php
file - Creating the model
- Creating the views
- Creating the controllers
- Putting it all together
So without further ado, let's get on with it.
- Flask Web開發入門、進階與實戰
- 面向STEM的Scratch創新課程
- Building Minecraft Server Modifications
- Mastering Google App Engine
- Bootstrap 4:Responsive Web Design
- 程序設計基礎教程:C語言
- MATLAB 2020從入門到精通
- 深度學習:Java語言實現
- Web前端開發技術:HTML、CSS、JavaScript
- LabVIEW數據采集
- SQL Server實例教程(2008版)
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- 你必須知道的.NET(第2版)
- 你好!Python
- Learning Unity Physics