Hi,
I'd lke to point you to this (old but good) web site which explains basically all the many "design patterns" that you run into when deveoping with the Joomla! 1.5 Framework.
http://www.phppatterns.com/docs/?idx=design
I suggest to disable "page colors" if your browser supports it (i.e. using the WebDeveloper Extension for Firefox) as the color schema is .. well ... you decide.
Have fun,
CirTap
php patterns
Moderators: tjay, seadap, Rogue4ngel, matthewhayashida
php patterns
You can have programs written fast, well, and cheap, but you only get to pick 2 ...
"I love deadlines. I like the whooshing sound they make as they fly by." Douglas Adams
"I love deadlines. I like the whooshing sound they make as they fly by." Douglas Adams
- jalil
- Joomla! Enthusiast
- Posts: 128
- Joined: Wed Jul 04, 2007 4:54 am
- Location: Kuala Lumpur, Malaysia
- Contact:
Re: php patterns
it is, i think, a little bit way off tangent for 101. but i'm sure some more advanced developers would find it useful.
- jbruni
- Joomla! Apprentice
- Posts: 37
- Joined: Sat Oct 07, 2006 12:36 pm
- Location: Uberlândia, MG, Brazil
Re: php patterns
Although some design patterns are complex, others are not.
Joomla! 1.5 uses many design patterns and knowing some of them can be very helpful for the developer.
I just wrote about the Observer Pattern, implemented by JObserver and JObservable classes in the Joomla Framework, and it may be a debut in design patterns for begginers here.
See http://forum.joomla.org/index.php/topic,203240.0.html
Joomla! 1.5 uses many design patterns and knowing some of them can be very helpful for the developer.
I just wrote about the Observer Pattern, implemented by JObserver and JObservable classes in the Joomla Framework, and it may be a debut in design patterns for begginers here.
See http://forum.joomla.org/index.php/topic,203240.0.html
-
- Joomla! Apprentice
- Posts: 7
- Joined: Tue Aug 21, 2007 12:38 am
Re: php patterns
another good document explaining the MVC architecture can be found here:
http://manual.cakephp.org/chapter/basic_concepts
http://manual.cakephp.org/chapter/basic_concepts
Joomla : so easy , a CEO can do it.