[fw-general] Experience with modular Doctrine structure

2009-12-09 Thread Jurian Sluiman
Hi guys, I'd like to implement Doctrine with my ZF app. Integration with an application resource isn't that hard. The difficulties are with the modular ZF structure and the non-modular Doctrine model folder. Since 1.2 Doctrine is capable of PEAR style loading of models and generation. But the nami

[fw-general] Shared hosting error on my application

2009-12-09 Thread davykiash
I have just deployed my applicaction that works pretty well on my local host onto my shared host. However when i try to navigate i get this error.. Warning: include(/home/davidkag/public_html/prototype/application/models/DbTable//Users.php) [function.include]: failed to open stream: No such file

[fw-general] Zend Form, validate/check whether extra elements have been added

2009-12-09 Thread Andrei Iarus
Hello,   Is there any integrated solution (in ZF) to throw Exceptions (or simple check), when some extra parameters have been passed to $form->validate( $postParams ) ??   Should we rely on Zend Form that no extra parameters get to our models?   Thanks.

[fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-09 Thread prado
Hi I want create some zend scripts for eg views and controllers that sits inside a subdomain and be able to access the framework and its models that is sitting in the main domain. Any idea how can I achieve that? thanks Pradosh -- View this message in context: http://n4.nabble.com/sharing-zen

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-09 Thread scs
adding the path of your models on the main domain to your include_path of your subdomain installation? On Wed, Dec 9, 2009 at 1:49 PM, prado wrote: > > Hi > > I want create some zend scripts for eg views and controllers that sits > inside a subdomain and be able to access the framework and its mo

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-09 Thread prado
subdomain installation? Do i need to do some bootstrapping on the subdomain? Can this be achieved through a module that sits on the subdomain and that can be connected to the zf on the main domain? cheers scss wrote: > > adding the path of your models on the main domain to your include_path >

Re: [fw-general] Zend Form, validate/check whether extra elements have been added

2009-12-09 Thread Andrew Ballard
On Wed, Dec 9, 2009 at 6:19 AM, Andrei Iarus wrote: > > Hello, > > Is there any integrated solution (in ZF) to throw Exceptions (or simple > check), when some extra parameters have been passed to $form->validate( > $postParams ) ?? > > Should we rely on Zend Form that no extra parameters get to

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-09 Thread drm
Hi Pradosh prado wrote: subdomain installation? Do i need to do some bootstrapping on the subdomain? Can this be achieved through a module that sits on the subdomain and that can be connected to the zf on the main domain? What do you mean by "connected"? I'm assuming you mean "example.org" b

Re: [fw-general] Zend_Validate_NotEqual ?

2009-12-09 Thread David Mintz
On Tue, Dec 8, 2009 at 4:39 PM, Daniel Latter wrote: > Why can't you use a select box in a master detail rel? > Sorry -- what's a master detail rel? -- Demand health care for everyone: http://mobilizeforhealthcare.org/ -- David Mintz http://davidmintz.org/

Re: [fw-general] Experience with modular Doctrine structure

2009-12-09 Thread prodigitalson
I asked nearly the same question today, although mine was geard more towards setting up a single CLI entry point for building without having to create a Zend_Tool_Provider and all that mess... Heres the thread from the Doctrine user list: http://groups.google.com/group/doctrine-user/browse_frm/th

Re: [fw-general] Experience with modular Doctrine structure

2009-12-09 Thread Jurian Sluiman
Hi, Thanks for pointing to that discussion! More material to read ;) After following some links at articles I was reading, I found the blog of Marc Remolt (he's written the Doctrine resource plugin proposal at the wiki, his website is http://www.marc-remolt.de). At his blog he has an article ab

Re: [fw-general] Zend_Date first day of the week

2009-12-09 Thread takeshin
Thomas Weidner wrote: > >>> It's a regional topic. >>> For more informations look into unicodes database: >>> http://unicode.org/cldr >>> >> >>It a little bit off topic already :) >> >>I'm interested in function like: >> >>function getFirstDayOfTheWeek($country) >>... >>Of course, I can allow

Re: [fw-general] empty baseurl

2009-12-09 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You probably wanted to do: $this->jQuery()->setLocalPath($this->baseUrl('js/jquery/js/jquery-1.3.2.min.js')); which will correctly prepend a slash to the path. Jigal sanders wrote on 08.12.2009 11:36: > Hello everyone, > > For some reason my baseUrl

RE: [fw-general] ZF Open Source Project: Example of Best Practices?

2009-12-09 Thread swilhelm
Any word from Forest regarding ZF core component use in current release and where find the 2.0 repository? - Steve W. wllm wrote: > > From what Forrest has told me, he follows Zend's recommendations for > best practices to the letter. > > I'm CC'ing Forrest in so he can say for sure, but he's