Re: [fw-general] IE issues and i have no idea

2009-05-11 Thread dele454
Thanks Matt. The JSlink was very useful and helpful. But the problem still persists. I have tried a couple of things; 1. I have validated all my pages to make sure that all the tags are closed 2. check all my js code with JSLint for any errors 3. used the defer attribute of the js declaration to

Re: [fw-general] IE issues and i have no idea

2009-05-06 Thread dele454
declaration.I didnt see the error again too. After running various tests i can safely say no 2 is the cause of my problem. dele454 wrote: > > HI, > > Thanks for the reply.I was just about to post this: > > I noticed that if i remove my js declarations the page loads fine in

Re: [fw-general] IE issues and i have no idea

2009-05-06 Thread dele454
e error message you'll find > heaps > of info, but the basic gist of it is that you need to delay the execution > of > any JS that is going to manipulate the page. > > On Thu, May 7, 2009 at 5:40 AM, dele454 wrote: > >> >> Hi Mark, >> >> Long time. H

Re: [fw-general] IE issues and i have no idea

2009-05-06 Thread dele454
to show a similar error (might be the same error - I > don't remember what it said). I think the best solution is to ignore > IE entirely and let people who use it fend for themselves. > Unfortunately the boss man disagrees. > > > Mark > > On Wed, May 6, 2009 at 1:

[fw-general] IE issues and i have no idea

2009-05-06 Thread dele454
Hi, Whenever i browse the site i am working on at the moment using IE, i get the error below. I have tried to pin it on something but i dont know when it is giving such a message in IE. I have checked everything in my bootstrap but i cant find anything out of the ordinary there. Please i need hel

Re: [fw-general] Zend_paginator + AJAX controls

2009-04-30 Thread dele454
I have it sorted now :) http://www.dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/how-can-dojo-pick-new-ids-after-ajax-response#comment-24280 - dee -- View this message in context: http://www.nabble.com/Zend_paginator-%2B-AJAX-controls-tp23310898p23322589.html Sent from the Ze

[fw-general] Zend_paginator + AJAX controls

2009-04-29 Thread dele454
http://www.nabble.com/file/p23310898/pag.gif I'm not sure if this is the right place to post it but i'll simply go ahead. >From the view above the table's data uses the Zend_Paginator to return the data from the db. The following describes what i am doing: - I am trying to control the pages

Re: [fw-general] Iterating through Zend_Paginator items

2009-04-24 Thread dele454
Oops! Thanks mate i see where i should have know better. Thanks for clarifying. Much appreciated. - dee -- View this message in context: http://www.nabble.com/Iterating-through-Zend_Paginator-items-tp23213957p23223768.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Iterating through Zend_Paginator items

2009-04-24 Thread dele454
Hi, I am trying to use the Zend_Paginator for the first time. i just need to know how to iterate through the pagination object to get the items from the multidimensional array. echoing the contents of the paginator: Zend_Paginator Object ( [_adapter:protected] => Zend_Paginator_Adapter_Array O

[fw-general] URL rewriting

2009-03-23 Thread dele454
Hi, I have urls like this http://www.domain.com/venue/details/id/667. But i have been advised that in order to generate more traffic and increase my search rankings i need to re-write my URLs to have more descriptive name of the venue instead something like: http://www.domain.com/venue/details/i

Re: [fw-general] Some widget issues

2009-02-24 Thread dele454
I AM GLAD TO SAY I HAVE FINALLY SORTED THIS LINGERING ISSUE OUT!! What i basically did was a combination of what Rob suggested and some changes on my side. What i did is to change add baseUrl() to all my assets links (css+ images etc) and changed the layout script for those pages behaving badly f

Re: [fw-general] Some widget issues

2009-02-23 Thread dele454
I have added the baseUrl() view helper to my layout +view scripts but still having the issue. Any help out there still? - dee -- View this message in context: http://www.nabble.com/Some-widget-issues-tp21686243p22157586.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Some widget issues

2009-02-22 Thread dele454
Thanks Rob, I do have the baseUrl() view helper in place but am into the habit of just doing it the html way ;). I will change it as suggested and give it a try to see if it will work as per the widget issues i am having. Thanks i'll let you know the outcome. ;) - dee -- View this message i

Re: [fw-general] Some widget issues

2009-02-22 Thread dele454
Maybe this might also help. Another point to mention here is that i have 3 layout scripts for my site: - layout-site.phtml - layout-site-view.phtml - layout-site-view-l2.phtml Now pages like www.mydomain.com/events/browse - use the layout-site.phtml But i couldnt use the same layout script

Re: [fw-general] Some widget issues

2009-02-22 Thread dele454
ew Zend_Controller_Action_Helper_ViewRenderer($view); Zend_Controller_Action_HelperBroker::addHelper($viewRenderer); Zend_Dojo::enableView($view); [/code] Thanks i will really appreciate any help that can make me put this behind me :) thanks Matthew Weier O'Phinney-3 wrote: > > -- dele454 wr

Re: [fw-general] Quick Question

2009-02-22 Thread dele454
] $response = self::$front->dispatch(); // first call self::sendResponse($response); self::$front->dispatch(); // second call [/code] It makes sense now. Thanks a mil Colin!! Colin Guthrie-6 wrote: > > 'Twas bri

Re: [fw-general] Some widget issues

2009-02-22 Thread dele454
Hi All, I have looked into this issue again and i dont think it has anything to do with any apache directive or so. I think i has to do with the path dojo is in relation to my innner pages. I mean it shows perfectly on pages with no parameters attached to the URL but the moment you hit a page lik

Re: [fw-general] Quick Question

2009-02-20 Thread dele454
components so to speak. Colin Guthrie-6 wrote: > > 'Twas brillig, and dele454 at 20/02/09 10:22 did gyre and gimble: >> Thanks Colin, >> >> I am going to be looking into this over the weekend. And let you know the >> outcome on your suggestions. >&g

Re: [fw-general] Quick Question

2009-02-20 Thread dele454
Thanks Colin, I am going to be looking into this over the weekend. And let you know the outcome on your suggestions. Thanks a mil. Will keep you posted. Colin Guthrie-6 wrote: > > 'Twas brillig, and dele454 at 20/02/09 07:34 did gyre and gimble: >> Hi, >> >>

[fw-general] Quick Question

2009-02-19 Thread dele454
Hi, I have this issue that's been lingering in my codes. Whenever i use the Zend_Mail or Zend_Captcha or any component that generates some kind of resource, i always get such resource twice. In context, if i use the Zend_Mail to send out mails - will recieve the same copy of that mail twice. Li

Re: [fw-general] Some widget issues

2009-02-12 Thread dele454
Hi, Sorry I am only responding to this now. I have been out of town for a while. My structure looks pretty much the same. I tried changing my .htaccess file to yours but still the problem persists. I have also tried adding the absolute paths of my images in the css file but no luck there too. Th

Re: [fw-general] Some widget issues

2009-01-28 Thread dele454
http://www.nabble.com/file/p21706098/struc.gif - dee -- View this message in context: http://www.nabble.com/Some-widget-issues-tp21686243p21706098.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Some widget issues

2009-01-27 Thread dele454
Thanks for the feedback Matthew. That is exactly how my rewrite look like line for line. Not working still. Any other possible leads? Thanks - dee -- View this message in context: http://www.nabble.com/Some-widget-issues-tp21686243p21691624.html Sent from the Zend Framework mailing list ar

[fw-general] Some widget issues

2009-01-27 Thread dele454
hi, I just noticed that bg images, bg colours set in the tundra theme stylesheet (tundra.css) dont apply to some of my pages especially pages whose URLs require parameters like www.mydomain.com/event/details/144. For the lightbox widget: - the controls dont show but shows on pages like www.m

[fw-general] Zend_Captcha

2009-01-13 Thread dele454
Out of curiosity i just need to know if the PNGs created by Zend_Captcha gets deleted after expiration or later on. I just noticed this files can grow in immensely in number on the server and hence populate unnecessary space. Is there a way of configuring the component such that it deletes expire

Re: [fw-general] Zend_Dojo Problem

2008-12-26 Thread dele454
It is fine. Sorted it out and i wasnt trying to be pushy. I sent the message on the 24th but due to a different time zone it is showing as though i sent it on the 25th. Thanks Matthew Weier O'Phinney-3 wrote: > > -- dele454 wrote > (on Wednesday, 24 December 2008, 03:01 PM

Re: [fw-general] Zend_Dojo Problem

2008-12-24 Thread dele454
Am still in need of assistance passing layout variables to view scripts. Sounds trivial but dont know how ;) - dee -- View this message in context: http://www.nabble.com/Zend_Dojo-Problem-tp21136696p21156971.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Zend_Dojo Problem

2008-12-24 Thread dele454
Any help out there? - dee -- View this message in context: http://www.nabble.com/Zend_Dojo-Problem-tp21136696p21156968.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] hidden form value null problem

2008-12-24 Thread dele454
$criteria = array(); $this->getFrontController()->setParam('noViewRenderer', TRUE); $view = $this->getView(); $form = $this->getForm('detail'); $form->setAction('update'); $view->form = $form; $request = $this->getReq

[fw-general] Re: re[fw-general] quest and action problem

2008-12-23 Thread dele454
You definately need to send some codes through for ppl to see. You explanation gets to mix up in my head just by reading it. Provide some sample codes of your view script and model so you can get the help u require. Cheers - dee -- View this message in context: http://www.nabble.com/reque

Re: [fw-general] Zend_Dojo Problem

2008-12-23 Thread dele454
One more little issue to sort out. Assuming like you suggested i have the dijit ($content) declared in my layout script. How can i now make it show in my view script? I have tried using placeholder + partials but they dont give me the desired output. Code for better illustration : LAYOUT SCRIPT

Re: [fw-general] Zend_Dojo Problem

2008-12-23 Thread dele454
Whao!! Thanks for this comprehensive explanation. You really shed light on a lot of things. Am reading a few books on Dojo so i reckon i was adapting the code to the ZF rather than find out how the framework would have it rendered. Above all your covered a lot of things the documentation doesnt ma

Re: [fw-general] Zend_Dojo Problem

2008-12-23 Thread dele454
Hi Matthew, Thanks for your reply. The following are the snippets you asked for: BOOTSTRAP: public static function setupView() { ... $view->addHelperPath('Zend/Dojo/View/Helper/', 'Zend_Dojo_View_Helper'); ... } LAYOUT SCRIPT ... dojo()->isEnabled()){

RE: [fw-general] Zend_Dojo Problem

2008-12-22 Thread dele454
because i do understand there are two way of doing something with this context in mind. Irrespective of the approach used shouldnt the output/behaviour be the same?? - dee -- View this message in context: http://www.nabble.com/Zend_Dojo-Problem-tp21136696p21140250.html Sent from the Zend Fr

RE: [fw-general] Zend_Dojo Problem

2008-12-22 Thread dele454
Ok i do understand the theory behind these explanations but it still doesnt click to me. I know yes the programmatic style is to allow one's doc to be parsed by the validator because of the dijit specific attributes when compared to the declarative. But if javascript is going to do the inserts (

Re: [fw-general] Zend_Dojo Problem

2008-12-22 Thread dele454
Thanks Matthew, am quite unclear on your repsonse. What do you mean by saying the paramaters are mixed on client side by Javascript...? I was just wondering why dijit parameters were not applied to the dijit using the programmtic approach. It only applies the html attributes to the widget!! Than

[fw-general] Zend_Dojo Problem

2008-12-22 Thread dele454
hi, I dont know why this is so but this is the problem i am encountering. If i use dojo declaratively, the dojo view helper applies the dijit params as expected as well as the theme specified. But if i add a form element programmatically, though it create the form element none of the dijit paramt

Re: [fw-general] Zend_Json and escaping...

2008-12-22 Thread dele454
Thanks Till. :) - dee -- View this message in context: http://www.nabble.com/Zend_Json-and-escaping...-tp21119364p21135055.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] Zend_Json and escaping...

2008-12-21 Thread dele454
Or does javascript ignore the backslash when parsed? - dee -- View this message in context: http://www.nabble.com/Zend_Json-and-escaping...-tp21119364p21120263.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Zend_Json and escaping...

2008-12-21 Thread dele454
Hi, I used the Zend_Json::encode function to convert a php array to a Json object. But what i realised is that Json seems to be escaping the '/' in the items/properties. I file mappings saved in the db and for each record returned by my model, Json escapes the paths specified: [{"EventID":"144"

RE: [fw-general] ZF live settings

2008-12-10 Thread dele454
SORTED!!! :) - dee -- View this message in context: http://www.nabble.com/ZF-live-settings-tp20911516p20937634.html Sent from the Zend Framework mailing list archive at Nabble.com.

RE: [fw-general] ZF live settings

2008-12-10 Thread dele454
These are the error logs in my apache error.log file I dont know what it means specifically. PLEASE CAN SOMEONE HELP [Wed Dec 10 11:15:03 2008] [warn] [client 190.30.20.221] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed [Wed Dec 10 11:15:05 2008] [error]

RE: [fw-general] ZF live settings

2008-12-09 Thread dele454
putting a double quote around the db password. took the error away but then am still getting blank pages :( database.password = "jserjs<=tusju72" - dee -- View this message in context: http://www.nabble.com/ZF-live-settings-tp20911516p20930394.html Sent from the Zend Framework mailing l

RE: [fw-general] ZF live settings

2008-12-09 Thread dele454
When i put a try and catch block in my setupController function. I get this error on my webpage: Error parsing config/settings.ini on line 6 as well as Fatal error: Call to a member function dispatch() on a non-object in /usr/local/lib/apps/Bootstrap.php on line 18 line 18 looks like this $r

RE: [fw-general] ZF live settings

2008-12-09 Thread dele454
u should > not > disseminate, distribute or copy this e-mail. Please notify the sender > immediately by e-mail if you have received this e-mail by mistake and > delete > this e-mail from your system. If you are not the intended recipient you > are > notified that disclosing

RE: [fw-general] ZF live settings

2008-12-09 Thread dele454
e not the named addressee you should > not > disseminate, distribute or copy this e-mail. Please notify the sender > immediately by e-mail if you have received this e-mail by mistake and > delete > this e-mail from your system. If you are not the intended recipient you > are >

Re: [fw-general] ZF live settings

2008-12-09 Thread dele454
Any help out there still? I havent being able to resolve it yet!! dele454 wrote: > > Hi, > > I am trying to move my files over to the remote server but my pages appear > blank. I have tried everything i know to rectify this from setting my > include path, config files

[fw-general] ZF live settings

2008-12-09 Thread dele454
Hi, I am trying to move my files over to the remote server but my pages appear blank. I have tried everything i know to rectify this from setting my include path, config files etc but nothing is working. Checked the apache error log file but nothing captured on what am experiencing. not logging i

[fw-general] Include directive..

2008-12-08 Thread dele454
Hi, I am modifying the apache config file on my domain to include the path to the Zend Framework on a specified location outside the public folder. So in my http.conf file i simply include the path to where the includes file is to customise the virtual host: [CODE] # To customize this VirtualH

Re: [fw-general] Zend Auth: Advanced Usage By Example

2008-11-30 Thread dele454
#x27;, 'login', > 'password', 'MD5(?) AND active = TRUE'); > $dbAdapter->setCredential( $values['userpassword'] ) > ->setIdentity( $values['userlogin'] ); > $result = $this->_auth->authenticate($dbAdapter); > &g

Re: [fw-general] Zend Auth: Advanced Usage By Example

2008-11-30 Thread dele454
Auth_Adapter_DbTable($db, 'Members', >> 'Email', 'Password', 'AND IsActive != "0"'); > > AND IsActive != 0 > > this would work ... :-) > As another advice to be more SQL linguistic I would inverse the " and ' >

[fw-general] Zend Auth: Advanced Usage By Example

2008-11-28 Thread dele454
Am trying to implement a similar scenario where if the column IsActive is set to '0' the authentication should fail. A typical scenario is when a user just signed up and still needs to active acct before allowed to gain access. I followed the instruction in the Ref Guide but it isnt working. If t

[fw-general] SPAM + Zend Filter

2008-11-26 Thread dele454
Hi I just have a question regarding spam prevention on forms. Does Filtering input with the Zend_Filter_StripTags help remove injection headers and tags that could initiate spam sending? Am using the component at the moment for my forms which strips out any tag elements and was thinking since it

Re: [fw-general] How do I ...

2008-11-16 Thread dele454
ould use the flashMessenger action helper for that, or your can > create > your own action helper/plugin that saves this data to a session namespace > w/ > expirationHops set to 1. > > Best regards, > Tobias > > 2008/11/16 dele454 <[EMAIL PROTECTED]> > >>

[fw-general] How do I ...

2008-11-16 Thread dele454
Hi, Is there a way of detecting/knowing using an Action Helper what controller+action the user click before getting to another page. In order words the controller+action that brought the user to the current page? Thanks will be looking forward to any response concerning this :) - dee -- Vi

RE: [fw-general] Zend_Capcha

2008-11-05 Thread dele454
by side and etc. It was taking too much of my time trying to make my view display as intended. Thanks for the code anyway. dele454 wrote: > > Thanks for the code. Am not using Zend_Form for my forms. Am using plain > html. I just didnt find it flexible enough for views such as floa

RE: [fw-general] Zend_Capcha

2008-11-05 Thread dele454
red text with that of the generated captcha word from the hidden field for sameness. if same then the user has entered the right text. dele454 wrote: > > Thanks for the code. Am not using Zend_Form for my forms. Am using plain > html. I just didnt find it flexible enough for views such

RE: [fw-general] Zend_Capcha

2008-11-04 Thread dele454
>form = $form; > } > > > // this was originally in the view script > // but I didn't want to wack my existing so > // modified it to work here > > // if we have form, show it - or form did validate > if (isset($this->view->

Re: [fw-general] Zend_Capcha

2008-11-04 Thread dele454
no avail. Any suggestions? http://www.nabble.com/file/p20325789/2.gif dele454 wrote: > > Any one out there with help? Please!! > > dele454 wrote: >> >> hi, >> >> i am trying to verify the text submitted to match that of the captcha. If >>

Re: [fw-general] Zend_Capcha

2008-11-04 Thread dele454
Any one out there with help? Please!! dele454 wrote: > > hi, > > i am trying to verify the text submitted to match that of the captcha. If > valid(same) echo 'validated'. > > class JoinController extends Zend_Controller_Action > { > >

Re: [fw-general] Zend_Capcha

2008-11-03 Thread dele454
Forgot to mention that captcha being the name i gave the textfield to check the captcha value with. - dee -- View this message in context: http://www.nabble.com/Zend_Capcha-tp20300142p20300315.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] Zend_Capcha

2008-11-03 Thread dele454
hi, i am trying to verify the text submitted to match that of the captcha. If valid(same) echo 'validated'. class JoinController extends Zend_Controller_Action { public function indexAction(){ $this->_helper->layout->setLayout('layout-site');

Re: [fw-general] Zend_Capcha

2008-11-03 Thread dele454
I changed the array item: 'name' => 'captcha' instead and now i have a bad captcha value is wrong error. - though am entering the right characters dele454 wrote: > > hi, > > i am trying to verify the text submitted to match that of the captcha. If > va

[fw-general] ZF & Dojo

2008-10-25 Thread dele454
hi, Am very new to Dojo and reading Dojo as a javascript library and its implementation in the ZF is bringing a bit of confusion my way. I just want to know this: does the Zend_Dojo component only offer ONLY layout & Form dijits capabilities - cos that is all i see in the documentation? Am read

Re: [fw-general] Zend_Layout

2008-09-23 Thread dele454
I think i would have been more reusable for me if one could specifya series of layout paths for possible use. and on setlayout() the ZF would look into all the paths to render the specified layout choice. I just implemented a naming convention for the layout files so i can differentiate between t

Re: [fw-general] Zend_Layout

2008-09-23 Thread dele454
->content to display the view for your controller action. > So if you have an editAction() in you controller, $this->layout()->content > will display edit.phtml where you place it in the layout. You use the > views to include headers, navs, and footers mostly. Sorry if I'm off-bas

Re: [fw-general] Zend_Layout

2008-09-23 Thread dele454
e. Ralph Schindler-2 wrote: > > For a bit more background: why do you have site wide layouts inside > specific > modules? Shouldn't modules share the same global layout? > > -ralph > > > On 9/22/08 9:15 AM, "dele454" <[EMAIL PROTECTED]> wrote:

Re: [fw-general] Zend_Layout

2008-09-23 Thread dele454
'layoutPath' => $config->paths->data . '/module/admin/views/layouts'); I need to include that path layout path for the main site. Thanks MarkDNA wrote: > > > dele454 wrote: >> >> I just want to know if one can specify more t

[fw-general] Zend_Layout

2008-09-22 Thread dele454
I just want to know if one can specify more than one layout path in the startMvc function? having something like this: Zend_Layout::startMvc(array( 'layoutPath1' => $config->paths->data . '/module1/admin/views/layouts') 'la

Re: AW: [fw-general] HeadMeta Helper...

2008-09-19 Thread dele454
gt; He dele454, > > you cannot set HTTP-EQUIV meta-tags on an image... These are (X)HTML-tags > to > be used in (X)HTML-pages - images on the other side are send as binary > data > in the according format (JPEG, GIF, PNG for example), adding meta-tags to > these data-strea

Re: [fw-general] HeadMeta Helper...

2008-09-19 Thread dele454
->appendHttpEquiv('Cache-Control', 'no-cache') ->appendHttpEquiv('Content-Type', 'image/jpg'); ?> dele454 wrote: > > Hi > > Does anyone know the correct directive for disallowing caching of images > using the HeadMeta Helper? > > A

[fw-general] HeadMeta Helper...

2008-09-19 Thread dele454
Hi Does anyone know the correct directive for disallowing caching of images using the HeadMeta Helper? After replacing some remotes images via an upload, my browser still caches the old image. I dont want this. Someone suggested having an apache directive that refuses caching of images. Please

Re: [fw-general] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
Hi Colin, Am not really bent of having the form process on GET. My forms use the POST method and i am changing it to GET. I simply used the URL path i posted earlier as a way of idenitfying which of the pics need to be deleted as a parameter. Colin Guthrie-6 wrote: > > dele454 wrote

Re: [fw-general] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
trieve the delete[] and iterate for deletion. I see clearly now. I think i got confused along the line while coding. Colin Guthrie-6 wrote: > > dele454 wrote: >> Thanks for the tips. But i CAN'T apply any of them now. The design has >> been >> approved and i need t

Re: [fw-general] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
comment. Thanks for taking the time to elaborate on the possible way of going about this. I will take some time to implement something - based on your suggestions and let you know the outcome. Thanks once again and my apologies Colin Guthrie-6 wrote: > > dele454 wrote: >> Thanks

Re: [fw-general] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
i dont see why i need to implement a library just for that. Colin Guthrie-6 wrote: > > dele454 wrote: >> WHat exactly am i doing wrong??? currently my URL reads as >> Code: >> >> http://mainevent.com/admin/galleries/delete-pics/pid/delete[]/type/event/id/313 >&

Re: [fw-general] Inserting data into 2 tables in 1 form

2008-08-29 Thread dele454
I will definitely recommend Till's suggestion. I am writing an application that requires me to right to 4 tables at a go. What i will suggest though is create a transaction to encapsulate your inserts.So it ends up being all or nothing - should something happen. Getting the lastInsertId() works

[fw-general] Re[fw-general] quest param

2008-08-28 Thread dele454
Hi, I have URLs typically of this nature http://mainevent.com/admin/members/view-profile/id/2 What if a parameter is not supplied to the URL. In order words the user purposefully ommited the id param of the url to http://mainevent.com/admin/members/view-profile What would be the ideal thing to

Re: [fw-general] Zend_File in ZF 1.5

2008-08-24 Thread dele454
Thanks for this info. Cant i simply download it from the ZF website > Downloads section? Matthew Weier O'Phinney-3 wrote: > > -- dele454 <[EMAIL PROTECTED]> wrote > (on Sunday, 24 August 2008, 01:29 PM -0700): >> hi i want to use the Zend_File component in my 1.5 i

[fw-general] Zend_File in ZF 1.5

2008-08-24 Thread dele454
hi i want to use the Zend_File component in my 1.5 installation for production. Is this route advisable? I only want to copy the File component folder into my 1.5 installation for use. What is your take on this matter? - dee -- View this message in context: http://www.nabble.com/Zend_File-

Re: [fw-general] Zend_Filters - Alnum

2008-07-22 Thread dele454
Lepidosteus wrote: > > The easy answer is to have a look at the code: > > [...] > $whiteSpace = $this->allowWhiteSpace ? '\s' : ''; > if (!self::$_unicodeEnabled) { > // POSIX named classes are not supported, use alternative a-zA-Z0-9 > match > $pattern = '/[^a-zA-Z0-9' . $whiteSpace

[fw-general] Zend_Filters - Alnum

2008-07-22 Thread dele454
Hi I just want to know, >From the ZF doc: [QUOTE]ALNUM : Returns the string $value, removing all but alphabetic and digit characters. This filter includes an option to also allow white space characters. [/QUOTE] Does this filter allow characters such as ' * _ $ & ' when entered with alphanumeri