Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: update form validation
Post: RE: update form validation

Hi I think u need this: https://codeigniter.com/user_guide/helpers/form_helper.html#set_select
6,454 Views
9 Replies
05-28-2020, 10:12 AM
cukikt0302
    Thread: BUG model common function
Post: RE: BUG model common function

jreklund Wrote: (05-12-2020, 01:10 PM) -- Hi could you try the following (revert the changes made to ModelFactory): PHP Code: -- protected $modelGG = '\\BAPI\\Models\\modelGG\\Crud'; protected $mod...
4,628 Views
9 Replies
05-12-2020, 10:10 PM
cukikt0302
    Thread: BUG model common function
Post: RE: BUG model common function

I think so. Seems like forgot to delete the old model or something similar. [hr] PHP Code: -- if (($pos = strrpos($name, '\\')) !== false) { $class = substr($name, $pos + 1); } -- I remove all this...
4,628 Views
9 Replies
05-12-2020, 11:56 AM
cukikt0302
    Thread: BUG model common function
Post: RE: BUG model common function

It contain protected $modelGG = '\BAPI\Models\modelGG\Crud'; protected $modelGI = '\BAPI\Models\modelGI\Crud';
4,628 Views
9 Replies
05-12-2020, 11:43 AM
cukikt0302
    Thread: BUG model common function
Post: RE: BUG model common function

Oops im sr my bad It worked! Im forgot set 2nd ARG to false $Gg = model( $this->modelGG, false ); $Gi = model( $this->modelGI, false ); var_dump(['gg' => $Gg->table, 'gi' => $Gi->table])
4,628 Views
9 Replies
05-12-2020, 11:38 AM
cukikt0302
    Thread: BUG model common function
Post: RE: BUG model common function

PHP Code: -- Crud.php
4,628 Views
9 Replies
05-12-2020, 11:33 AM
cukikt0302
  Exclamation Thread: BUG model common function
Post: BUG model common function

PHP Code: -- $Gg = model( $this->modelGG ); $Gi = model( $this->modelGI ); var_dump(['gg' => $Gg->table, 'gi' => $Gi->table]) new $this->modelGG;# Worked new $this->modelGI;# Worked -- print the ...
4,628 Views
9 Replies
05-12-2020, 09:41 AM
cukikt0302
    Thread: GET in uri routing
Post: RE: GET in uri routing

in routes.php die(var_dump(service('request')->getGet('dashboard'))); // profile,...
2,384 Views
3 Replies
04-05-2020, 01:16 PM
cukikt0302

Theme © iAndrew 2016 - Forum software by © MyBB