dec
22
2011
A Joomla! rendszerben szinte mindennek saját paraméterei vannak, lehetnek. Ezen paraméterek olvasási lehetőségét foglalja össze az alábbi cikk:
http://www.themepartner.com/blog/56/get-joomla-17-plugin-module-component-and-template-parameters/
Cimkék: Fejlesztés, Joomla
nov
06
2011
A CentOS TimeZone beállításokat a következő egyszerű megoldással állíthatjuk be parancssorból:
#
# this is not correct for me
#
$ date
Wed Oct 1 07:43:58 CDT 2008
#
# to fix it
#
$ sudo rm /etc/localtime
$ sudo ln -s /usr/share/zoneinfo/Europe/London /etc/localtime
#
# now check it's ok
#
$ date
Wed Oct 1 12:42:33 GMT 2008
További infók: http://whomwah.com/2008/10/01/setting-the-timezone-on-centos/
Cimkék: CentOS, Üzemeltetés
okt
07
2011
Joomla forum had an interesting conversation about the MVC framework used. In this context, Nicholas Tues Dionysopoulos summed up what what is it for:
Hi guys,
As with all things programming, there is no "right" or "wrong". I can tell you, however, what is the Model 2 paradigm followed by Joomla!’s MVC implementation. Joomla! is following the paradigm of "thin controller-fat model". The exact opposite is perfectly possible; neither one is The Absolute Truth, but since we’re developing for Joomla! we can at least follow Joomla!’s paradigm.
So, what are the three components of the MVC (Model-View-Controller) architecture supposed to do?
Bejegyzés olvasásának folytatása »
Cimkék: Fejlesztés, Joomla