Hi, as you know I have put a lot effort to integrate Doctrine and Zend Framework together and I have written quite a lot about them recently. So it’s one of them. As you may know, Zend Framework has a component called Zend_Auth which is used to authenticate and authorize people. It contains lots of [...]
Archive for the ‘programming’ category
Creating Doctrine adapter for Zend_Auth
Integrating Zend Framework with Doctrine ORM
Yet another how-to for Zend Framework. You can find a lot of integration how-tos around the web with googling and I maybe the just one of them. I’m trying to find the wheel again. This one is like my subversion how-tos, a self reminder first. So let’s cut the crap and get down to the [...]
Creating Your Own Payment Gateway For Magento – Part 2
So in my previous blog, I had mentioned about an admin panel and basic configuration for creating a simple module. This is the second part and I will try to explain you how you can implement your own payment gateway and getting the values we have set on the database. If you have not read [...]
Creating Your Own Payment Gateway For Magento – Part 1
Yet another complex job explanation for people out the who are trying to figure out how they can connect their own countries’ bank payment gateways to their Magento installations. I love you guys, I understand you pain! This is a long post, so make sure you have enough time to read it and apply it. [...]
NetBeans 6.8 Has Symfony Support, Why Not Zend!
If you have not heard yet, NetBeans PHP developer team has just finished their support for PHP framework Symfony. You can read the whole stroy here. NetBeans PHP guys are really working hard for it!
So why I blog about this?! Because I see this as an opportunity. It’s great that NetBeans now has a great [...]
A simple way to create sql queries with joins for model classes which need to fetch data from different tables.
Setting Up a Zend Framework Project From Scratch
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.
Working on Ruby and Ruby on Rails
As you know I have recently had an idea on what is Ruby and how this Rails and Trains works. I did not had enough time to work on them but I got a book to read. Instead of starting from Pragmatic’s Guide to Ruby, I have started with RoR book for a hands-on experience [...]
Connecting Zend_Form to Multiple Controllers with Helpers
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
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 [...]
