Please login or register.

Login with username, password and session length
Advanced search  

News:

We are constantly trying to improve phpfreaks and these forums, so feel free to go to the PHPFreaks Comments/Suggestions board and point out anything you'd like to see different!

Maintenance Notice

PHPFreaks has successfully moved to a new Dedicated Server, hosted by Server Powered. Please help support future upgrades by Donating.

Author Topic: Resources  (Read 11346 times)

0 Members and 2 Guests are viewing this topic.

448191

  • It's all relative
  • Global Moderator
  • **********
  • Online Online
  • Gender: Male
  • Posts: 2,955
    • View Profile
    • WWW
Resources
« on: September 12, 2006, 04:13:34 PM »
Application design

General:


Design strategies:


Unified Modeling Language:


UML software:


PHP5 related:


MVC:


Design Patterns:


Custom template engines:


Database design:


Frameworks:


Performance and security

PHP



MySQL



This is already starting to turn in a pretty comprehensive list, but feel free to suggest additions, please!  :)

redbullmarky

  • I Like Peas.
  • Global Moderator
  • **********
  • Offline Offline
  • Gender: Male
  • Posts: 3,118
  • you more...
    • View Profile
Re: Resources
« Reply #1 on: September 22, 2006, 04:02:23 AM »
I'd like to suggest this article from Sitepoint (original version here) as it was the first to properly open my eyes to PHP-based template "engines" and how easy it is to make a lightweight template class using PHP as its native syntax.
For those a bit baffled by Smarty and suchlike, with the new set of syntax they introduce, the article is perfect.

Cheers
Mark
Logged

"you have to keep pissing in the wind to learn how to keep your shoes dry..."

I say old chap, that is rather amusing!

448191

  • It's all relative
  • Global Moderator
  • **********
  • Online Online
  • Gender: Male
  • Posts: 2,955
    • View Profile
    • WWW
Re: Resources
« Reply #2 on: September 23, 2006, 12:31:25 AM »
I'd like to suggest this article from Sitepoint (original version here) as it was the first to properly open my eyes to PHP-based template "engines" and how easy it is to make a lightweight template class using PHP as its native syntax.
For those a bit baffled by Smarty and suchlike, with the new set of syntax they introduce, the article is perfect.

Cheers
Mark

I read the original before. It's up there.

redbullmarky

  • I Like Peas.
  • Global Moderator
  • **********
  • Offline Offline
  • Gender: Male
  • Posts: 3,118
  • you more...
    • View Profile
Re: Resources
« Reply #3 on: October 31, 2006, 02:39:33 PM »
an excellent read if you're looking for recommendations for Rails-inspired PHP frameworks:

http://www.h3rald.com/articles/view/rails-inspired-php-frameworks/
Logged

"you have to keep pissing in the wind to learn how to keep your shoes dry..."

I say old chap, that is rather amusing!

paalgg

  • New Member
  • Offline Offline
  • Posts: 1
    • View Profile
Re: Resources
« Reply #4 on: February 27, 2007, 07:50:07 PM »
UML software:

I would like to suggest my own PHP2XMI / PHP2UML tool with web interface for the "UML Software" category:
http://www.gammelsaeter.com/php2xmi/

It parses PHP classes and generates interfaces, classes, inheritance, implementation etc as an XMI file. The XMI output has been tested with argoUML, StarUML and Umbrello, and works perfectly.

I am very interested in feedback and suggestions to improve. I can mention that I have plans to extend it with Umbrello support in the XMI output so that the classes already is set up and the user do not have to put every class and interface in the right place.
Logged

koen

  • Member
  • Offline Offline
  • Posts: 53
    • View Profile
Re: Resources
« Reply #5 on: March 04, 2008, 04:35:51 PM »
There's an interesting discussion going on right now about the MVC models in PHP frameworks, and about the nature of the MVC model itself. I think the email quoted in the following post is an interesting clarification of some widely misunderstood MVC conceptions:

http://pookey.co.uk/blog/archives/43-phplondon08-the-crazy-guy-mail.html
Logged

deadonarrival

  • Member
  • Offline Offline
  • Posts: 496
    • View Profile
Re: Resources
« Reply #6 on: May 19, 2008, 11:45:31 AM »
The microsoft like is dead (wouldn't you believe it)
Logged

DO {
$this->time_warp("Jump to the left","Step to the right","Bend knees in time");
} WHILE (2>1)

Warning: The above post may not make a lot of sense, and the sentence structure will suck. I tend to ramble a lot. Sorry ;-)
 

Page created in 0.076 seconds with 20 queries.