Re: [fw-general] Zend Italy Workshop slides: ZF and PHP frameworks

2008-04-22 Thread Simone Carletti
Hey Federico,
I supposed you are Italian but I never had the proof.
Now I got it! :D

Thanks for your feedback,
Simone


On Tue, Apr 22, 2008 at 1:28 AM, Federico Cargnelutti 
[EMAIL PROTECTED] wrote:

 Great stuff, thanks Simone ;)


 On Mon, Apr 21, 2008 at 1:21 PM, Simone Carletti [EMAIL PROTECTED] wrote:

 
  Hi list,
  at http://www.slideshare.net/weppos/quale-framework-php-utilizzare/ I've
  published the slides I created for the first Zend Italy workshop about
  Zend
  Framework (http://www.zend.com/it/company/framework-workshop-italy).
 
  The slides are a quick overview web framework with a comparison between
  Zend
  Framework, Symfony and CakePHP.
  Unfortunately the main language was Italian and I don't have an English
  version right now.
 
  Simone
  --
  View this message in context:
  http://www.nabble.com/Zend-Italy-Workshop-slides%3A-ZF-and-PHP-frameworks-tp16807485p16807485.html
  Sent from the Zend Framework mailing list archive at Nabble.com.
 
 



[fw-general] Zend Framework and Doctrine - Part 1

2008-04-22 Thread Емил Иванов / Emil Ivanov
Hi,

I just did a quick post to show you some of the bumps when using Zend
Framework and Doctrine.
http://vladev.blogspot.com/2008/04/zend-framework-and-doctrine-part-1.html
Be sure to check it out, comments are (more than) welcome. :)

Regards,
Emil Ivanov
-- 
My place to share my ideas:
http://vladev.blogspot.com


[fw-general] Zend Framework and Port based virtual host

2008-04-22 Thread billyildirim

Hi,
I have an application running on standard port 80. Is it possible to
redirect a port (let's say 2) to the same applicaton but different
controller? let's say i want to redirect
http://my.domain.com:2 to http://my.domain.com/services/dj (services is
not a controller, it is a module)

thanks
Bill
-- 
View this message in context: 
http://www.nabble.com/Zend-Framework-and-Port-based-virtual-host-tp16823831p16823831.html
Sent from the Zend Framework mailing list archive at Nabble.com.



[fw-general] Zend DB - Oracle - charset

2008-04-22 Thread Paul Simon
Hi,

Is there a way to set charset during oci_connect using Zend DB? For now I just 
added the parameter directly in Zend_Db_Adapter_Oracle.

Paul



RE: [fw-general] The Big Zend Framework QA

2008-04-22 Thread Jan Pieper

Cool. Added two questions :)


wllm wrote:
 
 Page edits. Just like the questions that are already there. Just please be
 careful about attaching the right names to the right questions- we don't
 want to put any questions in to any one's mouths.
 
 ,Wil
 
 -Original Message-
 From: Jordan Moore [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 21, 2008 1:53 PM
 To: Wil Sinclair
 Cc: Zend Mailing List; [EMAIL PROTECTED]
 Subject: Re: [fw-general] The Big Zend Framework QA
 
 Should questions be added as comments or page edits?
 
 On Mon, Apr 21, 2008 at 1:39 PM, Wil Sinclair [EMAIL PROTECTED] wrote:
  It has been almost a year since the 1.0 release of Zend Framework. In
   that time we've seen some of the most trafficked sites in the world
   deployed on ZF, many popular enterprise-oriented projects built with
 ZF,
   and some of the greatest times ever had (while coding) using ZF.
 Since
   our community has been so great in giving back to the project, we
   decided it's the Zend Framework team's turn to find a new way to
 give
   back.
 
   On April 30, 2008, Zend's very own Zend Framework team will make
   themselves available for a 2-hour QA session. You can submit your
   questions in advance on the wiki
   (http://framework.zend.com/wiki/pages/viewpage.action?pageId=43922)
 to
   give us an opportunity to think them over a bit, or you can surprise
 us
   with them during the webinar. In any case, expect to find out more
 about
   ZF while getting to know everyone on the team a little better.
 
   We've started off the wiki page by entering the kinds of questions
 we'd
   like you to ask us :), but feel free to ask any (non-profane)
 questions
   you want.
 
   Please register here for the webinar:
 
 https://zend.webex.com/mw0305l/mywebex/default.do?nomenu=truesiteurl=z
 e
 
 ndservice=6main_url=https%3A%2F%2Fzend.webex.com%2Fec0600l%2Feventcen
 t
 
 er%2Fevent%2FeventAction.do%3FtheAction%3Ddetail%26confViewID%3D1955760
 8
   6%26siteurl%3Dzend%26%26%26
 
   Looking forward to seeing all of you there!
   ,Wil
 
 
 
 
 --
 Jordan Moore - Creative Director
 Sanctus Studios LLC
 PO Box 2202
 Tacoma, WA 98401
 (253) 238-8676
 
 

-- 
View this message in context: 
http://www.nabble.com/The-Big-Zend-Framework-Q-A-tp16819490p16824210.html
Sent from the Zend Framework mailing list archive at Nabble.com.



Re: [fw-general] Zend Framework and Port based virtual host

2008-04-22 Thread Bill YILDIRIM

Thanks for the quick reply Jake,

One think I forgot to mention, I will be receiving some data through 
this port (Dow Jones News Wire) in XML format. Is it still possible?


Jake McGraw wrote:

I believe you'll want to use Apache Virtual Hosts for this, as that is
what you would use to process SSL requests on port 443, so putting
something similar, with a different port should work:

VirtualHost [server ip address]:2000
ServerName my.domain.com
RedirectPermanent / http://my.domain.com/services/dj
/VirtualHost

Two caveats: Be sure your port choice doesn't conflict with another
service and that the port is open to accept incoming transmissions.

- jake


On Tue, Apr 22, 2008 at 8:17 AM, billyildirim [EMAIL PROTECTED] wrote:
  

 Hi,
 I have an application running on standard port 80. Is it possible to
 redirect a port (let's say 2) to the same applicaton but different
 controller? let's say i want to redirect
 http://my.domain.com:2 to http://my.domain.com/services/dj (services is
 not a controller, it is a module)

 thanks
 Bill
 --
 View this message in context: 
http://www.nabble.com/Zend-Framework-and-Port-based-virtual-host-tp16823831p16823831.html
 Sent from the Zend Framework mailing list archive at Nabble.com.







Re: [fw-general] Zend Framework and Port based virtual host

2008-04-22 Thread Jake McGraw
Depends on what communications protocol Dow Jones implements, you can
try using the php://input file I/O stream to access raw POST
information for your script, see:

http://us.php.net/wrappers.php

- jake

On Tue, Apr 22, 2008 at 9:15 AM, Bill YILDIRIM [EMAIL PROTECTED] wrote:
 Thanks for the quick reply Jake,

  One think I forgot to mention, I will be receiving some data through this
 port (Dow Jones News Wire) in XML format. Is it still possible?



  Jake McGraw wrote:

  I believe you'll want to use Apache Virtual Hosts for this, as that is
  what you would use to process SSL requests on port 443, so putting
  something similar, with a different port should work:
 
  VirtualHost [server ip address]:2000
  ServerName my.domain.com
  RedirectPermanent / http://my.domain.com/services/dj
  /VirtualHost
 
  Two caveats: Be sure your port choice doesn't conflict with another
  service and that the port is open to accept incoming transmissions.
 
  - jake
 
 
  On Tue, Apr 22, 2008 at 8:17 AM, billyildirim [EMAIL PROTECTED] wrote:
 
 
Hi,
I have an application running on standard port 80. Is it possible to
redirect a port (let's say 2) to the same applicaton but different
controller? let's say i want to redirect
http://my.domain.com:2 to http://my.domain.com/services/dj
 (services is
not a controller, it is a module)
  
thanks
Bill
--
View this message in context:
 http://www.nabble.com/Zend-Framework-and-Port-based-virtual-host-tp16823831p16823831.html
Sent from the Zend Framework mailing list archive at Nabble.com.
  
  
  
  
 




[fw-general] Storing Zend_Acl in db

2008-04-22 Thread Giorgio Sironi
Hello, I am trying to build an acl for a module that has to be stored
in db. serialize() is not an option because using it means the acl
table won't be in 1NF (aggregating complex data in a column); I also
implement Zend_Resource_Interface in my Zend_Db_Row subclassings, so
serialize() happily stores my entire section table in the field 'acl'
of the module row.
I am now implementing a db backend while subclassing Zend_Acl that
uses some tables in normal forms. However, the foreign key for
resources inheriting are a redundancy:

sections (id, id_parent_section, name, ...)
acl_resources(id, id_parent_resource, name, type, module)

It is possible to avoid redundancy of parent relationship and at the
same time to not couple together Zend_Acl extension and the module
structure?

-- 
Giorgio Sironi
Piccolo Principe  Ossigeno Scripter
http://www.sourceforge.net/projects/ossigeno


Re: [fw-general] model validation

2008-04-22 Thread David Mintz
On Mon, Apr 21, 2008 at 4:34 PM, Matthew Weier O'Phinney [EMAIL PROTECTED]
wrote:

 I'd recommend building a model class with a public API you need for
 accessing your data store. This is more of a Domain Model, and a better
 locaion to put your data validation -- which you can do by integrating
 Zend_Filter_Input or Zend_Form into your model as well.


I am glad to hear Matthew say this about locating data validation in the
model because that's what I usually do. (-: I think the reasoning is, the
model's business is data and therefore it should know what is valid data.

You might say -- would you not ? -- that a model class might extend
Zend_Db_Table_Abstract or Zend_Db_Table_Row_Abstract, but not necessarily.
Lately my own practice is to extend both. I have e.g., a Things class and a
Thing class. The plural, for operations like batch inserts, locating rows.
The latter for data validation, updates, etc. I don't mind thus binding
myself to a db backend because that is the way this app is going to be.




-- 
David Mintz
http://davidmintz.org/

The subtle source is clear and bright
The tributary streams flow through the darkness


[fw-general] Online Demo of new application built on ZF

2008-04-22 Thread Robert Castley
Hi,
 
Just for this afternoon I am providing online access to a new Web
Application built on ZF 1 5.0.
 
This is not a release version as it is only in early development, but will
give you an idea of what is coming!
 
The application is hosted on my server at home which means you will be
coming in on an ADSL connection so it might be slow initially loading.
 
This application is a web application builder.  It basically allows you to
build applications using Widgets and then saving the application off.
 
You can log in using any username you like (no password required).
 
I am not providing any other instructions as I want to see if our
'simplicity' model works :-)
 
 
Have a play around.  
 
http://rcastley.plus.com/Magik http://rcastley.plus.com/Magik 
 
Cheers,
 
- Robert
 
 



This email has been scanned for all known viruses by the MessageLabs Email 
Security Service and the Macro 4 plc internal virus protection system.


[fw-general] Online Demo of new application built on ZF

2008-04-22 Thread Robert Castley
Hi,
 
Just for this afternoon I am providing online access to a new Web
Application built on ZF 1 5.0.
 
This is not a release version as it is only in early development, but will
give you an idea of what is coming!
 
The application is hosted on my server at home which means you will be
coming in on an ADSL connection so it might be slow initially loading.
 
This application is a web application builder.  It basically allows you to
build applications using Widgets and then saving the application off.
 
You can log in using any username you like (no password required).
 
I am not providing any other instructions as I want to see if our
'simplicity' model works :-)
 
 
Have a play around.  
 
http://rcastley.plus.com/Magik http://rcastley.plus.com/Magik 
 
Cheers,
 
- Robert
 
 



This email has been scanned for all known viruses by the MessageLabs Email 
Security Service and the Macro 4 plc internal virus protection system.


[fw-general] Issues with Mailing List Archives

2008-04-22 Thread Jim Scherer

I don't think it is just me, mainly because I've tried IE and Mozilla, but
the Mailing List Archives (http://framework.zend.com/archives) have issues.
This seems to have corresponded with the new look of the site. The problems
seem to be on the main page and mainly occur when I hit the back button in
my browser. I will either get no listed messages or about 1/3 of the list.
But this morning, coming fresh to the site I was getting no listed messages.

Any ideas?

Jim
-- 
View this message in context: 
http://www.nabble.com/Issues-with-Mailing-List-Archives-tp16824721p16824721.html
Sent from the Zend Framework mailing list archive at Nabble.com.



RE: [fw-general] Online Demo of new application built on ZF

2008-04-22 Thread Robert Castley
Hi,
 
It is bedtime now here in the UK and my Mac has to go to sleep :-)
 
Thanks to everyone that had a look and didn't hack me :-)
 
ZF did me proud :-)
 
Cheers,
 
- Robert
 
 
  _  

From: Robert Castley 
Sent: 22 April 2008 15:38
To: 'fw-general@lists.zend.com'
Subject: [fw-general] Online Demo of new application built on ZF


Hi,
 
Just for this afternoon I am providing online access to a new Web
Application built on ZF 1 5.0.
 
This is not a release version as it is only in early development, but will
give you an idea of what is coming!
 
The application is hosted on my server at home which means you will be
coming in on an ADSL connection so it might be slow initially loading.
 
This application is a web application builder.  It basically allows you to
build applications using Widgets and then saving the application off.
 
You can log in using any username you like (no password required).
 
I am not providing any other instructions as I want to see if our
'simplicity' model works :-)
 
 
Have a play around.  
 
http://rcastley.plus.com/Magik http://rcastley.plus.com/Magik 
 
Cheers,
 
- Robert
 
 


This email has been scanned for all known viruses by the MessageLabs Email
Security Service and the Macro 4 plc internal virus protection system.



This email has been scanned for all known viruses by the MessageLabs Email
Security Service and the Macro 4 plc internal virus protection system.





This email has been scanned for all known viruses by the MessageLabs Email 
Security Service and the Macro 4 plc internal virus protection system.