{"id":27163547,"url":"https://github.com/punitkatiyar/codeigniter-master-guide","last_synced_at":"2025-04-09T01:49:30.776Z","repository":{"id":155942672,"uuid":"439610316","full_name":"punitkatiyar/codeigniter-master-guide","owner":"punitkatiyar","description":"PHP Framework Module For Developer","archived":false,"fork":false,"pushed_at":"2023-10-28T09:25:33.000Z","size":143,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2023-10-28T10:23:35.661Z","etag":null,"topics":["codeigniter","codeigniter4","php","phpoop"],"latest_commit_sha":null,"homepage":"https://punitkatiyar.github.io/codeigniter-master-guide/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/punitkatiyar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-12-18T12:33:34.000Z","updated_at":"2023-10-28T10:23:36.245Z","dependencies_parsed_at":"2023-10-15T10:08:38.126Z","dependency_job_id":null,"html_url":"https://github.com/punitkatiyar/codeigniter-master-guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fcodeigniter-master-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fcodeigniter-master-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fcodeigniter-master-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punitkatiyar%2Fcodeigniter-master-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/punitkatiyar","download_url":"https://codeload.github.com/punitkatiyar/codeigniter-master-guide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247959675,"owners_count":21024840,"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":["codeigniter","codeigniter4","php","phpoop"],"created_at":"2025-04-09T01:49:30.215Z","updated_at":"2025-04-09T01:49:30.756Z","avatar_url":"https://github.com/punitkatiyar.png","language":"PHP","readme":"# codeigniter3\n\n\n\n\n## Basic Of PHP Core And Function And OOPS Concepts\n\n\u003e xampp \n\u003e php.ini\n\u003e htdocs\n\n## Server Requirements\n\nPHP version 7.3 or higher is required, with the following extensions installed:\n\n\n- [intl](http://php.net/manual/en/intl.requirements.php)\n- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the HTTP\\CURLRequest library\n- [mbstring](http://php.net/manual/en/mbstring.installation.php)\n\nAdditionally, make sure that the following extensions are enabled in your PHP:\n\n- json (enabled by default - don't turn it off)\n- xml (enabled by default - don't turn it off)\n- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)\n\n\u003cpre\u003e\nRewriteEngine On\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule ^(.*)$ index.php/$1 [L]\n\u003c/pre\u003e\n## PHP CodeIgniter Framework Module For Developer\n\n- ### Controler\n\n$route['^(?!other|controller).*']='punit/$0';\n\n\u003cpre\u003e\ndefined('BASEPATH') OR exit('No direct script access allowed');\nclass Blog extends CI_Controller {\npublic function index(){\n    //print\n    }\n}\n\u003c/pre\u003e\n\n- ### View\n- ### Models\n\n\u003cpre\u003e\ndefined('BASEPATH') OR exit('No direct script access allowed');\nclass Dunit extends CI_Model {\n\tpublic function index(){\n\t   echo \"Welcome to Model\";\n\t}\n}\n\u003c/pre\u003e\n- ### Helpers\n- ### Libraries\n- ### Database\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunitkatiyar%2Fcodeigniter-master-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpunitkatiyar%2Fcodeigniter-master-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunitkatiyar%2Fcodeigniter-master-guide/lists"}