php patterns

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
User avatar
CirTap
Joomla! Intern
Joomla! Intern
Posts: 73
Joined: Mon Dec 12, 2005 5:34 pm
Contact:

php patterns

Post by CirTap » Sat Aug 11, 2007 10:50 am

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
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

User avatar
jalil
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 128
Joined: Wed Jul 04, 2007 4:54 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: php patterns

Post by jalil » Tue Aug 14, 2007 5:50 pm

it is, i think, a little bit way off tangent for 101. but i'm sure some more advanced developers would find it useful.

User avatar
jbruni
Joomla! Apprentice
Joomla! Apprentice
Posts: 37
Joined: Sat Oct 07, 2006 12:36 pm
Location: Uberlândia, MG, Brazil

Re: php patterns

Post by jbruni » Sun Aug 19, 2007 6:19 pm

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

:)

soup a loignon y crouton
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Tue Aug 21, 2007 12:38 am

Re: php patterns

Post by soup a loignon y crouton » Fri Aug 24, 2007 12:38 am

another good document explaining the MVC architecture can be found here:

http://manual.cakephp.org/chapter/basic_concepts
Joomla : so easy , a CEO can do it.


Post Reply