Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to use Php DOMDocument object in ci4
Post: How to use Php DOMDocument object in ci4

$result is post parameter .I want to try but not working. error: Class 'App\Controllers\DOMDocument' not found $resultDocument = new DOMDocument(); $resultDocument->loadXML($result); $st...
3,433 Views
1 Replies
02-18-2020, 07:02 AM
ProfessionalCoder
    Thread: Detect redirect
Post: RE: Detect redirect

Auth::Check($this->session->has('login'))) you should check session ?
2,513 Views
2 Replies
12-12-2019, 02:49 AM
ProfessionalCoder
    Thread: CI4 Tutorial Database Question
Post: RE: CI4 Tutorial Database Question

InsiteFX Wrote: (11-30-2019, 05:28 AM) -- @ProfessionalCoder, CodeIgniter 4 Model already has the automatic database connection. -- Thx I rewrite  $db to $this->db->query 
4,228 Views
5 Replies
12-02-2019, 06:18 AM
ProfessionalCoder
    Thread: CI4 Tutorial Database Question
Post: RE: CI4 Tutorial Database Question

4,228 Views
5 Replies
11-30-2019, 03:41 AM
ProfessionalCoder
    Thread: Bug in routes with path in controller
Post: RE: Bug in routes with path in controller

You can use only $routes->add('journals', 'App\Blogs'); if dashboard is files and it have controller you must use \ .Its run default index function. $routes->add('blog/joe', 'Blogs::users'); if da...
13,008 Views
13 Replies
11-25-2019, 12:15 AM
ProfessionalCoder
    Thread: File .env not working
Post: RE: File .env not working

Please try rename env file to .env file and delete prefix # character .
11,101 Views
4 Replies
11-23-2019, 02:02 AM
ProfessionalCoder
    Thread: find Multiple Column in Model
Post: find Multiple Column in Model

I create a category model and ı want to choose three column. but findColumn Method permission this. it's say $column_name should be a name of single column else you will get the DataException. Do ...
1,336 Views
0 Replies
11-19-2019, 01:30 AM
ProfessionalCoder
    Thread: How to enable debug toolbar in CI4.0.0-rc.3
Post: RE: How to enable debug toolbar in CI4.0.0-rc.3

rename env files .env and CI_ENVIRONMENT = "development "
26,656 Views
28 Replies
11-16-2019, 01:18 AM
ProfessionalCoder
    Thread: Use validation for a variable in controller or modal ci-4
Post: Use validation for a variable in controller or mod...

hi sorry for english, I want to use validation library for a email validation in controller manuel method ex. $validation->setRules(or all database request automatic method protected $validationRul...
1,207 Views
0 Replies
11-15-2019, 08:16 AM
ProfessionalCoder
    Thread: Call model not work
Post: RE: Call model not work

change this code $sql = "select * from tab_recursos where idparent =".$parent;
9,238 Views
7 Replies
02-21-2017, 09:28 AM
ProfessionalCoder
    Thread: How to give permission
Post: RE: How to give permission

I suggest change your .htaccess file .
4,330 Views
3 Replies
02-21-2017, 09:18 AM
ProfessionalCoder

Theme © iAndrew 2016 - Forum software by © MyBB