Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delight-hk3/codeigniter_pagination
We implemented the Pagination function using the Pagination library.
https://github.com/delight-hk3/codeigniter_pagination
apache-server bootstrap4 codeigniter3 css3 javascript mariadb php7 phpmyadmin sql-query
Last synced: 21 days ago
JSON representation
We implemented the Pagination function using the Pagination library.
- Host: GitHub
- URL: https://github.com/delight-hk3/codeigniter_pagination
- Owner: delight-HK3
- Created: 2022-03-11T22:26:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-23T04:46:51.000Z (over 2 years ago)
- Last Synced: 2023-03-06T17:03:17.568Z (almost 2 years ago)
- Topics: apache-server, bootstrap4, codeigniter3, css3, javascript, mariadb, php7, phpmyadmin, sql-query
- Language: PHP
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codeIgniter pagination
>사용한 프레임워크 : codeIgniter3, bootstrap4
>사용한 언어 : php7, css3, Javascript
>사용한 DB : MariaDB
>사용한 DBMS : MySQL
>사용한 서버 : Debian Linux server
>사용한 Tool : Visual Studio Code
>테스트한 OS : Debian Linux
### 주의사항
- codeIgniter3 에서 Index 죽이기 작업을 하고 진행했습니다. 위의 코드를 실행시키려면 먼저 Index 죽이기 작업을 하셔야 합니다.
- index.php remove 방법 블로그 글
- my 폴더는 아래의 이미지처럼 위치 해야 합니다.
### DB설계
제작한 목적 : 대부분의 프로젝트에는 페이지네이션 기능이 들어갑니다, 하지만 페이지네이션을 라이브러리 없이 만들면 어렵습니다, 하지만 codeIgniter3에는 페이지네이션을 구현하기위한 라이브러리가 있고 저희들은 사용하기만 하면됩니다 이번에는 페이지네이션 라이브러리를 활용하여 페이지네이션을 구현하는 방법을 알려드리겠습니다.
codeIgniter pagination 설명 포스트