Welcome Guest, Not a member yet? Register   Sign In
Code not understanding in Codeigniter in Perfex CRM
#1

Hello Guys,

Please i have this function in Perfex CRM System

PHP Code:
public function table()
    {
        if (!is_staff_member()) {
            ajax_access_denied();
        }
        $this->app->get_table_data('leads');
    


Any one can tell me what this mean:

PHP Code:
$this->app->get_table_data('leads'); 


and where can i find get_table_data('leads'); ???

Thanks
Reply
#2

@hasanhatem ,

Have you tried contacting the developer of the CRM? With just a quick scan I would think that this is a model/database call to pull data from the database table leads..
Reply
#3

(This post was last modified: 06-14-2022, 07:22 PM by melvinheld.)

Thanks! It was a lot of work!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB