Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>In certain cases it is acceptable to load classes like that however you should stick to using the CodeIgniter loader class unless it's absolutely necessary not to. I would urge you to convert your libraries and models to be compatible with the CodeIgniter loader class.</p> <p>I understand what you mean when you say the autocomplete is not working. I use NetBeans and this is a problem I ran into as well. I did a little digging and although it's much less documented for Komodo Edit, the solution to getting autocomplete working correctly is very similar to getting it working with NetBeans.</p> <p>First, here is a <a href="http://bugs.activestate.com/show_bug.cgi?id=77841" rel="nofollow">Komodo Edit bug report</a> documenting the problem that you are having. It's been open since 2008 so it's likely it won't ever be baked directly into the application since there is a simple workaround.</p> <p>Here is a <a href="http://jimdoescode.blogspot.com/2010/10/hooray-for-codeigniter-code-completion.html" rel="nofollow">blog post detailing the workaround</a>. The idea is that you create a dummy PHP file in the root of your project containing a number of comments referencing the properties and methods of the core CodeIgniter classes. Komodo Edit will then reference the file and add the properties and methods to it's code completion.</p> <p>The blog post looks a little outdated, but you should be able to easily modify it to get it working with whatever version of CodeIgniter you are using.</p> <p>And if you're curious, here is a <a href="http://www.masnun.me/2010/06/16/codeigniter-code-completion-with-the-netbeans-ide-for-php.html" rel="nofollow">blog post detailing the same solution for Netbeans</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload