Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Problems loading a style css from another directory
Post: RE: Problems loading a style css from another dire...

php_rocs Wrote: (04-03-2019, 01:51 PM) -- @Skinper, Have you tried creating a backup directory for the system to look into if it is unable to find it in the primary directory?  You could also defi...
3,733 Views
4 Replies
04-03-2019, 05:36 PM
Skinper
    Thread: Problems loading a style css from another directory
Post: RE: Problems loading a style css from another dire...

php_rocs Wrote: (04-02-2019, 11:50 AM) -- @Skinper, Where is this code loaded? In the Controller or view? -- This code is in a controller that belongs to a project named fw. I call this method...
3,733 Views
4 Replies
04-03-2019, 08:45 AM
Skinper
    Thread: Problems loading a style css from another directory
Post: Problems loading a style css from another director...

Hello! Today I load a css dynamically as follows: PHP Code: --    function addStyle($file = '')    {        $ci = &get_instance();        $header_css = $ci->config->item('header_css');  ...
3,733 Views
4 Replies
04-02-2019, 04:32 AM
Skinper
    Thread: Autoload function
Post: RE: Autoload function

What is the best way to make autoload incldues? such as: include_once (DIR_LIB. "interface / components / TinyMce.php"); Thanks a lot for help!
11,595 Views
5 Replies
02-25-2019, 10:19 AM
Skinper
    Thread: Autoload function
Post: RE: Autoload function

Is it a good practice to have all includes what I will need within the autoload? Is it on demand? Thanks!
11,595 Views
5 Replies
02-24-2019, 02:59 PM
Skinper
    Thread: Autoload function
Post: Autoload function

Hello, I have some doubts about autoload in CodeIgniter. My first question is that currently, I use __autoload, it has been discontinued? Is not it good practice to use it? I read about the spl_auto...
11,595 Views
5 Replies
02-24-2019, 06:23 AM
Skinper

Theme © iAndrew 2016 - Forum software by © MyBB