Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Lightbulb Thread: Roles based Access Control (RBAC) / User Groups & Permission using MVC not HMVC
Post: Roles based Access Control (RBAC) / User Groups & ...

Guys, i wanted to have permission for menus / pages for my admin panel. i wanted to have a dynamic control for this so that at future Admin user can create / modify the new role or exisiting roles ...
3,121 Views
1 Replies
03-23-2020, 04:11 AM
manigopal
    Thread: How to use CSRF & XSS ?
Post: RE: How to use CSRF & XSS ?

jreklund Wrote: (03-21-2020, 08:03 AM) -- Okey, for e.g. status, are that a checkbox? With just a number? If so apply integer/numeric, so that people can't submit any other value than you expect. You...
3,492 Views
4 Replies
03-21-2020, 09:24 AM
manigopal
  Sad Thread: How do i record user activity & also with more functionalities ?
Post: How do i record user activity & also with more fun...

Guys i wanted to get user activity logs to my database. How is that possible and even there are several modules need to completed. The list is all below, I will be really happy someone guides me...
1,806 Views
1 Replies
03-21-2020, 04:45 AM
manigopal
    Thread: How to use CSRF & XSS ?
Post: RE: How to use CSRF & XSS ?

jreklund Wrote: (03-21-2020, 04:26 AM) -- Hi, You are on the right track with CSRF. However, xss_clean should not be used, you should use the validation filter for input and use html_escape on output...
3,492 Views
4 Replies
03-21-2020, 04:35 AM
manigopal
    Thread: How to use CSRF & XSS ?
Post: How to use CSRF & XSS ?

For security i want to use CSRF / XSS What i have tried, CSRF,     1. Enabled $config['csrf_protection'] = TRUE; in autoload.php     2. used ~ which will use CSRF when we use for...
3,492 Views
4 Replies
03-21-2020, 03:18 AM
manigopal
    Thread: CodeIgniter 4.0 is here!
Post: RE: CodeIgniter 4.0 is here!

Really happy to hear that #CI4 released after long development. Now, all we need the docs for it to kick start with #CI4.
214,848 Views
132 Replies
03-13-2020, 12:40 AM
manigopal
    Thread: Array inside array
Post: RE: Array inside array

any update on this ?
4,690 Views
6 Replies
01-22-2020, 12:24 AM
manigopal
    Thread: Array inside array
Post: RE: Array inside array

InsiteFX Wrote: (01-14-2020, 06:01 AM) -- And in the future please use code tags for your code makes it a lot easier to read. -- Okay any idea how to achieve it ?
4,690 Views
6 Replies
01-14-2020, 06:29 AM
manigopal
    Thread: Array inside array
Post: RE: Array inside array

i.e {     "status": "true",     "particular_customers_sales_order": [         {           invoice_details,           "line_items"           [           {             product 01 with details, ...
4,690 Views
6 Replies
01-14-2020, 05:53 AM
manigopal
    Thread: Array inside array
Post: Array inside array

I want to get data's from 3tables (its for invoice details by customer). Invoice Details table : https://ibb.co/WGtBkFt Invoice Info table      : https://ibb.co/rdqwGVp Products Info          : h...
4,690 Views
6 Replies
01-13-2020, 08:34 PM
manigopal
    Thread: Using foreach in REST API Codeigniter
Post: RE: Using foreach in REST API Codeigniter

i have completed this.
2,195 Views
1 Replies
01-13-2020, 08:31 PM
manigopal
    Thread: Using foreach in REST API Codeigniter
Post: Using foreach in REST API Codeigniter

Hi,   I'm using rest API (not any library just core PHP). I'm working on invoice creation (Order) through Mobile App, how do i make it work. Controller Page : public function save1(){ $inse...
2,195 Views
1 Replies
01-11-2020, 08:20 AM
manigopal
  Lightbulb Thread: Encrypt & Decrypt Password
Post: Encrypt & Decrypt Password

I'm newbee to CI, I'm trying to Create & Modify User Profile USING API (REST) json_encode option, I want to use default encrypt & decrypt for password alone., for Login & Register... [hr] I have ...
9,660 Views
2 Replies
12-01-2019, 08:13 PM
manigopal
    Thread: Could not update data in REST API
Post: RE: Could not update data in REST API

@php_rocs Now i have tried changing code ... and this code had issue responding these json_response "Status"=>'Failed', "Error"=>'All Fields are Mandatory',
2,066 Views
2 Replies
12-01-2019, 10:06 AM
manigopal
    Thread: Could not update data in REST API
Post: Could not update data in REST API

Note : I have not used any libraries and my code is., Controller file : Api.php public function customer_update_api(){             $path = $_FILES['customer_image']['name'];             $pa...
2,066 Views
2 Replies
11-28-2019, 10:55 AM
manigopal
    Thread: Fatal memory error
Post: RE: Fatal memory error

i have used the memory increase at AS $old = ini_set('memory_limit', '8192M'); at top of Model & controller page, AND THIS where should i add this before which query ? var_dump debug_backtrace(DEB...
3,191 Views
3 Replies
11-28-2019, 05:45 AM
manigopal
  Sad Thread: Fatal memory error
Post: Fatal memory error

When i run this query for API. I am getting allowed memory size of 134217728 bytes exhausted. Query is public function categories_with_products(){         $this->db->select('category_id,cate...
3,191 Views
3 Replies
11-27-2019, 07:01 PM
manigopal
    Thread: How to convert this code from Core PHP to Codeigniter ?
Post: How to convert this code from Core PHP to Codeigni...

I have written rest api in PHP now i need to do the same in codeigniter, Files @ https://gitlab.com/manigopal/ci-projects/blob/master/Showtime/%20How%20to%20convert%20this%20code%20from%20Core%20PHP...
1,785 Views
1 Replies
11-15-2019, 09:27 AM
manigopal
    Thread: Passing key issue
Post: RE: Passing key issue

i have made some modifications to the code, which is not showing any error but it response with null value., [hr] i took a code from net and they have used genre_id to get stored in videos table, in ...
3,098 Views
4 Replies
11-14-2019, 06:28 PM
manigopal
    Thread: Passing key issue
Post: RE: Passing key issue

muuucho Wrote: (11-14-2019, 04:14 AM) -- Have you checked that you have a column 'Action' in table 'movies_info' ? -- i have modified / updated my code (same link) now no error shows but no value...
3,098 Views
4 Replies
11-14-2019, 11:10 AM
manigopal

Theme © iAndrew 2016 - Forum software by © MyBB