[fw-general] Join on different database

2013-01-10 Thread natix
Hi, I have 3 databases on the same server with the same login credentials for each database. I am trying to write a query in zf2 that selects from database A but joins in a table from database B. This query works perfectly if I execute it from the command line but I can't get it into zf2. The

[fw-general] Using Zend\Form validation group with InputFilterProviderInterface implemented by Entities

2013-01-10 Thread Webdevilopers
The example in the manual http://framework.zend.com/manual/2.0/en/modules/zend.form.collections.html uses the InputFilterProviderInterface implemented by the Fieldsets and setting the getInputFilterSpecification method. In order to use the validation group how would I setup the Forms /

[fw-general] Re: buld menu use ZF2 navigation

2013-01-10 Thread struggleendlessly
here is a good manual about this:http://adam.lundrigan.ca/2012/07/quick-and-dirty-zf2-zend-navigation/ On Wed, Jan 9, 2013 at 11:24 AM, samsonasik [via Zend Framework Community] ml-node+s634137n4658705...@n4.nabble.com wrote: You can read my blog post about create dynamic menu in ZF 2 :

[fw-general] Re: buld menu use ZF2 navigation

2013-01-10 Thread samsonasik
You can read my blog post about create dynamic menu in ZF 2 : http://samsonasik.wordpress.com/2012/11/18/zend-framework-2-dynamic-navigation-using-zend-navigation/ -- View this message in context:

[fw-general] Re: How to install ZEND Framework 2?

2013-01-10 Thread samsonasik
read the docs : http://zf2.readthedocs.org/en/latest/user-guide/overview.html -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/How-to-install-ZEND-Framework-2-tp4658700p4658701.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List:

Re: [fw-general] Join on different database

2013-01-10 Thread Ralph Schindler
You would need to use the TableIdentifier as your $table where $table is accepted: https://github.com/zendframework/zf2/blob/master/library/Zend/Db/Sql/TableIdentifier.php This is supported in Zend\Db\Sql\Select, Insert, Update, Delete. -ralph On 1/10/13 3:52 AM, natix wrote: Hi, I have 3

[fw-general] Re: Zend form is not showing up

2013-01-10 Thread Yves
The weirdest part is what happens when I do this in the view: http://bin.cakephp.org/view/2086573187 http://bin.cakephp.org/view/2086573187 I get this: http://bin.cakephp.org/view/1529521140 http://bin.cakephp.org/view/1529521140 -- View this message in context:

[fw-general] Re: Zend form is not showing up

2013-01-10 Thread Yves
Also, why do I keep seeing this for _everyone_ of the posts on this thread: This post has NOT been accepted by the mailing list yet. Am I not subscribing to this mailing list correctly? What's the deal? -- View this message in context: