Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Need help with language helper
Post: RE: Need help with language helper

So i need to change all my system ?
4,591 Views
4 Replies
04-03-2019, 01:16 PM
florent6001
    Thread: Need help with language helper
Post: Need help with language helper

Can you help me ? I cannot switch my language into my view. Here is my config.php $autoload['helper'] = array('url', 'file', 'language'); $autoload['language'] = array('homepage'); My view ...
4,591 Views
4 Replies
04-03-2019, 11:13 AM
florent6001
    Thread: How to edit my table?
Post: RE: How to edit my table?

It's work, thank's you
4,651 Views
3 Replies
01-26-2018, 05:49 AM
florent6001
    Thread: How to edit my table?
Post: How to edit my table?

Hi all, i need help to add column named "Edit" on all row for edit a table row. can you help me please Here is my controller: PHP Code: -- public function pronosticshistory(){ $template = ar...
4,651 Views
3 Replies
01-26-2018, 02:30 AM
florent6001
    Thread: Trying to get property of non-object
Post: RE: Trying to get property of non-object

I found a solution: My model: PHP Code: --      public function memberslist(){          $this->db->select('id, username, vip, administrator');          $this->db->from('users');         ...
20,965 Views
4 Replies
01-25-2018, 11:23 AM
florent6001
    Thread: Trying to get property of non-object
Post: RE: Trying to get property of non-object

dave friend Wrote: (01-25-2018, 11:00 AM) -- You can pass a database result object directly to table->generate(). It saves you all the trouble of looping through result_array(). The model becomes ...
20,965 Views
4 Replies
01-25-2018, 11:18 AM
florent6001
    Thread: Trying to get property of non-object
Post: Trying to get property of non-object

Hi all,  I want to make a table with the members list of my website, but i have Trying to get property of non-object as error. Here is my controller: Code: --        public function members...
20,965 Views
4 Replies
01-25-2018, 08:13 AM
florent6001
    Thread: Session system
Post: RE: Session system

Yes the database is loaded. The return query is for get pass the $query to the controller? New problem: A PHP Error was encountered Severity: Notice Message: session_write_close(): Skipping n...
9,644 Views
11 Replies
01-19-2018, 11:10 AM
florent6001
    Thread: Session system
Post: RE: Session system

Model: Code: --        public function login($username, $enc_password){            $this->db->where('username', $username);            $this->db->where('password', $enc_password);          ...
9,644 Views
11 Replies
01-19-2018, 08:48 AM
florent6001
    Thread: Session system
Post: RE: Session system

I copyed your code, your logic is good but i have this error: Type: Error Message: Call to a member function result_array() on null Filename: /homepages/30/d697615061/htdocs/preprod/applicati...
9,644 Views
11 Replies
01-19-2018, 08:39 AM
florent6001
    Thread: Session system
Post: RE: Session system

Undefined variable query
9,644 Views
11 Replies
01-19-2018, 02:06 AM
florent6001
    Thread: Session system
Post: RE: Session system

How can i set like this: $_SESSION['username'] = $username $_SESSION['administrator'] = $dbresultadministrator
9,644 Views
11 Replies
01-19-2018, 01:05 AM
florent6001
    Thread: Session system
Post: Session system

Hi all, i want to get all my informations into my session storage into the login, i dont know how to do this. Here is my code: My controllers: Code: -- public function login(){        $this...
9,644 Views
11 Replies
01-18-2018, 06:08 AM
florent6001

Theme © iAndrew 2016 - Forum software by © MyBB