Re: Grasping class / controllers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Aleksandar Skodric" <aleksandar@xxxxxxxxxxx> wrote:

>Hi all,
>
>I am using Codeigniter framework, tho' I believe my question is more
>PHP 
>related in general.
>
>Problem I am having is following.
>
>Codeigniter (CI) uses general class CI_Controller for all functions.
>I have extended this controller with: abstract class CORE_Controller 
>extends CI_Controller {...}.
>
>Then, I also have a RESTFul library which is:
>class Cpin2_rest {}
>
>And, last one is Ion Auth library which states:
>class Ion_auth {}
>
>In the Ion auth, there (should be) is initialization of CI_Controller
>with:
>
>$this->ci =& get_instance();
>
>However, $this->ci inherits Cpin2_rest instead of CI_Controller (or 
>CORE_Controller).
>
>I really have no idea where have I made a mistake and can't get around 
>this one :(
>
>Any help is appreciated!
>
>Thanks!
>Aleks
>
>-- 
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php


That's completely CodeIgniter, not php. The mvc framework layout is something used by many languages, but questions about the framework aren't questions you should ask of the language but the framework.


Thanks
Ash
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux