Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Error: Trying to access array offset on value of type null
Post: Error: Trying to access array offset on value of t...

Hi CodeIgniters, i have an issue with one of my functions, locally there is working with no problems, when i upload on web server it gives me error : A PHP Error was encountered Severity: Notice ...
1,183 Views
0 Replies
09-30-2022, 03:12 AM
Tajar_Dobro
    Thread: Conacatenate issue
Post: Conacatenate issue

Hi all, how can concatenate language name and code from this helper. // Get Language by ID function get_lang_name_by_id($id){     $ci = & get_instance();     $ci->db->where('id',$id);     return ...
1,708 Views
0 Replies
02-23-2022, 07:51 AM
Tajar_Dobro
  Thumbs Up Thread: Error on post simple form
Post: RE: Error on post simple form

Check your .htaccess file
3,528 Views
3 Replies
02-18-2022, 02:57 AM
Tajar_Dobro
    Thread: Error on ternary expression
Post: RE: Error on ternary expression

Hello, CI Version 3.1, The error im facing is that even if i have pic for the product, the default image appears.
3,528 Views
3 Replies
02-15-2022, 01:02 AM
Tajar_Dobro
    Thread: Error on ternary expression
Post: Error on ternary expression

Hi all, i have some error regarding ternary expression, it displays me only the default picture even if you have saved the product pic. on view i have added this line
3,528 Views
3 Replies
02-14-2022, 04:43 AM
Tajar_Dobro
    Thread: How to set Date in dd.mm.yyyy format
Post: How to set Date in dd.mm.yyyy format

Hi all, how can i set the date format in dd.mm.yyyy ?
2,585 Views
1 Replies
02-01-2022, 06:45 AM
Tajar_Dobro
    Thread: CI & Firebase
Post: CI & Firebase

Hi guys, please any suggestion for connecting CI3 with Firebase Thanks
2,225 Views
0 Replies
01-20-2022, 03:19 AM
Tajar_Dobro
    Thread: Tailwind datepicker
Post: RE: Tailwind datepicker

php_rocs Wrote: (10-25-2021, 06:31 PM) -- @"Lipe_Bogaci" , Are you using the hidden date field too.  Are you using this tailwind datepicker (https://tailwind-elements.com/docs/standard/forms/datep...
4,228 Views
3 Replies
10-25-2021, 11:43 PM
Tajar_Dobro
    Thread: Why choose CodeIgniter
Post: RE: Why choose CodeIgniter

InsiteFX Wrote: (10-24-2020, 02:37 AM) -- It's fast, easy to learn and easy to update. The Framework that realy Rocks :cool: Easy to learn and great performance --
39,173 Views
28 Replies
10-24-2021, 01:03 PM
Tajar_Dobro
  Thumbs Up Thread: convert sql
Post: RE: convert sql

ikeselayes , you can. Code: -- Select if(payment_status=0,'Not Paid','Paid ') AS status tnanksss, but what about if i have more than 2 status? --
7,456 Views
5 Replies
09-20-2021, 11:53 PM
Tajar_Dobro
    Thread: convert sql
Post: convert sql

Hi guys how can I convert the value of integer to text, example if it is 0 to display not paid and 1 to display paid On model //get chart public function invoice_chart() { $res = $this->db->query...
7,456 Views
5 Replies
09-20-2021, 04:19 AM
Tajar_Dobro
  Smile Thread: Change Password in CodeIgniter with Callback Validation to Check Old Password
Post: RE: Change Password in CodeIgniter with Callback V...

InsiteFX Wrote: (09-14-2021, 02:09 AM) -- You can download Myth/Auth and see how Lonnie is doing it. Myth/Auth (https://github.com/lonnieezell/myth-auth) -- Thank you :) can I use it with CI 3.1?
8,021 Views
5 Replies
09-14-2021, 05:45 AM
Tajar_Dobro
    Thread: Change Password in CodeIgniter with Callback Validation to Check Old Password
Post: Change Password in CodeIgniter with Callback Valid...

Hi all is there any tutorial for Change password in CodeIgniter with Callback Validation to Check Old password?
8,021 Views
5 Replies
09-14-2021, 12:16 AM
Tajar_Dobro
    Thread: display data in modal
Post: RE: display data in modal

InsiteFX Wrote: (07-28-2021, 02:55 AM) -- This should help you. CRUD CodeIgniter 4 Tutorial with Bootstrap Modal (Complete Guide) (https://mfikri.com/en/blog/crud-codeigniter4-modal) -- hi thank...
5,056 Views
3 Replies
07-28-2021, 06:56 AM
Tajar_Dobro
    Thread: display data in modal
Post: display data in modal

hi firends how can i display the data of one row in modal? the data in table are okay but they nort show up when i click on modal of a signe row
5,056 Views
3 Replies
07-27-2021, 11:53 PM
Tajar_Dobro
    Thread: Export to excel
Post: RE: Export to excel

Tajar_Dobro Wrote: (06-16-2021, 05:12 AM) -- PHP Code: -- public function search_expense($search=NULL){ $keyword = $this->input->get('search',TRUE);                 // pagination settings   ...
20,380 Views
8 Replies
06-18-2021, 04:42 AM
Tajar_Dobro
    Thread: Export to excel
Post: RE: Export to excel

Well, I have the main query in the DB. now I want only to export the return from the search. also, PHP excel does not work. This code exports me all the values whereas I need only the result from th...
20,380 Views
8 Replies
06-14-2021, 12:35 AM
Tajar_Dobro
    Thread: Export to excel
Post: RE: Export to excel

Hi, the project  is in CI 3
20,380 Views
8 Replies
06-13-2021, 02:36 AM
Tajar_Dobro
    Thread: Export to excel
Post: Export to excel

Hi all How can i export to excel the output from search result? I have done the export but not the total rows only the results of search.  :huh:
20,380 Views
8 Replies
06-12-2021, 02:21 PM
Tajar_Dobro
    Thread: CI roles
Post: CI roles

Hello, please can you suggest me how to implement role access in ci 3 project? thanks in advance
2,804 Views
2 Replies
05-25-2021, 02:21 PM
Tajar_Dobro

Theme © iAndrew 2016 - Forum software by © MyBB