The Pope Is Dead ::

Main Navigation

The pope is dead. Long live the pope! Just another blog about web development. If you’re interested in web stuff you may find this blog useful.

Book Updates and Zend Framework 1.8 preview release

Posted on 07/04/2009 at 07:04 AM

Just a quick note that I have now merged the Zend_Application try branch into the trunk of the Storefront project, this should now work with the 1.8 preview release.

Comments

Hey Keith,

I’ve been fiddeling with your storefront application and noticed that you are using Zend_Application_Bootstrap_Bootstrap in your Bootstrap.php

That file is not present in 1.8.0 alpha1 which I’m using so I changed it to Zend_Application_Boostrap_Base and added a public run method in the Bootstrap to make it “work”. Not really work, but to avoid any error messages…

Posted by Mathias Johansson  on  21/04/2009  at  03:43 PM

Hi,

I am now using the ZF trunk not the preview release, I am tracking changes so I have everything up to date for the book.

I really should update my blog more often :)

Posted by Keith Pope  on  21/04/2009  at  05:02 PM

Hello Keith!

I’m a daily visitor of your site/blog and storefront.
I used PHP for the last 5 years and now I’m taking my first steps in Zend Framework. Your blog and source code (in the future the book) are and will be very usefull.

Congratulations and keep the good work.
Thanks

Posted by Ivo Monteiro  on  22/04/2009  at  03:13 PM

Thanks, I do hope the book will become a good resource for newcomers to the framework. I am now nearing the end of the first draft stage and have been assigned an editor now too which is cool. Sadly had to shave a few chapters off to keep within the page limit but I am still confident it will demonstrate the MVC stuff well.

I also plan to carry on the development of the Storefront, adding new features as they are released and will try to resume blogging once book writing is out the way, this however will be a leisure as I need to spend more time with my wife :)

Thanks for your kind comments :)

Posted by Keith Pope  on  22/04/2009  at  03:42 PM

Hi Keith,

Big thank you for sharing the code and your knowledge.

I am running ZF 1.8.1 and getting some funny rendering issues. Seems like in all the views php code “<?= “ and “<? “ tags are not recognised and being rendered as text. I replaced it all by “<?php “ and “<?php echo “ and getting the code to work. I was wondering if there is a known issue with wamp server on windows as I never seen this behaviour before…

Keep up the good work.
Will defiantly buy your book when it is out.

Posted by gadi  on  27/05/2009  at  05:52 PM

Hi

This is because I am using php short tags, these are disabled by default but I use them to make the view scripts easier to read.

The short tags should be turned on in the .htaccess file (php_value “short_open_tag” “on"), maybe they are not being picked up by wamp? You can also set this in the php.ini.

Hope this helps, thanks for dropping by :)

Posted by [MuTe]  on  28/05/2009  at  05:46 AM
Page 1 of 1 comments

Next entry: Book coming along nicely, plus removing require_once from Zend Framework

Previous entry: Zend Framework 1.8 and Zend_Application

about me

I am a web developer/ project manager from Birmingham Uk, currently I am working for inflight productions as a technical project manager. Hopefully I will be posting here as regularly as possible on my experiences with various technologies that I am using and maybe the odd random thing..

the book

comment on this

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?