remove codeigniter

This commit is contained in:
root
2026-06-04 02:41:08 -04:00
parent 4e33882ac7
commit b4e6ac03c5
180 changed files with 457 additions and 2186 deletions
@@ -9,7 +9,7 @@ use App\Models\User;
use Illuminate\Support\Facades\DB;
/**
* CodeIgniter {@see \App\Controllers\ParentReportCardController} parity (read + acknowledgement).
* legacy {@see \App\Controllers\ParentReportCardController} parity (read + acknowledgement).
*/
class ParentReportCardService
{
@@ -19,7 +19,7 @@ class ParentReportCardService
) {}
/**
* Resolve term from query string with configuration fallbacks (CI index/view).
* Resolve term from query string with configuration fallbacks (legacy index/view).
*
* @return array{0: string, 1: string}
*/
@@ -38,7 +38,7 @@ class ParentReportCardService
}
/**
* CI sign() — current configuration term only (no GET overrides).
* legacy sign() — current configuration term only (no GET overrides).
*
* @return array{0: string, 1: string}
*/
@@ -56,7 +56,7 @@ class ParentReportCardService
}
/**
* CI index() student rows for parent + optional student_class term filters.
* legacy index() student rows for parent + optional student_class term filters.
*
* @return list<array<string, mixed>>
*/