News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Tiffany Brown's Blog:
Debugging tip "Disallowed Key Character" error in CodeIgniter
0 comments :: posted Wednesday May 07, 2008 @ 12:09:29
voice your opinion now!

CodeIgniter fans might want to take note of this tip from Tiffany Brown concerning "disallowed key character" error messages.

After 6 hours of massive anxiety, stress, near tears, one pound on my desk, and some hair pulling, I tracked down the source of a nagging Disallowed Key Character error that I received while using CodeIgniter: an extra line break.

She eventually figured out that the newline and carriage return characters are not allowed as a part of the framework. Unfortunately, it was a random newline after a controller's code that did it for her.

tagged with: codeigniter framework debug tip newline carriagereturn


PHPClasses.org:
Book Review - CodeIgniter for Rapid PHP Application Development
2 comments :: posted Tuesday March 11, 2008 @ 11:19:00
voice your opinion now!

The PHPClasses.org website has posted their book review of a recent Packt Publishing book targeted at introducing you to one of the PHP frameworks growing in recent popularity - CodeIgniter - "CodeIgniter for Rapid PHP Application Development".

I started reading "CodeIgniter for Rapid PHP Application Development" as a novice. This book is specially targeted to anybody like me: little or no prior experience of Object Oriented Programming or the MVC approach, with couple of years procedural PHP experience, and is after something that can really take you to the next level.

The reviewer (Ryan Partington) talks about what the CodeIgniter framework is, his struggle with the MVC concept, how the book is divided up and the benchmarking of framework applications.

tagged with: book review codeigniter packt publishing application development

Developer Tutorials:
Rapid Application Development with CodeIgniter
0 comments :: posted Friday February 29, 2008 @ 08:47:00
voice your opinion now!

On the Developer Tutorials website, this new tutorial has been posted looking to help you get started with the PHP application framework CodeIgniter.

Chances are, however, that you just want to get on with coding, and don't want to have to deal with complex libraries. CodeIgniter achieves this wonderfully, staying out of your way but offering a lot of functionality if and when you need it.

The tutorial takes a little time to explain what an MVC framework is before getting in to how to use it (it makes more sense when you know how requests are handled). They create a simple "jobs" application to get you started that not only shows the structure of a simple app, but also includes how interface it with a (MySQL) database as well.

tagged with: tutorial codeigniter mvc framework introduction

Developer Tutorials Blog:
Zend Framework The Best Framework for Use With Other Frameworks
0 comments :: posted Thursday February 28, 2008 @ 08:47:00
voice your opinion now!

The Developer Tutorials blog has an interesting perspective on the whole framework front today - use whatever framework you choose, but be sure to "add a little Zend" when you need it.

The Zend Framework is a fairly standard, (optionally) MVC PHP application framework. It comes with all the usual functionality; request routing, database access, templates (through view files) etc. [...] But here's the kicker: it works entirely standalone. The classes and their methods can, generally, be used statically in any context, or at least independently of the framework.

They point out that the components of the Zend Framework, while able to happily live in their self-contained MVC bubble, can also break "out of the box" and live their own happy, separate lives. He even points out another blog entry looking at using the Zend Framework right along side CodeIgniter in a web application.

tagged with: zendframework codeigniter framework component reuse individual

ThisLab:
Notes on Choosing a PHP Framework A Quick Comparison of CodeIgniter and Kohana
0 comments :: posted Tuesday February 26, 2008 @ 09:58:00
voice your opinion now!

On the ThisLab website, they've posted their comparison of two PHP frameworks, both based on some of the same code - CodeIgniter and Kohana.

I began hunting for PHP frameworks ever since Ruby on Rails hit the street. [...] I did a lot of searches, and researches, and finally I was happy to see CodeIgniter.

CodeIgniter has progressed well and gained many web developers' trust, despite a few glitches. One of which was the spawn of the fork: Kohana.

He points out the Wikipedia page showing some of the differences but the real interest in this post is the more than complete table directly comparing the two frameworks (specific versions of each). Items compared on include supported databases, community, conventions, caching, web service support and unit testing integration.

tagged with: codeigniter kohana compare list framework

CodeIgniter:
CodeIgniter 1.6.1 Released
0 comments :: posted Wednesday February 13, 2008 @ 09:47:00
voice your opinion now!

The CodeIgniter development group has released the latest version of the framework - CodeIgniter 1.6.1:

Version 1.6.1 is primarily a maintenance release, but does bring a handful of nice feature additions and enhancements. After a very successful 1.6.0 release, a series of bugs have been squashed and enhancements have been made that we wanted to roll out as a formal release.

The update process is just replacing a few files from your current installation. Check out the Changelog for more information on the updates made and, if you're not quite sure what you're doing on the update, check out their handy update instructions.

tagged with: codeigniter framework release bugfix download upgrade

CodeIgniter.com:
CodeIgniter 1.6 Hits the Streets
0 comments :: posted Thursday January 31, 2008 @ 07:59:00
voice your opinion now!

The latest version of the CodeIgniter framework has officially been released - version 1.6:

EllisLab is proud to announce the release of CodeIgniter 1.6, our open source web application framework. The release marks a new turn in the development of the framework, and has received considerable attention from both EllisLab developers and the community.

There's lots of new features in this new release including a Database Forge class, improvements to their Active Record implementation, an extendable Model class, and the addition of extendable Helpers.

You can find out more about the framework on the project's homepage or just head straight to the downloads section and grab the latest updates.

tagged with: codeigniter framework release version improvement functionality

CodeIgniter Blog:
Calling all CodeIgniter-ers - join us at South By Southwest!
0 comments :: posted Tuesday January 29, 2008 @ 11:19:00
voice your opinion now!

If you're a Code Igniter fan and happen to be going to this year's South By Southwest Conference, you'll hvave a chance to meet up with the core development team for the framework for a little social time.

For the upcoming 2008 South by Southwest, EllisLab has several exciting events planned; including an open panel discussion, a brunch event... and heck, let's just cut to it, the Party at the Moonshine Grill! (This WILL be the highlight of the conference for you - promise).

You can get more on the conference from its website and more about the EllisLab group from their homepage.

tagged with: codeigniter framework southbysouthwest sxsw conference meet


mysql framework PHP5 code ajax developer book releases security cakephp zendframework conference release PEAR package zend job application database pecl

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework