I am working under codeigniter my database saves the time in 00:00:00 24hrs format which I think is good, the problem is that for the user it is not as quick to understand as putting a 12hrs format a bit more understandable with AM...
How can I access calidades to display them in my table?
my exit shows the following
{
"separaciones": [
{
"id": "92",
"idcuenta": "1",
"idusuario": "1",
"identrada": "185",
"tcajas": "350",...
I am working on a project in codeigniter in my team, which works very well, but when passing the project in another team, with the same version of xampp it does not work, at the beginning I present an error with the session, when removing the se...
Good morning,
My problem is that when publishing a web page in a hosting I get the error "PHP Warning: Module 'imagick' already loaded in Unknown on line 0"
There are several issues:
It's the first time I publish a page that does not h...
Hi I would like to see if you can help me I am trying to make a report that contains a subreport but this only works locally when I upload to the server and change the urls does not work I enclose the report father and son:
Parent Report:
&...
I'm modifying my controller to get the id and send it to the view that has the role, the roles are handled directly from the table default_users
public function sendNew($msg = null)
{
/*funcion para extrar el usuario logeado */...
I would like to know if there is a way to join in an array several records with a common code, for example I have 3 records whose field code_person is the same, there will be some way that those records form an array that is this way
array([0]...
I'm working with codeigniter, and I have a method which goes to two functions of the model, the problem is that it does not do what it says in one of those functions, it only does the first.
controller code (the method that calls two function...