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)
);
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
and zend_log for logging
sarah - thanks correct
all other db stuff in Simple Invoices uses PDO
cheers
justin
It looks like you're new here. If you want to get involved, click one of these buttons!