Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPClasses.org:
Lately in PHP Episode 16 - APC in PHP, MODX CMS, Top Developers
Sep 30, 2011 @ 14:11:53

PHPClasses.org has posted their latest episode of their "Lately In PHP" podcast today - PHP 5.4.0 Will not Include APC, Is MODX CMS better than Wordpress? Top PHP Developers in Every Country.

PHP 5.4 beta 1 was released but APC is not going to be included at least in PHP 5.4.0. Manuel Lemos and Ernani Joppert discuss this and other happenings in the PHP world, like the adoption of more robust Continuous Integration methods to prevent shipping buggy PHP versions like what happened with PHP 5.3.7.

The podcast also features an interview with Bob Ray, an author and contributor to the MODX CMS platform project. You can listen to this latest episode either through the in-page player, by downloading it directly or by subscribing to their feed and getting this and past shows automatically.

tagged: modx cms podcast latelyinphp apc developers

Link:

PHPClasses.org:
MODX: A CMS Framework Designed with PHP Developers in Mind
Sep 23, 2011 @ 18:56:52

On PHPClasses.org there's a new article talking about a CMS that's "designed with developers in mind" - MODX, technically a "content management framework".

If you have ever wrestled with trying to create a custom Web site using a CMS that made you jump through hoops to get the desired output, you should definitely check out MODX, a CMS framework designed from the ground up with Object Oriented Programming PHP developers in mind. Read this article to learn more about MODX CMS framework and how you can easily use it to build your own content management system customized to your needs.

The article introduces you to MODX and shows you (briefly) how the MODX manager works to help you create a site quickly and easily through simple configuration options and content creation. He also talks about "chunks", template variables, plugins/extras and xPDO - their abstraction layer for database connections.

tagged: modx framework contentmanagement cms developer introduction

Link:

Lukas Smith's Blog:
The state of the PHP5 CMS...?
Apr 23, 2007 @ 17:34:00

In a new post today, Lukas Smith asks the community, "where are all of the PHP5 CMS?"

We have tons of very mature PHP4 CMS. And yes some of them even work on PHP5, but honestly those for the most started in the days where code design in the PHP scene was not well established yet. Unit testing was only for the paranoid and coding styles were optional.

He goes on to talk about why reimplementing them in PHP5 would be such a hassle (bad coding practices?) but that there's a light at the end of the tunnel - CMSes like Flux CMS and MODx. Oh, and Java fans will be happy to see his mention of the talk about various CMSes implementing JSR-170 as well.

tagged: php5 cms php4 fluxcms modx typo3 java jsr170 php5 cms php4 fluxcms modx typo3 java jsr170

Link:

Lukas Smith's Blog:
The state of the PHP5 CMS...?
Apr 23, 2007 @ 17:34:00

In a new post today, Lukas Smith asks the community, "where are all of the PHP5 CMS?"

We have tons of very mature PHP4 CMS. And yes some of them even work on PHP5, but honestly those for the most started in the days where code design in the PHP scene was not well established yet. Unit testing was only for the paranoid and coding styles were optional.

He goes on to talk about why reimplementing them in PHP5 would be such a hassle (bad coding practices?) but that there's a light at the end of the tunnel - CMSes like Flux CMS and MODx. Oh, and Java fans will be happy to see his mention of the talk about various CMSes implementing JSR-170 as well.

tagged: php5 cms php4 fluxcms modx typo3 java jsr170 php5 cms php4 fluxcms modx typo3 java jsr170

Link:


Trending Topics: