Re: [fw-general] Register validator DoctrineModule\Validator\UniqueObject

2015-09-23 Thread Cristian Bichis
okable. You have to register the factory in the ValidatorPluginManager. You can do that by implementing the Zend\ModuleManager\ValidatorProvider interface in your module. This also entails that the service locator parameter of the factory will not be the root ServiceManager, but the ValidatorPluginManager

[fw-general] Register validator DoctrineModule\Validator\UniqueObject

2015-09-15 Thread Cristian Bichis
Hi, I am trying to use DoctrineModule\Validator\UniqueObject as validator within a zf2 form with annotations: /** * @var string * * @Annotation\Type("email") * @Annotation\Required(true) * @Annotation\Filter({"name":"Zend\Filter\StringTrim"}) * @Annotation\Fil

[fw-general] One-To-many associations and forms based entirely on annotations

2015-01-13 Thread Cristian Bichis
Hi, I am trying to create some more complex forms (involving One-to-Many relations in my case).entirelly using annotations (no separated fieldsets created). Is this entirely possible using annotations or I still need to create separated fieldsets aggregate manually ? After submitting the f

[fw-general] \Zend\Filter\File\Rename not working for multiple files / bug

2014-10-30 Thread Cristian Bichis
return $value; } // An uploaded file? Retrieve the 'tmp_name' $isFileUpload = false; if (is_array($value)) { *if (!isset($value['tmp_name'])) {* return $value; } $isFileUpload = true; $uploadData = $value; $value = $value['tmp_name']; } Of course I can define my own filter class or use manually the filter within a for loop. Cristian Bichis

[fw-general] ServiceLocator issue on forms

2014-10-22 Thread Cristian Bichis
Hi, I have a ZF2 form and I need to populate the value_options for several select elements with values from some tables. I am creating the form by using the below code: === $sm = $this->getServiceLocator(); $form = $sm->get('FormElementManager')->get

[fw-general] Re: Dual approach for Error Handling on ZF1

2012-11-14 Thread Cristian Bichis
Sorry, dispatching works with a simple: $fc = $application->getBootstrap()->getResource('FrontController'); $request = $fc->getRequest(); $request->setParam('error_handler', $error) ->setModuleName('default') ->setControllerName('error') ->setActio

[fw-general] Dual approach for Error Handling on ZF1

2012-11-14 Thread Cristian Bichis
Hi, I am trying to do this on ZF 1.12 to treat errors. 1. I am keeping set the throwexceptions to false so the Error handler plugin go into effect. 2. The issue is I may have errors not appearing because of routing not matching orerrors within actions. So I would like to treat this errors a

Re: [fw-general] Zend_Loader_ClassMapAutoloader slow than old autoloader

2012-10-15 Thread Cristian Bichis
, Oct 15, 2012 at 1:03 PM, Cristian Bichis <mailto:cbic...@gmail.com>> wrote: Anyone has an idea why the classmap autoloaders are so slow? They will almost always be slower without opcode cache (like APC), but will be faster that path-based loader with opcode cache. They are fastest w

Re: [fw-general] Zend_Loader_ClassMapAutoloader slow than old autoloader

2012-10-15 Thread Cristian Bichis
I had to remove some of the comments to make things work. Cristian Bichis

Re: [fw-general] Zend_Loader_ClassMapAutoloader slow than old autoloader

2012-10-15 Thread Cristian Bichis
Hi Matthew, Thanks for your response. I'll do more testing (including using an opcode cache, on my dev machine I don't use this only on staging and production). I have one more question. There is any drawback that I have 3 classmap files and not 1 or 2 ? Cristian Bichis No,

[fw-general] Zend_Loader_ClassMapAutoloader slow than old autoloader

2012-10-15 Thread Cristian Bichis
Hi, I have a ZF 1.12 app I tried to optimize for speed. First thing was I removed the require_once calls. This has give me about 5-7% improvement on CPU and RAM. I tried to optimize the loading side more, by using the new autoloaders: The old app had the app config like this: 'b

[fw-general] FW lists in spam

2011-07-14 Thread Cristian Bichis
Hi, By couple of months i started to reacive only very ocassionally (1-2/week) emails from all fw lists. I though this is weird but i haven't had time to check until today. At some point i even though the activity on fw lists decreased so dramatically... Seems the lists.zend.com is blocked o

Re: [fw-general] APPLICATION_ENV for cli scripts (staging)

2011-06-08 Thread Cristian Bichis
cronjobs, test scripts, aso... Cristian Sorry for barging in, but what do you do exactly with a PHP CLI access to your app? I'm terribly interested in "API enabled" apps. On Wed, Jun 8, 2011 at 5:05 PM, Cristian Bichis <mailto:cri...@imagis.ro>> wrote: Thanks

Re: [fw-general] APPLICATION_ENV for cli scripts (staging)

2011-06-08 Thread Cristian Bichis
rity asthral...@gmail.com <mailto:asthral...@gmail.com> http://markizano.net/ On Wed, Jun 8, 2011 at 9:12 AM, Cristian Bichis mailto:cri...@imagis.ro>> wrote: > Hello, > > I am interested how you guys are setting the APPLICATION_ENV for staging. &

[fw-general] APPLICATION_ENV for cli scripts (staging)

2011-06-08 Thread Cristian Bichis
Hello, I am interested how you guys are setting the APPLICATION_ENV for staging. For httpd is easy to set APPLICATION_ENV in vhost. For CLI can be used OS environment variable. But for cli scripts is much harder, especially if the same machine is going to be used for multiple projects, some

Re: [fw-general] ZF API documentation

2011-04-15 Thread Cristian Bichis
Hello, I am having the same "issues" with the DocBlox and i have some suggestions: 1. Left frame is too small or maybe fonts are too large... Try to navigate to Zend\View\Helper and you going to see lot of wrapped class names, is hard to read... Either making larger the left frame or reducing

[fw-general] Wiki down

2011-01-01 Thread Cristian Bichis
Hi, Wiki seems down by couple of hours. Cristian

Re: [fw-general] Is the fw-i18n list active/maintained ?

2010-06-15 Thread Cristian Bichis
Ok, i tried to post two times and couldn't made the emails been delivered to the list... Cristian Yes, the list is active. Greetings Thomas Weidner, I18N Team Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: "Cristian Bichis" To: &qu

[fw-general] Is the fw-i18n list active/maintained ?

2010-06-15 Thread Cristian Bichis
Hi, I tried to post now one day to i8n list after registration, and didn't my email seems to not been published but also didn't saw other messages on that list since yesterday. So i am wondering if that list is still in use ? Cristian

Re: [fw-general] Zend Framework 1.10.3 and 1.9.8 Released

2010-04-02 Thread Cristian Bichis
lved issues, you can visit the changelog: http://framework.zend.com/changelog/1.10.3 I'd like to thank everyone who contributed code to these releases, including those who submitted patches, translated documentation, or reported issues. -- Best regards, Cristian B

Re: [fw-general] Zend Framework 1.10.3 and 1.9.8 Released

2010-04-01 Thread Cristian Bichis
ted issues. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com

Re: [fw-general] ZF 1.10+ paths, installs and autoloading

2010-03-17 Thread Cristian Bichis
Will try to do it later today. Thanks. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com

Re: [fw-general] ZF 1.10+ paths, installs and autoloading

2010-03-17 Thread Cristian Bichis
und in one - or more - paths, but not into all)... -- Cristian Bichis wrote (on Tuesday, 16 March 2010, 09:56 PM +0200): Speaking of autoloading on 1.10.1+, anyone checked for a potential better implementation/fix for this ? http://framework.zend.com/issues/browse/ZF-9306 Since

Re: [fw-general] ZF 1.10+ paths, installs and autoloading

2010-03-16 Thread Cristian Bichis
plugin searches (when a plugin would be found in one - or more - paths, but not into all)... -- Cristian Bichis wrote (on Tuesday, 16 March 2010, 09:56 PM +0200): Speaking of autoloading on 1.10.1+, anyone checked for a potential better implementation/fix for this ? http

Re: [fw-general] ZF 1.10+ paths, installs and autoloading

2010-03-16 Thread Cristian Bichis
then... Looking at your report, it looks like the issue is that you're working on a system where open_basedir is enabled, and that the file as specified does not live within the basedir as configured -- leading to the false negative. -- Best regards, Cristian Bichis www.zftut

Re: [fw-general] ZF 1.10+ paths, installs and autoloading

2010-03-16 Thread Cristian Bichis
Hi, Speaking of autoloading on 1.10.1+, anyone checked for a potential better implementation/fix for this ? http://framework.zend.com/issues/browse/ZF-9306 Since is quite an annoying bug... -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com

[fw-general] ZendX documentation

2010-01-26 Thread Cristian Bichis
Hi, With the refactory of the reference guide i noticed the ZendX has dissapeard from documentation. Also, i can't find the apidoc for ZendX... Where are located ? -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com

Re: [fw-general] Zend_Feed_Writer docs

2009-12-21 Thread Cristian Bichis
Btw, The Zend_Feed_Reader documentation needs some upgrades also. I saw the Zend_Feed_Reader::findFeedLinks is working now for multiple feed links, but i can't figure out how to actually get the feeds... -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftal

Re: [fw-general] why is every module bootstrap executed during initialization?

2009-12-16 Thread Cristian Bichis
nly one of them executed (I would like to connect a different plugin to each module)? Thanks -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com

Re: [fw-general] Zend_Application modules resource in INI

2009-04-07 Thread Cristian Bichis
I posted here same problem 1-2 weeks ago also. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com So, adding line: resources.modules = this causes that code runs for a while, and then there is just a blank page? I use

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

2009-03-25 Thread Cristian Bichis
st the person working in my view scripts), but sounds like it may be of interest to some. Thanks, Bradley -- Bradley Holt bradley.h...@foundline.com <mailto:bradley.h...@foundline.com> -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com

Re: [fw-general] Zend Framework 1.8

2009-02-24 Thread Cristian Bichis
Mid of march for 1.8 release according to talks into #zftalk... -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com I don't think it should be that long before it's release as 1.8 is feature complete in the incubator. On W

Re: [fw-general] Zend Framework Support Forums

2009-02-24 Thread Cristian Bichis
Hi, Actually there is already a ZF forum and many of the people from here are also on forum. Check www.zfforums.com -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com Just a general questions, Why isn't there a Peer-to-Peer Tech

Re: [fw-general] Sharing controller plugin results with the controller

2009-02-21 Thread Cristian Bichis
Also may help caching the ACL into controller plugin for later reuse (on other requests or on same request -e.g. for building nav system). -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com Hi, I'm in the process of building m

Re: [fw-general] Sharing controller plugin results with the controller

2009-02-20 Thread Cristian Bichis
Unless you have other ideea you could use registry for storing ACL. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com Hi, I'm in the process of building my acl system. I intend to build my acl dynamically in a controller plugin

Re: [fw-general] Zend Server & ZF

2009-02-20 Thread Cristian Bichis
, and then having to manually update PHP when security issues come out, you can do it all through the Zend Server UI. Then on top of that you get the cool things like monitoring and logging, page caching, etc. Give it a try to see. -- Best regards, Cristian Bichis www.zftutorials.co

Re: [fw-general] SWFUpload with Zend

2008-12-14 Thread Cristian Bichis
Hello, 1. Put into js folder a .htaccess file with RewriteEngine Off directive (there are other ways also) 2. upload.php transform it into a controller action as you did into your initial sample -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com

Re: [fw-general] Question on filtering a folder name ?

2008-12-11 Thread Cristian Bichis
folder123) but not some things like that: ../folder or /folder_name or ..folder/folder1/folder2 aso Any idea for most proper way to filter such things ? -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com -- Best regards, Cristian

[fw-general] Question on filtering a folder name ?

2008-12-11 Thread Cristian Bichis
idea for most proper way to filter such things ? -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com

[fw-general] Zend_Config_ini keys

2008-11-27 Thread Cristian Bichis
1)" How i can specify those keys to be correct ? -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com

Re: [fw-general] SWFUpload with Zend

2008-10-03 Thread Cristian Bichis
Hello, I integrated SWFUpload couple of months ago, and works properly. I will be back tomorrow with some tips related to integrating them (now is kinda late here). -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | ww.zflinks.com Hi, Has anybody

Re: [fw-general] Zend_File_Transfer and Zend_Form on 1.6

2008-07-23 Thread Cristian Bichis
Also i forgot to ask if there is any plan for adding destination as a file upload form element option... Cristian Hello, Firstly excuse me if maybe i am posting to wrong list, my question is a bit general... Question is how Zend_File_Transfer is (or is going to be) integrated with Zend_For

[fw-general] Zend_File_Transfer and Zend_Form on 1.6

2008-07-23 Thread Cristian Bichis
Hello, Firstly excuse me if maybe i am posting to wrong list, my question is a bit general... Question is how Zend_File_Transfer is (or is going to be) integrated with Zend_Form fo file uploads through forms. 1. As far as i see there is no File form element (can be done easily i know) 2. T

Re: [fw-general] Issue tracker problem ?

2008-07-16 Thread Cristian Bichis
Team Leader, Zend Framework http://www.thomasweidner.com - Original Message - From: "Cristian Bichis" <[EMAIL PROTECTED]> To: "Thomas Weidner" <[EMAIL PROTECTED]> Sent: Wednesday, July 16, 2008 2:19 PM Subject: Re: [fw-general] Issue tracker problem ? I am lo

Re: [fw-general] Issue tracker problem ?

2008-07-16 Thread Cristian Bichis
I am logged of course. I posted lot of bugs/suggestions until now, even now there are 2-3 open... Cristian Not logged in ? - Original Message - From: "Cristian Bichis" <[EMAIL PROTECTED]> To: "Zend Mailing List" Sent: Wednesday, July 16, 2008 1:54 PM S

[fw-general] Issue tracker problem ?

2008-07-16 Thread Cristian Bichis
Hello, Is issue tracker not working for submitting new bugs ? I can't find anymore on my account "Create new issue"... Cristian

Re: [fw-general] Zend_View_Helper_Jquery - Ready for Review

2008-07-14 Thread Cristian Bichis
A very good idea, since jQuery is probably the most used JS library/framewok. Cristian Hello guys, i wanted to let you know that my Zend_View_Helper_Jquery proposal is ready for review: http://framework.zend.com/wiki/display/ZFPROP/Zend_View_Helper_Jquery+-+Benjamin+Eberlei Please discuss.

[fw-general] Zend_File_Transfer

2008-07-09 Thread Cristian Bichis
Hello, Any news related to Zend_File_Transfer ? Since start of June this component was supposed to be into incubator (according to end note from component proposal http://framework.zend.com/wiki/display/ZFPROP/Zend_File_Transfer+-+Thomas+Weidner ). Cristian

Re: [fw-general] Re: IRC

2008-07-04 Thread Cristian Bichis
There is a ZF channel by one year for now i think, try #zftalk on freenode... Or www.zftalk.com Many interesting people online on the channel (even guys from zf dev team)... Many problems solved, many ideas discussed, aso... Cristian IRC is great for support, brainstorming and refining ideas

Re: [fw-general] Exploding Data Centers

2008-06-06 Thread Cristian Bichis
The Planet are well known as been a very bad DC... They were good now couple of years but now are low quality... Try to avoid them as much as you can... Bad luck doesn't exist too much on this industry, a DC should be like a good clock, things should work properly as much as possible... Cris

Re: [fw-general] Route with variable parameters

2008-05-16 Thread Cristian Bichis
I have some problems: 1. How can i write the route to allow a potential unlimited number of parameters IIRC this would be /:text/:page/:lang/* Thanks, What kind of Route is this ? Regex or Static ? Cristian

[fw-general] Route with variable parameters

2008-05-16 Thread Cristian Bichis
Hello, I am trying to create a route to "parse" URL's like this: /:text/:page/:lang/:param1/:val1/:param2/:val2/:param3/:val3/:param4/:val4/:param5/:val5.. I have some problems: 1. How can i write the route to allow a potential unlimited number of parameters 2. How can i write the

Re: [fw-general] Regex Route

2008-05-12 Thread Cristian Bichis
Hello, Thanks for reply. With few corrections the rule would work perfectly - still testing now. Anyway there is one more problem: in case i am calling www.domain.com the params won't be initialized with default values No idea why... Cristian Hi Christian - the trailing underscore is sti

[fw-general] Regex Route

2008-05-12 Thread Cristian Bichis
Hello, I created a RegexRoute and i am trying to use it as unique route for a website: 1. routes.common.type = "Zend_Controller_Router_Route_Regex" 2. routes.common.route = "([^_]*)-([^_]*)_([^_]*)_([^_]*)_([^_]*)" 3. 4. routes.common.commons.s1 = "bla bla" 5.

Re: [fw-general] Subdomains and Zend Framework

2008-05-09 Thread Cristian Bichis
Try to symlink each folder path to www folder, or otherwise from apache customize folder for each subdomain to be same. Cristian Is each subdomain running the same app or are there diffs in the code across the subdomains? -- Eric Marden -

[fw-general] Using Zend_Translate

2008-05-06 Thread Cristian Bichis
Hello, I have one question related to using Zend_Translate. Let's suppose i have one paragraph formed by multiple words (xyz asdfg ertyui hjklfs), one (or multiple) of words from that text could be multilanguage text in fact. There is a way to use Zend_Translate to obtain translated paragrap

Re: [fw-general] Slow performance with ZF 1.5.0PR on a live server

2008-01-31 Thread Cristian Bichis
Hello, This is just for 1.5 or for any ZF version ? -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com Based on that recommendation, is it correct then to presume that it would be wise to also avoid using Zend_Loader::registerAutoload

[fw-general] Re: Merge translate

2008-01-28 Thread Cristian Bichis
this: $translate = new Zend_Translate('csv', './data/module.en'); $translate->addTranslation('./data/general.en', 'en'); Seems even translation from first file is stopped working. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com

Re: [fw-general] [OT] Image processing

2008-01-25 Thread Cristian Bichis
PEAR Image Transform. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com Since there is no class in ZF for image processing and I know for sure that here are really experienced developer may I ask what (if any) image processing (resizing

Re: [fw-general] Zend_Form from config file

2008-01-22 Thread Cristian Bichis
Sorry, I just saw also validators should be under options too. Seems to work now, i will test more to see if any other problems arise or not. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com Hello, Thanks for your reply. I will test

Re: [fw-general] Zend_Form from config file

2008-01-22 Thread Cristian Bichis
Hello, Thanks for your reply. I will test with the new How about validators problems also ? They not running from config file... Cristian -- Cristian Bichis <[EMAIL PROTECTED]> wrote (on Tuesday, 22 January 2008, 10:53 PM +0200): user.login.elements.username.label = "nameid&q

Re: [fw-general] Zend_Form from config file

2008-01-22 Thread Cristian Bichis
http://www.thomasweidner.com - Original Message - From: "Cristian Bichis" <[EMAIL PROTECTED]> To: "Zend Mailing List" Sent: Tuesday, January 22, 2008 9:53 PM Subject: Re: [fw-general] Zend_Form from config file user.login.elements.username.label = "na

Re: [fw-general] Zend_Form from config file

2008-01-22 Thread Cristian Bichis
user.login.elements.username.label = "nameid" and over language file i have nameid;Nume But anyway, doesn't reach translator side Cristian -- Cristian Bichis <[EMAIL PROTECTED]> wrote (on Tuesday, 22 January 2008, 10:36 PM +0200): Seems label is not set at all. So

Re: [fw-general] Zend_Form from config file

2008-01-22 Thread Cristian Bichis
Hello, Seems label is not set at all. So it's a bug somewhere. On Zend_Form_Decorator_Label class $element->getLabel(); //line 64 doesn't seems to return the label. I tried to debug more but got stuck on code. Cristian Hello, This doesn't seems to work. I used form.elements.foobar.label

Re: [fw-general] Zend_Form from config file

2008-01-22 Thread Cristian Bichis
Hello, This doesn't seems to work. I used form.elements.foobar.label = "messageid" with a Zend_Translate object but doesn't display anything, even "messageid". I may be wrong, not sure... Cristian form.elements.foobar.label = "messageid" I'm not entirely sure of the way Zend_Translate wor

Re: [fw-general] Zend_Form from config file

2008-01-22 Thread Cristian Bichis
Thanks for your replies. I have one more question. For the case The error codes are part of the Zend_Validate_* objects used for validation; you should look in them for the various codes available. So i should provide translations for: notAlpha stringEmpty aso With labels, I'd suggest t

Re: [fw-general] Zend_Form from config file

2008-01-22 Thread Cristian Bichis
Thanks for your reply. Could you gave a short sample ? I don't get it how is going to be specified "translation messageid for the label" and same thing for error codes. Cristian Right now, I've got the following setup for i18n: * With labels, if a Zend_Translate_Adapter has been register

[fw-general] Zend_Form from config file

2008-01-22 Thread Cristian Bichis
eral], [en], [de], aso) ? 2. For submit element how we gonna speecify text for submit button ? ; submit element user.login.elements.submit.type = "submit" Using something like that ? user.login.elements.submit.value = "Submit Text bla bla bla" -- Best regards, Crist

Re: [fw-general] google indexing site

2008-01-21 Thread Cristian Bichis
ok on your site compatibility with SE if you want. Email me if so. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com i was able to get it to load the robots.txt file. it looked from the error like it was not able to get the default local

Re: [fw-general] Zend_Form and XML/INI

2008-01-16 Thread Cristian Bichis
Hello, I see setConfig and setOptions are available now. There is also a xml/ini file for loading all form logic ? -- Best regards, Cristian Bichis www.zftalk.com | www.zftutorials.com <http://www.zftutorials.com> | www.zfforums.com <http://www.zfforums.com> | www.zflink

Re: [fw-general] Zend_Form and XML/INI

2008-01-14 Thread Cristian Bichis
Any estimation when will be ready ? I can help maybe... -- Best regards, Cristian Bichis www.zftutorials.com <http://www.zftutorials.com> | www.zfforums.com <http://www.zfforums.com> | www.zflinks.com <http://www.zflinks.com> -- Cristian Bichis <[EMAIL PROTECTED]> wrot

[fw-general] Zend_Form and XML/INI

2008-01-14 Thread Cristian Bichis
Hello, I am experimenting now Zend_Form (from incubator) with loading of form from an xml / ini file. There is available a format for XML/INI file so we can load forms from such files ? -- Best regards, Cristian Bichis www.zftutorials.com <http://www.zftutorials.com> | www.zfforu

Re: [fw-general] Zend_Form release into core

2008-01-06 Thread Cristian Bichis
s... Cristian www.zftutorials.com | www.zftalk.com | www.zfforums.com | www.zflinks.com -- Cristian Bichis <[EMAIL PROTECTED]> wrote (on Sunday, 23 December 2007, 09:48 PM +0200): Probably many of us are wondering where would be included on core Zend_Form ? It is scheduled for the ne

[fw-general] Zend_Form release into core

2008-01-05 Thread Cristian Bichis
Hello, Probably many of us are wondering where would be included on core Zend_Form ? Is a "must" to component, and almost wondering why was not (as Zend_Layout) made directly into 1.0 release since is a vital component for doing RAD solutions. Many of us we are still stucking with HTML Quic

[fw-general] Mailinglist robot bug

2007-12-12 Thread Cristian Bichis
Hello, I think Mailinglist robot is broken. I tried to unsubscribe from some of ZF lists (i use some of them under a diff address than address i am writing now) and the robot is still saying that i am not subscribed. Even if my address is in return path... Cristian www.zftutorials.com | www

Re: [fw-general] ZF performance advice

2007-10-12 Thread Cristian Bichis
rator for developers/hosters, if they countinuously updating PHP version better to go with Zend. After working years with eAccelerator we had to remove eAccelerator from all our servers due to problems. Cristian www.zfforums.com | www.zftutorials.com | www.zftalk.com | www.zflinks.com On 10/12/07

Re: [fw-general] ZF performance advice

2007-10-12 Thread Cristian Bichis
I will repeat what i said now couple of months. eAccelerator is kinda obsolete due to fact he doesn't support PHP 5.2.x properly (can't remember now if for 5.1.x is same thing). Even if PHP 5.2 is released by some time eAccelerator wasn't updated to properly support newer PHP versions. Crist

Re: [fw-general] Problems with custom routes - possibly bug ?

2007-08-12 Thread Cristian Bichis
Thank you. Problem solved. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com Cristian Bichis wrote: Loading of routes is simple: $router = $frontController->getRouter(); $router->removeDefaultRoutes(); $

[fw-general] Problems with custom routes - possibly bug ?

2007-08-10 Thread Cristian Bichis
1 [language] => ro [v1] => 0 [v2] => 0 ) [_requirements:protected] => Array ( ) [_staticCount:protected] => 0 [_vars:protected] => Array ( [0] => seo_:page_:language_:v1_:v2 ) [_params:protected] => Array

Re: [fw-general] New Zend_Form Proposal

2007-08-08 Thread Cristian Bichis
able somehow to make textarea read-only. If is selected other option then textarea to be made write allow. Not sure if it fits what's now, i just put here a common case i guess... Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com Hi

Re: [fw-general] Unofficial add-on classes repository

2007-06-13 Thread Cristian Bichis
Hello, Yes, i hope will be ready soon that code repository for ZF. Work is in progress now. Amny interesting talks on #zftalk channel, i suggest to join to channel. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com On Wednesday 13

[fw-general] Zend_DB_Adapter question

2007-06-13 Thread Cristian Bichis
Hello, Anyone knows if insert method of adapters is automatically quoting things form array $bind: Column-value pairs. ? I am trying to avoid SQL Inject attempts... -- Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com

[fw-general] Zend_Service_Amazon problem

2007-05-29 Thread Cristian Bichis
'Books')->Keywords('php'); $this->view->books = $query->search(); result of $query->search() is always null, no resultset or item returned. -- Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com

[fw-general] Zend_Service_Amazon problem

2007-05-27 Thread Cristian Bichis
'Books')->Keywords('php'); $this->view->books = $query->search(); result of $query->search() is always null, no resultset or item returned. -- Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com

Re: [fw-general] Zend_Controller_Dispatcher_Exception: Invalid controller specified (edit)

2007-05-23 Thread Cristian Bichis
You can set manually controller on code if you want: $request->setControllerName($controllername); Not sure if this helps or not for your case. -- Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com | www.zftalk.com Hi all, I would like to set my router to

Re: [fw-general] Form validation and error/success messages

2007-05-03 Thread Cristian Bichis
Just checked on references section, basically as far as i see only patForms can replace for a while a Zend_Form. PEAR Quick Forms 1 is no longer for use on PHP5, Quick Forms 2 is on alpha 0.1... Any other idea for a temp orary replacement ? Cristian Bichis www.zftutorials.com

Re: [fw-general] Form validation and error/success messages

2007-05-03 Thread Cristian Bichis
Any idea when will be out of incubator ? Is a very usefull component... -- Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com Here's the proposal for the Zend_Form. It includes ideas on how validation should occur as well as how to display the error messages.

Re: [fw-general] Incompatibility whith eAccelerator

2007-05-02 Thread Cristian Bichis
m not associated at all with Zend): Encoder, Accelerator, aso. -- Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com Hi all, Excuse my poor english, i'll try to do my best ;) Plateform : Gentoo eAccelerator v0.9.5 PHP 5.2.1 ZendFramework-0.9.2-beta Apache 2.0.58

Re: [fw-general] Implementing complex Views with ZF

2007-04-30 Thread Cristian Bichis
Hello, On 4/30/07, Cristian Bichis <[EMAIL PROTECTED]> wrote: I personally just wait to see some commercial applications used now by all the world (as a vBulletin, or WordPress, aso) but based on ZF... I laughed out loud when I read that. vBulletin and WordPress started out as fo

Re: [fw-general] Implementing complex Views with ZF

2007-04-30 Thread Cristian Bichis
(as a vBulletin, or WordPress, aso) but based on ZF... -- Best Regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com

Re: [fw-general] Implementing complex Views with ZF

2007-04-30 Thread Cristian Bichis
posts on http://blog.astrumfutura.com/archives/281-Complex-Web-Pages-with-the-Zend-Framework.html), nothing fancy, are needed lot workarounds... -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com

Re: [fw-general] Implementing complex Views with ZF

2007-04-30 Thread Cristian Bichis
can't use ZF? I am using ZF, but i am saying that current approach is not suitable because: - for complex sites developer needs to adapt ZF to a more complex format instead just doing his job - other small problems i already mentioned in some circumstances as SEO aso -- Best

Re: [fw-general] Implementing complex Views with ZF

2007-04-30 Thread Cristian Bichis
- production - stuff. -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com

Re: [fw-general] Implementing complex Views with ZF

2007-04-20 Thread Cristian Bichis
are talking about multiple reusable zones over one page then we may talk also about multiple actions and controllers/page... And so on... -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com Hi all, I've been having one of those long discussions

Re: [fw-general] View Helper questions

2007-04-10 Thread Cristian Bichis
Hello, Thanks for your reply. And good ideas too :) Cristian Yep. In the last release, 0.9.2, we added support to optionally set the view object in the helper. All you need to do is add an accessor to your helper. As an example, if you have helper 'foo', and want it to access helper 'bar':

[fw-general] View Helper questions

2007-04-10 Thread Cristian Bichis
g other helper (B). I can't call him through $this (since this would fail, because $this would reffer to helper class not view class). The only ways i can think of is by instantiating helper B inside of helper A. Which seems crappy somehow... Any more effective idea ? -- Best r

Re: [fw-general] Optimize URL's

2007-04-09 Thread Cristian Bichis
outer... Anyway, your sample is a good solution. Starting to check ;) -- Best regards, Cristian Bichis www.zftutorials.com <http://www.zftutorials.com> | www.zfforums.com <http://www.zfforums.com> | www.zflinks.com <http://www.zflinks.com> Try using the new Regex r

Re: [fw-general] Optimize URL's

2007-04-09 Thread Cristian Bichis
Btw, Is obviously that an URL as: /products/view/17 , which is standard on ZF won't help at all on search engines... Is no usefull keyword on URL path... -- Best regards, Cristian Bichis www.zftutorials.com <http://www.zftutorials.com> | www.zfforums.com <http://ww

Re: [fw-general] Optimize URL's

2007-04-09 Thread Cristian Bichis
Hello, Is quite easy to understand why: - is more important to have file directly under site root (/file) since is better ranked than a /dir1/dir2/file - is important to not have words who then to distract attention of SE (i would never name a controller or action as: products or something, ra

[fw-general] Optimize URL's

2007-04-09 Thread Cristian Bichis
ut doesn't work... Any idea what i am missing ? -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zflinks.com

  1   2   >