Posts tagged ‘zend’

Finally a ZCE, I have become!

December 9th, 2009

I know it’s not a big deal and not a great development in my life. However, I’m pretty happy and proud being a ZCE! After 8 months of delay, I have finally took the test and passed the exam.
I have proudly put the ZCE logo on my blog page and you can also check my [...]

A simple way to create sql queries with joins for model classes which need to fetch data from different tables.

Creating a new Zend Framework Project. How to use application.ini file and use it on the Bootstrap.php. How to create the site’s routes in a different routes.ini file.

So in my previous post I have mentioned Zend_Form and some of the basic components and how you can use it. If you haven’t read that yet, than do and come back here. Or if you have the basic knowledge on what is and how Zend_Form works you can go on. In this post I [...]

Using Zend_Form

March 26th, 2009

After my obsessions with logger and debugger functionality in Zend Framework, for nearly a month I was looking for Zend_Form component. It drove me to look for Zend_Form_Decorator and Zend_Controller_Action_Helper. I did quite a research about them, looked around the code, tried to understand how it worked and how I would be manipulating them to [...]

For some days, I’m looking around for logging and debugging options I can use for some projects of mine and projects in the work. Yesterday I had stumbled upon the Zend_Log and FirePHP duo and they worked perfectly well. The best of course was the log level option disabling logs which were not that important.

Keep your logs with FirePHP

January 22nd, 2009

If you are a web developer, It’s not possible that you did not heard of Firebug. One of the greatest extensions written for Firefox! In the recent days I finally found some spare time to handle logging for my CMS framework Boop. I had Zend Framework and I decided to use Zend_Log which had a [...]

I’m back with another tutorial about Magento. I’m not the best man you can find about Magento. But I’m trying to learn something from forums. The best you learn something is when you can explain it to someone else. So this is for that!
As I had mentioned in my previous post Magento is an open [...]

Using Custom PHP Codes on Magento

September 5th, 2008

Magento is one of the newest and awarded ecommerce application right now. And I seem to have a project launched nowadays about it.
Above the ecommerce part like adding/modifying products, it also has a built-in CMS. It looks quite useful. Not very powerful though.  It just evaluates html code and not php. In most of the [...]