roy
This user hasn't shared any biographical information
Posts by roy
How to Run Native SQL Queries with Doctrine
Apr 29th
It’s been a long time again until I have written a post. This will be short one, I will just give an example how you can run native sql queries with your doctrine connection.
It’s generally hard to run a complicated query with multiple joins in Doctrine. So you generally need the raw sql format, where [...]
Creating Doctrine adapter for Zend_Auth
Dec 26th
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 [...]
jQuery with PHP
Dec 21st
Hi, mina! As you might have guess this is yet another review af a Packt Publishing book named “jQuery 1.3 with PHP” by Kae Verens. As the title suggests, the book discusses mostly jQuery and it’s usages with PHP. Even there is PHP in the name, you can use any of the server side web [...]
Creating a Doctrine CLI and Adding it to Zend_Tool
Dec 17th
i will try to explain you how you can create a command which you can use on your command line to execute doctrine commands. This is the first part of the post. The second part is a bit fantasy. I have tried to integrate doctrine to Zend_Tool and wanted to call it like:
zf.sh generate doctrine [...]
NetBeans 6.8 is released
Dec 15th
In case you have not heard yet, NetBeans 6.8 is released, you can downlod it from here.
It’s a great release with lots of features. Some highlights for PHP developers are:
- Symfony Support
- PHP 5.3 Support
- Improved PHPUnit Configuration
- Remote PHP Projects (SFTP (SSH) support for sychronization)
- Remote PHP Debugging.
I have been using the beta/nightly/milestone releases [...]
Integrating Zend Framework with Doctrine ORM
Nov 26th
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 [...]
Zend Framework 1.8 Web Application Development
Nov 13th
This is another long story short book review. I have to mention this, the book is not outdated! I know that currently there is the version of 1.9 in ZF and the title of this book is “1.8″. Do not let the title mislead you. This book is all about Zend Framework’s actual concepts like [...]
