Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI 4 Session Iframe Protected
Post: RE: CI 4 Session Iframe Protected

ignitedcms Wrote: (04-06-2022, 12:13 PM) -- Asides from the issues with iframes, I was wondering if this was an urlencode issue? -- I don't know much about urlencodes, but taking a look around is e...
2,976 Views
3 Replies
04-06-2022, 11:13 PM
gra
    Thread: CI 4 Session Iframe Protected
Post: CI 4 Session Iframe Protected

I am trying to call an iframe of my site on CI4 with session control.  The session is set but when I switch to the controller I don't read the username variable. Code: --
2,976 Views
3 Replies
04-05-2022, 09:41 PM
gra
    Thread: Table Custom
Post: RE: Table Custom

inumaru Wrote: (07-05-2020, 08:07 AM) -- Your closing tag is wrong maybe try to correct it. you type Code: -- -- should be Code: -- -- and try to close all the form tag correctly, if th...
3,578 Views
4 Replies
07-05-2020, 09:56 AM
gra
    Thread: Table Custom
Post: RE: Table Custom

InsiteFX Wrote: (07-05-2020, 03:30 AM) -- You cannot use the forms in a table, you need to redirect to the form then back to your table. -- Can't I insert submit and form buttons in the table? ...
3,578 Views
4 Replies
07-05-2020, 04:25 AM
gra
    Thread: Table Custom
Post: Table Custom

I would like to create a dynamic table with the edit and delete buttons. PHP Code: --         $this->table->setheading(   'Product',                                     'Description',           ...
3,578 Views
4 Replies
07-04-2020, 10:56 AM
gra
    Thread: Codeigniter 4 array the null key is not passed
Post: RE: Codeigniter 4 array the null key is not passed

Quote: -- it is as I have shown. In fact it is very strange. The only thing I have done is to install dreamwever to try it out. Then I messed up the public folder and went back to NetBeans. I t...
3,070 Views
2 Replies
06-23-2020, 03:39 PM
gra
    Thread: Codeigniter 4 array the null key is not passed
Post: Codeigniter 4 array the null key is not passed

I installed the version of Codeigniter 4 and PHP 7.4. Code: -- composer "name": "codeigniter4/appstarter" "require": "codeigniter4/framework": "^4" -- I have a problem when returning an a...
3,070 Views
2 Replies
06-22-2020, 01:02 PM
gra
    Thread: ci 4 not found controller in linux
Post: ci 4 not found controller in linux

I made a project with codeigniter 4.0.0 rc 3 On windows it works. On Linux debian 10 not run. in my .htaccess they have changed Code: -- RewriteRule ^(.*)$ index.php/$1 [L] to RewriteRule...
3,781 Views
1 Replies
05-14-2020, 04:52 AM
gra
    Thread: Use Model in view CI4
Post: Use Model in view CI4

How can you use a model in a view. Model: PHP Code: --
5,647 Views
2 Replies
04-08-2020, 09:14 AM
gra
    Thread: CI4 writable folder global variable for php path
Post: RE: CI4 writable folder global variable for php pa...

John_Betong Wrote: (02-15-2020, 02:05 AM) -- @gra Try a browser search for "CodeIgniter4 Global Functions and Constants" and the constant along with many more is near the bottom of the page, -- C...
5,303 Views
2 Replies
02-15-2020, 03:25 AM
gra
    Thread: CI4 writable folder global variable for php path
Post: CI4 writable folder global variable for php path

Good morning, I would like to use the writable folder to insert files from php and then upload them with html. is there a system variable for this folder similar to ROOTPATH? example: ROOT_WRITABL...
5,303 Views
2 Replies
02-15-2020, 01:52 AM
gra
    Thread: create a new object CI4
Post: RE: create a new object CI4

jreklund Wrote: (02-09-2020, 03:05 AM) -- Hi, in PHP the actual name for an empty class are this. PHP Code: -- $this->model = new stdClass(); -- -- The problem is in php 7.4 PHP Code: -- new st...
8,847 Views
6 Replies
02-10-2020, 09:53 PM
gra
    Thread: CI4 PDF Customized
Post: RE: CI4 PDF Customized

gra Wrote: (02-08-2020, 07:01 AM) -- InsiteFX Wrote: (02-08-2020, 05:51 AM) -- One of the best is TCPDF you may want to try that one there is a new version in the works. -- I built this library, ...
43,503 Views
22 Replies
02-08-2020, 11:59 PM
gra
    Thread: create a new object CI4
Post: RE: create a new object CI4

Resolved: PHP Code: -- $this->model= (object) null; --
8,847 Views
6 Replies
02-08-2020, 02:59 PM
gra
    Thread: create a new object CI4
Post: RE: create a new object CI4

mjamilasfihani Wrote: (02-08-2020, 08:23 AM) -- Add protected $model then you can call with $this->model -- the error is: Class 'App\Controllers\stdObject' not found
8,847 Views
6 Replies
02-08-2020, 08:52 AM
gra
    Thread: CI4 PDF Customized
Post: RE: CI4 PDF Customized

InsiteFX Wrote: (02-08-2020, 05:51 AM) -- One of the best is TCPDF you may want to try that one there is a new version in the works. -- I built this library, in App \\ Libraries \\Pdf.php PHP Cod...
43,503 Views
22 Replies
02-08-2020, 07:01 AM
gra
    Thread: create a new object CI4
Post: create a new object CI4

Goodmorning everyone, i am using codeigniter version 4 rc3. I would like to create a model object for CI3 compatibility. PHP Code: --
8,847 Views
6 Replies
02-08-2020, 04:28 AM
gra
    Thread: CI4 PDF Customized
Post: CI4 PDF Customized

Goodmorning everyone, i am using codeigniter version 4 rc3. I should create pdfs but I have to customize them, this is to say that they are not like the web page displayed. Which library do you rec...
43,503 Views
22 Replies
02-08-2020, 02:09 AM
gra
    Thread: validate form CI4
Post: RE: validate form CI4

used : https://github.com/bcit-ci/CodeIgniter4.git -> master
13,978 Views
10 Replies
04-08-2018, 11:58 PM
gra
    Thread: validate form CI4
Post: RE: validate form CI4

modified helper(['form', 'url']); in helper('form', 'url'); in line if (! $this->validate([])) exception "Call to undefined method Login::validate()"
13,978 Views
10 Replies
04-08-2018, 06:22 AM
gra

Theme © iAndrew 2016 - Forum software by © MyBB