Archive for June, 2010

Zend Framework 1 and Doctrine 2 integration – modular setup

20 June, 2010

Elink Media posts a fol­lowup;
I’ve cre­ated a new branch on my Github project “zf1-doctrine2″. The “modular_setup” branch shows how we could setup Zend Frame­work with the mod­u­lar approach, while still be able to use Doc­trine 2 as the ORM for each mod­ule.
Oh well, the idea is to make each mod­ule decou­pled with […]

Posted in Development, Doctrine, Featured, Zend Framework No Comments »

Akrabat_Db_Schema_Manager: table prefix support

20 June, 2010

Rob Allen posts; I’ve updated Akrabat_Db_Schema_Manager so that it now sup­ports table pre­fixes.
It uses the application.ini key of resources.db.table_prefix as I couldn’t think of a bet­ter one and then uses that for the schema_version table’s name and also makes it avail­able in your change objects.
For exam­ple, if application.ini con­tains resources.db.table_prefix = “myapp”, then […]

Tags: , , ,
Posted in Classes, Development, Zend Framework No Comments »

Zend Framework 1 and Doctrine 2 Integration

19 June, 2010

Elink Media posts; Doc­trine 2 is in beta. It is for sure one of the most excit­ing things that caught my atten­tion recently.
As a Zend Frame­work user, I started look­ing into ways to inte­grate Doc­trine 2 with Zend Frame­work (cur­rently in ver­sion 1).
The same as any other times, the solu­tions are already out there. […]

Tags: ,
Posted in Development, Doctrine, Zend Framework No Comments »

Transparent Logging with Zend_Log

17 June, 2010

Lebesold pub­lishes another screen­cast; First of all, I’d like to thank you all for your patience! Zend­casts takes quite a bit of time and research to put together and I’m deeply touched by all your sup­port.
On a per­sonal note, my wife and I are head­ing out of North Amer­ica in a week […]

Tags: ,
Posted in Development, Videos, Zend Framework No Comments »

Ext JS + jQTouch + Raphaël = Sencha

16 June, 2010

Abra­ham Elias writes;
Ext JS is now Sen­cha. Excit­ing things are hap­pen­ing! Today, we’re com­bin­ing forces with the jQTouch and Raphaël projects, chang­ing our com­pany name to Sen­cha, and mov­ing our web address from www.extjs.com to www.sencha.com.
jQTouch and Raphaël are the lead­ing open source projects in their areas, and we’re incred­i­bly excited to have their creators, […]

Tags: , , , ,
Posted in Ajax, Development No Comments »

Generate the WSDL file from a class using a Zend component

8 June, 2010

Matthew Weier O’Phinney answers a very com­mon ques­tion;
“Is there a way to gen­er­ate the WSDL file from a class using a Zend com­po­nent?”
Yes — via Zend_Soap_Autodiscover:
http://framework.zend.com/manual/en/zend.soap.autodiscovery.html
A typ­i­cal work­flow is to do the following:

if (‘GET’ == $_SERVER[’HTTP_METHOD’]) {
$server = new Zend_Soap_Autodiscover();
} else {
[…]

Tags: , , , ,
Posted in Development, Documentation, Zend Framework No Comments »

Get Adobe Flash player