Skip to content
/ centixx Public

Centixx is a web application based on Zend Framework with functionality of simple project management and timesheet.

Notifications You must be signed in to change notification settings

wzs/centixx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Przydante info

Sporo rzeczy jest dostepna przez globalny rejestr Zend_Registry::getInstance() 


Logowanie akcji systemowych:
	w kontrolerze: $this->_logger->log("Treść", Centixx_Log::Centixx);
	(jeśli trzeba gdzieś indziej: Zend_Registry::getInstance()->get('log')->log("Treść", Centixx_Log::Centixx))
	
Dostęp do obiektu obecnie zalogowanego użytkownika
	w kontrolerze: $this->_currentUser
	gdzie indziej: Zend_Registry::getInstance()->get('currentUser')
	
Dostęp do bazy
	jeśli nia ma jakoś inaczej dostepu, to $db = Zend_Registry::getInstance()->get('db')
	jeśli chcemy mieć dostęp do PDO (odpowiednik JDBC - patrz manual.php.net) trzeba $pdo = $db->getDefaultAdapter()

About

Centixx is a web application based on Zend Framework with functionality of simple project management and timesheet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages