Re: [fw-general] Re: Extending Doctrine entities using Zend_* an My_* library

2011-04-18 Thread A.J. Brown
@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com -- A.J. Brown Software Engineering Fanatic blog : http://ajbrown.org talk  : (937) 540-0099 chat : IntypicaAJ tweet: @adrianjbrown -- List: fw-general@lists.zend.com Info: http

[fw-general] Lazy Loading Resources

2010-10-14 Thread A.J. Brown
, it seems that there needs to be some distinction between initialization and resources. Or, perhaps, a distinction between resource classes, and init functions within the Boostrap file. Thoughts? -- A.J. Brown Software Engineer, ZCE blog : http://ajbrown.org talk : (937) 540-0099 chat : IntypicaAJ

[fw-general] Re: [zf-contributors] Announcing April's Bug Hunt Days

2010-04-14 Thread A.J. Brown
://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- A.J. Brown Software Engineer, ZCE blog : http://ajbrown.org talk : (937) 540-0099 chat : IntypicaAJ

Re: [fw-general] Re: idea - Zend_Encoder

2010-04-06 Thread A.J. Brown
objects), and probably most of the base Encoders would just be that. Like I said, just an idea. -- View this message in context: http://n4.nabble.com/idea-Zend-Encoder-tp1751553p1753267.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown Software Engineer, ZCE

Re: [fw-general] Re: Unit testing Zend_Forms

2010-04-06 Thread A.J. Brown
, Steve. I just wonder if you have found any good ways of testing Zend_Form classes? Dmitry. -- View this message in context: http://n4.nabble.com/Unit-testing-Zend-Forms-tp999542p1753068.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown Software

Re: [fw-general] Help with ajaxContext helper

2010-03-25 Thread A.J. Brown
action helper to check for specific non-Ajax requests. -- Jurian Sluiman CTO Soflomo V.O.F. http://soflomo.com -- A.J. Brown Software Engineer, ZCE blog : http://ajbrown.org talk : (937) 540-0099 chat : IntypicaAJ

Re: [fw-general] FrontController plugin and controllers

2010-03-24 Thread A.J. Brown
DRY the code inside the method could be replaced with an action helper. Furthermore, I have no idea... Regards, Jurian -- Jurian Sluiman CTO Soflomo V.O.F. http://soflomo.com -- A.J. Brown Software Engineer, ZCE blog : http://ajbrown.org talk : (937) 540-0099 chat : IntypicaAJ

Re: [fw-general] Re: Unit Testing with Zend_Test

2010-03-24 Thread A.J. Brown
not call -bootstrap()-run(); It is in Bootstrap::run() that the object sets itself with setParam('bootstrap', $this). Not sure why. -- Giorgio Sironi Piccolo Principe Web Engineer http://giorgiosironi.blogspot.com http://twitter.com/giorgiosironi -- A.J. Brown Software Engineer, ZCE blog

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

2009-12-07 Thread A.J. Brown
Sunday. The 7.December.2009 is always monday regardless of the locale or if the used calendar format defines 0 to be sunday. Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Zend Autloader Throwing Exceptions

2009-11-07 Thread A.J. Brown
); } catch ( Zend_Exception $ ) { //do nothing } was throwing an exception for me. On Fri, Nov 6, 2009 at 2:20 PM, Matthew Weier O'Phinney matt...@zend.com wrote: -- A.J. Brown fynw...@gmail.com wrote (on Friday, 06 November 2009, 01:33 PM -0500): Thanks a lot, that worked.  The only

Re: [fw-general] Zend Autloader Throwing Exceptions

2009-11-05 Thread A.J. Brown
fine. On Wed, Nov 4, 2009 at 8:38 PM, A.J. Brown fynw...@gmail.com wrote: FYI, I just upgraded to 1.9.5 and the problem continues. Keep in mind, despite the exception/error, the form still constructs and renders as CP_Form_Login just fine.  Zend_Exception: File CP/Form/Login.php does not exist

Re: [fw-general] Zend Autloader Throwing Exceptions

2009-11-04 Thread A.J. Brown
autoloaderNamespaces.doctrine = Doctrine_ It's also strange that the error is not being suppressed by the @ symbol. On Wed, Nov 4, 2009 at 8:57 AM, Matthew Weier O'Phinney matt...@zend.com wrote: -- A.J. Brown a...@ajbrown.org wrote (on Tuesday, 03 November 2009, 07:59 PM -0500): I'm trying to supress

Re: [fw-general] Zend Autloader Throwing Exceptions

2009-11-04 Thread A.J. Brown
is the complete code of the class that's giving me trouble: http://www.pastie.org/683348 And here's the complete source of the controller where that code is being run: http://www.pastie.org/683344 On Wed, Nov 4, 2009 at 11:22 AM, A.J. Brown fynw...@gmail.com wrote: Hey Matthew, Thanks

Re: [fw-general] Discontinuing Zend Entity in favour of Doctrine integration

2009-11-04 Thread A.J. Brown
://giorgiosironi.blogspot.com http://twitter.com/giorgiosironi -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Zend Autloader Throwing Exceptions

2009-11-04 Thread A.J. Brown
) ) ../Autoloader.php:0 13 0.0872 8944920 call_user_func ( array(2), string(13) ) ../Autoloader.php:472 14 0.0873 8945288 Zend_Loader::loadClass( string(13), ??? ) ../Autoloader.php:0 On Wed, Nov 4, 2009 at 11:31 AM, A.J. Brown fynw...@gmail.com wrote: Just incase it's useful somehow, here's

[fw-general] Zend Autloader Throwing Exceptions

2009-11-03 Thread A.J. Brown
, and the code continues to run. the CP_ namespace is registered to the autoloader at bootstrap. (I confirmed this through debugging). Any Ideas? Here's my code: http://www.pastie.org/682603 -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] problem with PHPUnit and testing a controller

2009-11-02 Thread A.J. Brown
-- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Discontinuing Zend Entity in favour of Doctrine integration

2009-10-30 Thread A.J. Brown
to leverage its community of developers. -- Matthew Weier O'Phinney Project Lead            | matt...@zend.com Zend Framework          | http://framework.zend.com/ -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Multiselect selected values

2009-10-30 Thread A.J. Brown
Sent from the Zend Framework mailing list archive at Nabble.com. -- View this message in context: http://old.nabble.com/Multiselect-selected-values-tp22125736p26128468.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone

Re: [fw-general] Discontinuing Zend Entity in favour of Doctrine integration

2009-10-30 Thread A.J. Brown
           | matt...@zend.com Zend Framework          | http://framework.zend.com/ -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

[fw-general] Custom Bootstrap Resource Help

2009-10-10 Thread A.J. Brown
to Treehouse_Resource_Database did not fix the error either. What am I doing wrong? -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

[fw-general] Re: Custom Bootstrap Resource Help

2009-10-10 Thread A.J. Brown
Sometimes all it takes is explaining it to someone else: The problem was that it's pluginPaths, not pluginsPaths. Fixing that fixed the problem. On Sat, Oct 10, 2009 at 7:14 PM, A.J. Brown a...@ajbrown.org wrote: Hey Guys, I'm trying to create a few custom bootstrap respources for my project

[fw-general] Zend_Db::replace() ?

2009-07-14 Thread A.J. Brown
Hey Guys, Am I missing something, or is there no way to implement MySQL's replace in Zend_Db using the API? -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Zend_Form + Flash Messenger

2009-04-01 Thread A.J. Brown
-Advanced-Features.html [2] http://www.mail-archive.com/fw-general@lists.zend.com/msg05573.html -- Kevin McArthur StormTide Digital Studios Inc. http://www.stormtide.ca -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Re: Handling timezones?

2009-03-12 Thread A.J. Brown
in mysql to store dates. What's the right combination of date_default_timezone_set and Zend_date so that everything is always stored in UTC and the user always sees dates in his local time? - Alex -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] zend acl use question

2009-03-10 Thread A.J. Brown
if the resource specified 172.16.1.0/24. I was hoping I could accomplish something along those lines using assertions, and maybe I can, but I'm having trouble wrapping my head around it. Thanks for any advice! Tim -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Normal request per second rate for ZF application?

2009-02-23 Thread A.J. Brown
On Mon, Feb 23, 2009 at 5:20 AM, Tobias Gies tobiasg...@googlemail.comwrote: Endijs, (a dedicated server is a must!) Whether hardware or a VM. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Zend Server ZF

2009-02-22 Thread A.J. Brown
it? Thanks+Cheers, Till -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Calc difference of 2 dates

2009-02-18 Thread A.J. Brown
this... Thanks, Stefan Sturm -- Thomas VEQUAUD http://thomas.vequaud.free.fr/ Expert EPITECH en Ingénierie Informatique Tél : +33(0)6.50.39.28.10 Fax: +33(0)9.58.46.10.07 -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Framework directory structure and include paths

2009-02-13 Thread A.J. Brown
-directory-structure-and-include-paths-tp22001886p22002747.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: Re: [fw-general] How to contact the Zend Framework team about OOP bad practices/suggestions?

2009-02-12 Thread A.J. Brown
work, or perhaps offer an alternative. Remember, Using a framework DOES impose some sort of structure onto your application (opposed to a library, which does not.). -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: Re: [fw-general] How to contact the Zend Framework team about OOP bad practices/suggestions?

2009-02-12 Thread A.J. Brown
/Dashboard.jspa Then, check out a copy from subversion, make the changes, then generate a diff. Attach the generated diff to the new ticket you opened. Feel free to contact me, I can help you through it. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Zend_Dojo Missing Files

2009-02-09 Thread A.J. Brown
: http://www.nabble.com/Zend_Dojo-Missing-Files-tp21919014p21919014.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Zend_Dojo Missing Files

2009-02-09 Thread A.J. Brown
| http://framework.zend.com/ I agree with this statement. I only include both because the first one is the one shipped in Zend Studio ;) -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

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

2009-02-08 Thread A.J. Brown
/Continue-Processing-after-an-action-is-completed-tp21900147p21900748.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] ZF 1.6.2 not being maintained/supported for php 5.1.4+ users??

2009-02-07 Thread A.J. Brown
application wide locale, which was added with 1.7.0, you will notice problems as it was coded for 5.2.4 and not for 5.1.4. It sounds like the question is Does the Zend Framework development team not support (or have a policy for supporting) previous releases? -- A.J. Brown web | http://ajbrown.org

Re: [fw-general] Getting JSON data in ComboBox gives error

2009-02-07 Thread A.J. Brown
a dojo.data payload, or regular JSON. This is what I'm doing in one of my projects, which has a complete JSON driven API. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Zend_Validate Zend_Filter and Ini's

2009-02-07 Thread A.J. Brown
the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Why $form-getValue() is not working?

2009-02-07 Thread A.J. Brown
. -- === Registered Linux User #460714 Currently Using Fedora 8, 10 === -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Why $form-getValue() is not working?

2009-02-07 Thread A.J. Brown
Hi Deepak, Can you pastebin both the controller and the form (in seperate pastes)? Attaching would be fine too. I'll help you debug it. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] ZF 1.6.2 not being maintained/supported for php 5.1.4+ users??

2009-02-07 Thread A.J. Brown
for those that cannot upgrade their systems. Especially in this case, where the options are live with the bug, fix it yourself, or use a version you don't meet requirements for Just my opinion :) -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] ZF 1.6.2 not being maintained/supported for php 5.1.4+ users??

2009-02-07 Thread A.J. Brown
. Maybe I'm not reading these messages right, though. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

[fw-general] Default for DateTextBox form element?

2009-02-07 Thread A.J. Brown
' ), ) ); What am I doing wrong? -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Zend Dojo Beginner Help

2009-02-07 Thread A.J. Brown
Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Why $form-getValue() is not working?

2009-02-06 Thread A.J. Brown
://www.nabble.com/Why-%24form-%3EgetValue%28%29-is-not-working--tp21868209p21875734.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

[fw-general] stdClass Question

2009-02-06 Thread A.J. Brown
. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] stdClass Question

2009-02-06 Thread A.J. Brown
); echo '/pre'; On Fri, Feb 6, 2009 at 11:24 AM, A.J. Brown a...@ajbrown.org wrote: Hey guys, This is probably more approriate for the PHP list, but I'm not subscribed with this email address, so I'll pose it here. Is there a better / built in way to turn an array into a stdClass? //TODO

Re: [fw-general] Zend_File_Transfer_Adapter_Http() Rename Filter issue

2009-02-05 Thread A.J. Brown
get to a point when trying so many examples you start losing site LOL Eric -- View this message in context: http://www.nabble.com/Zend_File_Transfer_Adapter_Http%28%29-Rename-Filter-issue-tp21823191p21844596.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J

Re: [fw-general] re[fw-general] direct to referer after submit

2009-02-05 Thread A.J. Brown
: http://www.nabble.com/redirect-to-referer-after-submit-tp21854008p21854008.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Zend_File_Transfer_Adapter_Http() Rename Filter issue

2009-02-05 Thread A.J. Brown
interested in your resolution as I would love to add that filter on a diff project Eric Haskins *From:* A.J. Brown [mailto:fynw...@gmail.com] *Sent:* Thursday, February 05, 2009 9:26 AM *To:* Ehask71 *Cc:* fw-general@lists.zend.com *Subject:* Re: [fw-general

Re: [fw-general] How to display validator specific error message in Zend_Form?

2009-02-04 Thread A.J. Brown
message for empty string validator and exit from validator chain ignoring other validators in the sequence. But it seems all validators are active each time. * 1. how do I do that? You want to set the second argument of -addValidator() to true. -- A.J

Re: [fw-general] New filter?

2009-02-04 Thread A.J. Brown
. Now you have to copy the above code or write similar on your own. What do you think? -- View this message in context: http://www.nabble.com/New-filter--tp21843007p21843007.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone

Re: [fw-general] Questions related to the ZFW QuickStart Guide

2009-02-03 Thread A.J. Brown
a profiler (at least this is what I've found). So don't sweat it too much :) Of course, it depends on the size of your config file. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

[fw-general] Zend_Service_PayPal Proposal

2009-02-03 Thread A.J. Brown
know this will be useful for many of us, so your feedback is thoroughly appreciated. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Simple Google Docs code

2009-02-03 Thread A.J. Brown
to be the first and simplest thing anyone wanting to use the Google Docs api would want. But this simple example is hard to come by. How have people made this Zend thing work? Appreciate any pointers! Thanks! -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Simple Google Docs code

2009-02-03 Thread A.J. Brown
this helps! -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] getMessages() crashes with quotes!

2009-02-02 Thread A.J. Brown
-tp21793751p21793751.html Sent from the Zend Framework mailing list archive at Nabble.com. -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] getMessages() crashes with quotes!

2009-02-02 Thread A.J. Brown
be something in ZF that can do this! A.J. Brown-3 wrote: Hi, Did you try adding filtering with Alnum? -- View this message in context: http://www.nabble.com/getMessages%28%29-crashes-with-quotes%21-tp21793751p21798248.html Sent from the Zend Framework mailing list archive at Nabble.com

Re: [fw-general] [ZF-5660] Zend_Config_Xml: improved inheritance

2009-02-02 Thread A.J. Brown
(MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmHjIIACgkQAmDzOgJaVSFj1gCgrZ5Nc78GW5IAqbokqhi8DwUz EeYAn3mP0V2abJYuk9BVPHMXU9dc/LLT =fSzC -END PGP SIGNATURE- -- A.J. Brown web | http://ajbrown.org phone | (937) 660-3969

Re: [fw-general] Interact with zend_http request

2008-12-18 Thread A.J. Brown
You can set cookie values if you use a CookieJar with the request, though. It wouldn't be an automated solution, and would break if the client code changes, though. -- A.J. Brown Zend Certified PHP Engineer http://ajbrown.org/blog Giuliano Riccio wrote: Probably it's not possible since

RE: [fw-general] Newbie quesiton - How do queries that join multiple tables fit into the model in the MVC

2008-12-15 Thread A.J. Brown
://coding-adventures.blogspot.com/2008/10/zend-framework-content-types-in-your.html -- A.J. Brown Zend Certified PHP Engineer http://ajbrown.org Michael Tramontano wrote: The markup surrounding data in an xml document / feed is no different than the markup of an html page. This belongs

RE: [fw-general] Passing an object between actions.

2008-12-12 Thread A.J. Brown
/Passing-an-object-between-actions.-tp209 60215p20960215.html Sent from the Zend Framework mailing list archive at Nabble.com. - Regards, A.J. Brown Zend Certified PHP Engineer http://ajbrown.me -- View this message in context: http://www.nabble.com/Passing-an-object-between

Re: [fw-general] pdo_pgsql connection info string error

2008-12-12 Thread A.J. Brown
is 1.7.1 - Regards, A.J. Brown Zend Certified PHP Engineer http://ajbrown.me -- View this message in context: http://www.nabble.com/pdo_pgsql-connection-info-string-error-tp20976038p20984543.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Newbie quesiton - How do queries that join multiple tables fit into the model in the MVC

2008-12-12 Thread A.J. Brown
. -- A.J. Brown Zend Certified PHP Engineer WEB: http://ajbrown.org Daniel Latter-2 wrote: As a very loose, and general rule of of thumb the things that should be part of your model would things like generating / creating XML feeds , ie the code that does this, processing data you've got

[fw-general] Zend_Net Package?

2008-12-04 Thread A.J. Brown
-isPrivate() ? 'yes' : 'no'; What are your thoughts? I can think of a few use-cases where this would be useful for rapid development and easy cooperation with the rest of Zend Framework. -- A.J. Brown Zend Certfied PHP Engineer HOME: http://ajbrown.me BLOG: http://coding-adventures.blogspot.com

Re: [fw-general] Zend_Net Package?

2008-12-04 Thread A.J. Brown
of these are scattered through the manual. - Regards, A.J. Brown Zend Certified PHP Engineer http://ajbrown.me -- View this message in context: http://www.nabble.com/Zend_Net-Package--tp20842962p20844889.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Fatal Error: Out of memory

2008-11-13 Thread A.J. Brown
Now I'm curious as to how much peak memory the default Hello World install consumes. Does someone know, or want to benchmark it? I'll write a benchmark when I get home if I don't see a reply before then. -- A.J. Brown -- Original Message -- It's actually 128MB at least in recent versions