{"id":22111475,"url":"https://github.com/delight-hk3/modal_db_connect","last_synced_at":"2026-04-02T18:52:48.168Z","repository":{"id":118410698,"uuid":"455373849","full_name":"delight-HK3/Modal_DB_Connect","owner":"delight-HK3","description":"It was created to put the contents of the database in the model window with CodeIgnter3.","archived":false,"fork":false,"pushed_at":"2022-06-23T04:46:32.000Z","size":315,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T04:33:57.029Z","etag":null,"topics":["ajax","apache-server","bootstrap4","codeigniter3","css3","javascript","mariadb","php7","phpmyadmin","sql-query"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delight-HK3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-04T00:21:10.000Z","updated_at":"2022-04-23T01:10:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"681b0a63-3596-4f5b-8ae8-c8f347ef3310","html_url":"https://github.com/delight-HK3/Modal_DB_Connect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/delight-HK3/Modal_DB_Connect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delight-HK3%2FModal_DB_Connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delight-HK3%2FModal_DB_Connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delight-HK3%2FModal_DB_Connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delight-HK3%2FModal_DB_Connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delight-HK3","download_url":"https://codeload.github.com/delight-HK3/Modal_DB_Connect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delight-HK3%2FModal_DB_Connect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263091027,"owners_count":23412344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","apache-server","bootstrap4","codeigniter3","css3","javascript","mariadb","php7","phpmyadmin","sql-query"],"created_at":"2024-12-01T10:41:54.455Z","updated_at":"2025-12-30T22:19:07.569Z","avatar_url":"https://github.com/delight-HK3.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modal DB Connect\n\n\u003e사용한 프레임워크 : codeigniter 3, bootstrap 4\u003cbr\u003e\n\u003e사용한 언어 : php7, css3, javascript, SQL\u003cbr\u003e\n\u003e사용한 DB : MariaDB\u003cbr\u003e\n\u003e사용한 DBMS : MySQL\u003cbr\u003e\n\u003e사용한 서버 : Apache Linux server\u003cbr\u003e\n\u003e사용한 Tool : Visual Studio Code\u003cbr\u003e\n\u003e테스트한 OS : Apache Linux\u003cbr\u003e\n\u003cbr\u003e\n\n### 주의사항\n\u003cul\u003e\n  \u003cli\u003ecodeIgniter3 에서 Index 죽이기 작업을 하고 진행했습니다. 위의 코드를 실행시키려면 먼저 Index 죽이기 작업을 하셔야 합니다.\u003c/li\u003e\n   \u003cli\u003e\u003ca href=\"https://gold9ine.tistory.com/entry/CodeIgniter-%EC%BD%94%EB%93%9C%EC%9D%B4%EA%B7%B8%EB%82%98%EC%9D%B4%ED%84%B0-indexphp-%EC%A3%BD%EC%9D%B4%EA%B8%B0-Not-Found-error\"\u003eindex.php remove 방법 블로그 글\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003emy 폴더는 아래의 이미지처럼 위치 해야 합니다.\u003c/li\u003e\n   \u003ckbd\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/74585673/153512814-370120a3-735b-4730-869e-a6f7a24387e0.PNG\"\u003e\n  \u003c/kbd\u003e\n\u003c/ul\u003e\n\u003cbr\u003e\n\n\u003cb\u003e제작한 이유\u003c/b\u003e : DB에 있는 값 하나를 페이지에 띄우거나 여러 개의 값을 띄우는 것은 가능하나 modal 창에 각자 다른 값을 나타내려고 하면 하나의 값은 일반적으로 출력하면 되고 여러 개의 값이지만 한정적이면 modal을 하나하나 만들어서 각자 다른 값을 넣으면 됩니다, 하지만 여러 개의 값이고 나중에 추가할 가능성이 있으면 자연스럽게 foreach문을 사용하여 계속 출력시켜야 합니다, 이럴 경우 modal창으로 띄우면 가장 먼저 가져온 값만 modal창에 나오는 문제가 있었습니다, 이 를 해결하고자 제작하였습니다.\n\u003cbr\u003e\u003cbr\u003e\n\n\u003ca href=\"https://juniorprogram.tistory.com/53\"\u003eModal DB Connect 설명 포스트\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelight-hk3%2Fmodal_db_connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelight-hk3%2Fmodal_db_connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelight-hk3%2Fmodal_db_connect/lists"}