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

2009-12-09 Thread swilhelm
in so he can say for sure, but he's currently working > on getting the code and infrastructure ready for public consumption. > > ,Wil > > -Original Message- > From: swilhelm [mailto:st...@studio831.com] > Sent: Thursday, December 03, 2009 11:40 AM > To: fw-genera

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

2009-12-03 Thread swilhelm
Thanks Wil. You mentioned Digitalus, http://digitaluscms.com. It seems like it might be the best example open source project running on ZF. They mention version 2.0 is under development and will take advantage of more core ZF components, but I can not find a public source repository containing v

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

2009-11-28 Thread swilhelm
Ben Scholzen 'DASPRiD' wrote: > > You could take a look at my blog's sourcecode. The new one I'm currently > working in is not finished yet but should give you a good example. > > http://site.svn.dasprids.de/trunk > Ben, thanks for the link. Any other open source projects using ZF 1.9 the co

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

2009-11-25 Thread swilhelm
Prompted by Fozzyuw's latest post, I will approach the issue from a different tack. I am looking open source projects that exemplify the best practice use of the Zend Framework and its advanced features. Ideally these projects would: + be under active development + be based on ZF 1.9 + leverage

Re: [fw-general] ZF - Where to begin?

2009-11-25 Thread swilhelm
I want to second this post. I have used ZF for some projects earlier this year and I am right on the cusp of making a major decision: explore ZF 1.9 more deeply or abandon ZF and PHP altogether for Ruby on Rails. ZF Documentation seems almost passive aggressive, providing examples to get started,

[fw-general] Where have all the ZF questions gone?

2009-11-13 Thread swilhelm
It seems like the number of daily ZF questions posted to this forum is declining; it appears to average less than a dozen per day. I would have thought with all the new features added this year, questions would be on the rise not declining. Has the ZF development community moved to another forum

Re: [fw-general] Creating CLI scripts utilizing ZF

2009-10-28 Thread swilhelm
I would also like to see a good example of this. Do your CLI scripts require authentication or ACL support? If so, are you handling that as well? - Steve W. > > So i think the crux of this for me is that Im thinking there has to be a > good way to leverage the functionality of the normal Ze

[fw-general] Is the book Is "Zend Framework: The Off icial Programmer’s Reference Guide" based on ZF v1.9?

2009-10-08 Thread swilhelm
Is the http://www.amazon.com/exec/obidos/tg/detail/-/1430219068/ref=ord_cart_shr?_encoding=UTF8&m=ATVPDKIKX0DER&v=glance book , Zend Framework: The Official Programmer's Reference Guide" base on ZF 1.9? - Steve W. -- View this message in context: http://www.nabble.com/Is-the-book-Is-%22Zend-Fr

Re: [fw-general] Is there anybody from Zend team ?

2009-09-18 Thread swilhelm
I love the Zend Framework's functionality, but so much of how all the necessary components hang together in a production quality Website is difficult to discern. I would like to get all of the following configured and working before I write a single line of application specific code: configurati

Re: [fw-general] Is there anybody from Zend team ?

2009-09-15 Thread swilhelm
If these issues caused @aoohralex problems, I can't wait to see his post regarding modules, ACL, form decorators, doing a db join, - Steve W. joedevon wrote: > >> If you do not want to register, if you scroll down further on the page, >> you'll find direct links. > > I bet if Zend did so

Re: Re: [fw-general] Best to use CLI in my ZF 1.9 Application

2009-09-01 Thread swilhelm
for some reason? I'm not very familiar > with shared hosting setups, so is there something that would prevent you > doing this? > > Thanks for the input, > Mark > > > > > swilhelm wrote: >> >> should optionally require admin creden

Re: Re: [fw-general] Best to use CLI in my ZF 1.9 Application

2009-08-31 Thread swilhelm
should optionally require admin credentials passed as arguments or should confirm CLI is being run by particular system users (e.g. root). lightflowmark wrote: > > I'm actually working on a proposal to do exactly this at the moment. > > What features would people like to see on this? > > Curr

Re: [fw-general] Best practices, environment setup

2009-08-31 Thread swilhelm
I would also be interested in such 'best practices.' I am using a git repository and deploying to media temple and slicehost hosted staging and production servers. I would also be interested in seeing how people develop a single admin module that can be leveraged across several different websi

Re: [fw-general] Zend Framework admin system scaffolding

2009-08-20 Thread swilhelm
+1 on this request. luoshiben wrote: > > Hi All, > > I'm about to ramble on in regards to what I need and why, but for those > who don't want to read =), here's my question: > > Does anyone know of a framework or tool set that sits on top of Zend > Framework to assist developers in quickly cr

Re: [fw-general] Is it possible to have library code under module directory in ZF?

2009-08-03 Thread swilhelm
Did you getting any direct responses? Did you resolve this problem? Would be interested in hearing the solution. - Steve W. dmitrybelyakov wrote: > > I've been fighting it for the whole day now, and it doesn't get any more > clear for me. > > The idea is simple, i want to have my library c

[fw-general] Zend Framework book or real world example based on v1.8?

2009-07-09 Thread swilhelm
I have been using ZF 1.7 for my last couple of projects. I am looking for a book or a good real world example of v1.8. Looking for a book or example that incorporates: modules, auth & acl controlling module-based behavior, cli or rest read/write access to some of the data (again with auth & acl c

Re: [fw-general] Zend Framework + Doctrine Module Autoloader issue

2009-07-09 Thread swilhelm
I would really like to see an example of Doctrine integrated as a module as well. - Steve W. dbroderick wrote: > > I am using ZF 1.8.4 and Doctrine 1.1.2 with a module directory setup of > > > +---application > | +---configs > | \---modules > | +---default > | | +---contro

Re: [fw-general] Default Module - Bootstrapping and Models

2009-06-26 Thread swilhelm
I agree, modules (and auth and acl) should be added to the QuickStart or some other Zend provided example. I can't think of any real world application that will not need these three additional capabilities. - Steve W. Vince42 wrote: > > Hi, > > Dalibor Karlović schrieb: >> I think we should r

Re: [fw-general] User Registration and Login Management Module - Best Practice Blueprint or Example for 1.8

2009-06-10 Thread swilhelm
- Steve W. dmitrybelyakov wrote: > > > > swilhelm wrote: >> >> I would like see best practice blueprint or example for implementing >> modules in 1.8. >> >> A user registration and login management module would be ideal. >> >> Any suggestions? Th

[fw-general] User Registration and Login Management Module - Best Practice Blueprint or Example for 1.8

2009-06-09 Thread swilhelm
I would like see best practice blueprint or example for implementing modules in 1.8. A user registration and login management module would be ideal. Any suggestions? Thanks in advance. - Steve W. -- View this message in context: http://www.nabble.com/User-Registration-and-Login-Management-M

Re: [fw-general] modules and Zend_Tool

2009-06-04 Thread swilhelm
What is the status of Zend_Tool module support? Matthew Weier O'Phinney-3 wrote: > > -- David Mintz wrote > (on Friday, 01 May 2009, 01:19 PM -0400): >> I've googled around quite a bit and not been able to figure this out: >> what is >> the currently recommended way of creating modules in a p

Re: [fw-general] How to get an application resource inside a controller action

2009-05-26 Thread swilhelm
I predict we will see this question every so often until the bootstrap becomes more directly accessible, like the view. So in a controller's action method, something like: $this->bootstrap->db; would be nice. - Steve W. Matthew Weier O'Phinney-3 wrote: > > -- Vladas Diržys wrote > (on Tues

[fw-general] Zend_Session::regenerateId timing issue in Safari and IE

2009-04-27 Thread swilhelm
It appears I have the same http://www.nabble.com/concerned-about-regenerating-id-td13896143.html#a13896143 issue reported back in Nov 2007 by Ergo. I want to regenerate the session id on every request as recommended in the documentation, but there seems to be a timing problem on Safari and IE.

Re: [fw-general] What is this: layout()->sidebar ?>

2009-04-13 Thread swilhelm
You may wish to read this very interesting http://blog.astrumfutura.com/archives/373-The-M-in-MVC-Why-Models-are-Misunderstood-and-Unappreciated.html article by Padraic Brady on Models and their role in the MVC pattern. I think the section entitled, "Models are Classes, Controllers are Proces

Re: [fw-general] Zend View vs. Smarty

2009-03-28 Thread swilhelm
I found this blog http://hasin.wordpress.com/2008/01/05/once-upon-a-time-there-was-smarty/ post by Hasin Hayder very compelling. Andrei Iarus wrote: > > Hello there, >   > A lot have been discussed, but anyway it is still difficult to decide. A > project is to be developed, and more persons w

Re: [fw-general] lastInsertId()

2009-03-03 Thread swilhelm
To expand on jason's comment, adding a call to getAdapter() should fix it. $contactPersonId = $dbAdvertiserPerson->getAdapter()->lastInsertId(); jasonistaken wrote: > > The insert() method of Zend_Db_Table returns the new primary key for the > row. > The lastInsertId() method only exists of Z

Re: [fw-general] Best coding practice? Form takes too long to load now.

2009-03-03 Thread swilhelm
Try running the Firebug profiler, Zend_Db_Profiler_Firebug, to see if its the database queries are the culprit. I assume you already have indices defined for the playground_id and device_id columns. Might be time to switch to a data table like display (e.g. YUI DataTable) containing a list of al

Re: [fw-general] Any success getting breakpoints to work in NetBeans IDE 6.5 ?

2009-02-21 Thread swilhelm
/3299632622_3cd4710be0_m.jpg swilhelm wrote: > > I have been using the NetBeans IDE 6.5 with the PHP plugin with my current > ZF-based project. > > I like many of the features, but I have not yet been able to get Debugging > with xdebug, specifically setting breakpoints, to work. An

[fw-general] Any success getting breakpoints to work in NetBeans IDE 6.5 ?

2009-02-20 Thread swilhelm
I have been using the NetBeans IDE 6.5 with the PHP plugin with my current ZF-based project. I like many of the features, but I have not yet been able to get Debugging with xdebug, specifically setting breakpoints, to work. Anyone had success? I am running NetBeans 6.5, Mac OS X 10.5.6, PHP 5.

Re: [fw-general] Beginner tutorials not on Zend.com

2009-02-11 Thread swilhelm
I found the book "Zend Framework in Action" by Allen, Lo, and Brown very helpful. The source code examples from the book can be found on the publisher's site http://www.manning.com/allen/ here . - Steve W. Jason DeBord wrote: > > Can you guys recommend the best and very basic Zend Framework

Re: [fw-general] Continue Processing after an action is completed

2009-02-08 Thread swilhelm
Store the data needed for further processing in some persistent queue and use a cron job to poll the "further processing queue" on regular intervals. - Steve W. Ashley McConnell wrote: > > Hi Folks, > > I would like to be able to call an action / respond to the client and then > continue on w

Re: [fw-general] Zend Framework 1.7.4 is now available!

2009-02-04 Thread swilhelm
Wil's post had an unfortunately line break. Issues list can be found http://framework.zend.com/issues/secure/IssueNavigator.jspa?requestId=10944 here (login required). wllm wrote: > > Hi all, > > It is my pleasure to announce the release of Zend Framework 1.7.4! You > can download this ne

Re: [fw-general] Zend_Form Radio Buttons in ini file

2009-01-22 Thread swilhelm
Try adding the following advertiser.campaignCreate.elements.campaignMessageAttempts.options.multiOptions.1 = "1" advertiser.campaignCreate.elements.campaignMessageAttempts.options.multiOptions.2 = "2" advertiser.campaignCreate.elements.campaignMessageAttempts.options.multiOptions.3 = "3" - Steve

Re: [fw-general] zend form, sub forms and submit element

2009-01-14 Thread swilhelm
Coincidentally, I was testing subforms on Monday. Here is a somewhat contrived login form created from two subforms. I took a slightly different approach in that I wanted the form and subforms created by config files and I am using a form viewscript to render the form. Code fragments below. Ho

[fw-general] Is Cal Evan's Globals.php a recommended approach

2009-01-09 Thread swilhelm
I have been Reading Cal Evan's Guide to Zend Framework Programming. In it he describes a Globals.php file for creating a single class to encapsulate access to global resources like the database connection, cache connection, config, etc. This seems useful, particularly if you use it in conjuncti

Re: [fw-general] Best practice about a usage

2009-01-06 Thread swilhelm
For utility functions that are used by actions, you may want to create http://devzone.zend.com/article/3350-Action-Helpers-in-Zend-Framework Action Helpers . - Steve W. Guillaume BABIK wrote: > > Hi, > > > > I've got a script which generate a group of directories from a name file > > Ex:

Re: [fw-general] What do you use to manage your ZF projects?

2008-12-23 Thread swilhelm
Anyone using ClockingIT? Looks very similar in functionality to Trac and Mantis. - Steve Jake McGraw wrote: > > My company uses: > > Mantis + SVN + svk (for branching) > > Mantis has a really nice plugin for commits that catches "bug " > and appends the commit to the bug status. > > -