Welcome Guest, Not a member yet? Register   Sign In
CacheInterface In view cell
#3

view_cell basically common function that called from common.php file.
PHP Code:
// file : common.php

function view_cell(string $library$params nullint $ttl 0string $cacheName null)
    {
        return 
Services::viewcell()->render($library$params$ttl$cacheName);
    } 

in above function, Services called view cell. basically, I need to understand from start to end this function flow.
Reply


Messages In This Thread
RE: CacheInterface In view cell - by kilishan - 11-16-2016, 07:02 AM
RE: CacheInterface In view cell - by milan alphansotech - 11-16-2016, 07:31 AM
RE: CacheInterface In view cell - by kilishan - 11-16-2016, 08:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB