Zend folder
  • sarahsarah March 2010

    Hi! I've seen that in SI there is a zend folder but SI doesn't use Zend!

    Can you tell me the features that uses Zend?? (log?? ... others??)

  • VeGaTrOnVeGaTrOn March 2010

    as far as I know SI uses zend for authinication (login), caching , permissions, ...

  • sarahsarah March 2010

    and for DB??

    In init.php file I show


    $autoloader = Zend_Loader_Autoloader::getInstance();
    $autoloader->setFallbackAutoloader(true);
    #Zend_Loader::registerAutoload();






    $zendDb = Zend_Db::factory($config->database->adapter, array(
    'host' => $config->database->params->host,
    'username' => $config->database->params->username,
    'password' => $config->database->params->password,
    'dbname' => $config->database->params->dbname,
    'port' => $config->database->params->port)
    );

  • justinjustin March 2010

    hey guys

    we use zend db - just for the login screen

    we now zend_email for emailing - as of 2010.2 release
    - zend_acl and zend_auth for login stuff
    - zend_config for the config file
    - and a few other bits and pieces

    cheers

    justin

    SmarterInvoices.com :: Simple Invoices hosting | Kelly.org.au :: Simple Invoices custom development | justin.kelly.org.au
  • justinjustin March 2010

    and zend_log for logging

    SmarterInvoices.com :: Simple Invoices hosting | Kelly.org.au :: Simple Invoices custom development | justin.kelly.org.au
  • sarahsarah March 2010

    Do you confirm that you use zend db only in login and not in other application pages??

    Thanks

  • justinjustin March 2010

    sarah - thanks correct

    all other db stuff in Simple Invoices uses PDO

    cheers

    justin

    SmarterInvoices.com :: Simple Invoices hosting | Kelly.org.au :: Simple Invoices custom development | justin.kelly.org.au

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Categories