Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Reporting Tools On CodeIgniter
Post: RE: Reporting Tools On CodeIgniter

Hi, I have same needs and I'm a newbie too. It's pretty complicated to integrate KoolReport in CI4. I've installed koolreport/core and koolreport/codeigniter with composer but it's not simple to ...
14,543 Views
8 Replies
12-17-2021, 04:56 AM
flav
    Thread: Quickchart package not found
Post: RE: Quickchart package not found

Code below works. You do not add row "use Ianw/Quickchart;" PHP Code: -- $qc = new \QuickChart([   'width'=> 500,   'height'=> 300, ]); --
2,437 Views
6 Replies
11-29-2021, 09:02 AM
flav
    Thread: Display PNG img in view not working
Post: RE: Display PNG img in view not working

My code below : Code: -- Page Title My First Heading My first paragraph.
6,568 Views
8 Replies
11-29-2021, 06:16 AM
flav
    Thread: Display PNG img in view not working
Post: RE: Display PNG img in view not working

It works. Thanks
6,568 Views
8 Replies
11-26-2021, 04:33 AM
flav
    Thread: Quickchart package not found
Post: RE: Quickchart package not found

I've installed it with composer. It's located in \vendor\ianw\quickchart
2,437 Views
6 Replies
11-26-2021, 04:18 AM
flav
    Thread: Quickchart package not found
Post: Quickchart package not found

Hi, I use CI4 on WAMP and PHP 7.3.5. I've installed ianw/quickchart package to create PNG chart and put it in a html page. Next I convert it in PDF with dompdf. In a model I wrote PHP Code: ...
2,437 Views
6 Replies
11-25-2021, 06:30 AM
flav
    Thread: Display PNG img in view not working
Post: Display PNG img in view not working

Hi, I put a PNG image in my public/images folder. I created a view like below but it doesn't show me my image : Code: -- Page Title My First Heading My first paragraph.   ...
6,568 Views
8 Replies
11-25-2021, 06:17 AM
flav
    Thread: DBFORGE add field zerofill
Post: DBFORGE add field zerofill

Hi, I would like to create a table with a field tinyint(2) unsigned zerofill. When I try the statement below column is created but zerofill don't work.  'month' => array(                     't...
3,984 Views
3 Replies
02-16-2018, 02:52 AM
flav
    Thread: email not working no_from
Post: email not working no_from

Hi, I use email library for my project. When I want to send an email, the debugger show this message : "lang:email_no_from" My server use WAMP 3.1.0 and PHP 5.6.31. My test code : PHP Code: -...
2,647 Views
1 Replies
01-04-2018, 07:39 AM
flav

Theme © iAndrew 2016 - Forum software by © MyBB