Noushid p

Results 7 issues of Noushid p

How to show percentage?

how to use `where_not_in"function` ? i have tried this `$this->model->where_not_in('name',$names)->get_all();` but i got an error? How to fix this or use this function.

Model not working ,How can i fix this? `input type="text" international-phone-number ng-model="newuser.phone">` ` ipnConfig.defaultCountry = 'pl'; ipnConfig.preferredCountries = ['pl', 'de', 'fr', 'uk', 'es'];`

got this error when uploading: `Possibly unhandled rejection: {"data":"The upload path does not appear to be valid.","status":401,"config":{"method":"POST","transformRequest":[null],"transformResponse":[null],"jsonpCallbackParam":"callback","url":"http://localhost:8080/upload","data":{"file":{"$ngfBlobUrl":"blob:http://localhost:8080/92a870df-21ce-4616-91e5-0e59b529cf3a","$ngfWidth":425,"$ngfHeight":425,"upload":{},"progress":100}},"_isDigested":true,"_chunkSize":null,"headers":{"Accept":"application/json, text/plain, */*"},"_deferred":{"promise":"..."}},"statusText":"File Upload Error"}` how can i fix ?

i need to change pages directory,how? current pages folder is `pages` i need to change other directory?

**HTML** ``` file1: file2: ``` **PHP** ``` $this->upload->do_upload('userfiles1) ; var_dump($this->upload->data()); $this->upload->do_upload('userfiles2'); var_dump($this->upload->data()); ``` **first var_dump output given below** ``` array (size=2) 0 => array (size=14) 'file_name' => string 'G_90935184.jpg' (length=14)...

i tried to send message but i got this message `Non-static method Limatheus\SmsGateway\SmsGateway::sendMessageToNumber() should not be called statically`