Book review: CodeIgniter 1.7 by Jose Argudo Blanco and David Upton (Packt Publishing)

The CodeIgniter framework is a secret weapon for many web developers as it allows you to quickly build complex web applications in a structured and organised way. I started using CodeIgniter over a year ago now so I’ve approached Packt’s CodeIgniter 1.7 by Jose Argudo Blanco and David Upson as a way of expanding upon when I’ve already learnt from the user guide, forums and a book which I had previously read from Wrox called Professional CodeIgniter by Thomas Myer. ...

27 February, 2010

'PHP Nature' missing from 'Project Natures' in Aptana Studio 2.0

For some reason, even though I have the PHP Development Tools (PDT) installed in Aptana Studio (2.0), I’m not able to select ‘PHP nature’ in the ‘Project natures’ of an imported project. I can start a new PHP Project which will have the ‘PHP nature’ selected as primary nature, but this doesn’t even appear as an option in imported projects. The only two natures that are available are ‘Remote Nature’ and ‘Web Nature’. The ‘PHP nature’ adds some really useful functions, like grouping my @todos into Aptana’s Tasks view and also other handy things like auto-completing PHP docblocks. ...

13 January, 2010

CodeIgniter 1.7 by Jose Argudo Blanco and David Upton

I was recently sent a copy of a book from Packt Publishing to read and review called CodeIgniter 1.7 by Jose Argudo Blanco and David Upton. I’ll be interested to see how the book compares to what I’ve learnt so far about CodeIgniter (>1 years experience CodeIgniter and >4 years php) and see what else it can offer, especially in terms of planning and managing application projects. The description on the Packt Publishing website says: ...

22 December, 2009

CodeIgniter 1.7.0 Released

It’s that wonderful time again! CodeIgniter 1.7.0 has been released, so it’s time to upgrade. http://codeigniter.com/user_guide/installation/upgrade_170.html Upgrading looks fairly straight forward - here are some notable changes (http://codeigniter.com/user_guide/changelog.html): ...

24 October, 2008

Drupal 5.6 and register_globals

As of Drupal 5.6 you will no longer be able to install the CMS onto a server with register_globals enabled. The notice on the Drupal website says: We no longer support servers with the PHP directive register_globals set to on. Attempts to install Drupal 5.6 when register_globals is enabled will fail. Current installations will continue to function, but will display an error on administration pages and the status report. ...

25 January, 2008