- Messages
- 8
- Reactions
- 10
Hi,
All the link r dead.Anyone have backup link for download.thank
All the link r dead.Anyone have backup link for download.thank
Reacted by:
how to make it null bro?I solved My problem
File location: D:\xampp\htdocs\mvc\models\Loginlog_m.php
Change this file contain with bellow code
<?php if (!defined('BASEPATH')) {
exit('No direct script access allowed');
}
class Loginlog_m extends MY_Model
{
protected $_table_name = 'loginlog';
protected $_primary_key = 'loginlogID';
protected $_primary_filter = 'intval';
protected $_order_by = "loginlogID asc";
public function __construct()
{
parent::__construct();
}
public function get_loginlog($array = null, $signal = false)
{
return parent::get($array, $signal);
}
public function get_order_by_loginlog($array = null)
{
return parent::get_order_by($array);
}
public function get_single_loginlog($array = null)
{
return parent::get_single($array);
}
public function insert_loginlog($array)
{
try {
parent::insert($array);
return true;
} catch (Exception $e) {
// Log the error or handle it as needed
// For example, you can show a user-friendly message
// echo 'Error: ' . $e->getMessage();
return false;
}
}
public function update_loginlog($data, $id = null)
{
parent::update($data, $id);
return $id;
}
public function delete_loginlog($id)
{
parent::delete($id);
}
}
- Attach file functionality in the email module is a new feature.
- Gurdian name was added to the progress card report.
Not nulled, @raz0r null this one plsInilabs School Express : School Management System v5.8
v5.8 (12-Jun-2024)
*** Hidden text: cannot be quoted. ***
If someone wants to share the license in private, I will.Not nulled, @raz0r null this one pls
Not nulled, @raz0r null this one pls
Please share with me the license. pm?If someone wants to share the license in private, I will.
v5.9 (25-Nov-2024)
- Assignment module bugfix
- API updated
i have the License for innlabIf someone wants to share the license in private, I will.