Re: [fw-general] Cannot redeclare class Zend_form without opcode caching

2008-12-04 Thread Pieter Kokx
Hi, The problem seems very easy. Make sure that if you are including the Zend/Form.php file, it is included just once. You do that by using require_once. Regards, Pieter Kokx MaakSite.net PHP Developer OldStyle schreef: > Hello Community, > > I turning to you after many hour

[fw-general] Zend_Markup is ready for review

2008-10-25 Thread Pieter Kokx
Hi, I'm happy to tell you that Zend_Markup ready for review. I'd appreciate all your feedback. Proposal URL: http://framework.zend.com/wiki/x/3KQ -- Regards, Pieter Kokx MaakSite.net PHP Developer

[fw-general] Zend_Locale compatibility mode

2008-10-18 Thread Pieter Kokx
ocale will work again without the warning? Or is it something that I should fix myself? -- Regards, Pieter Kokx MaakSite.net PHP Developer

Re: [fw-general] Zend_Loader_PluginLoader problems

2008-10-06 Thread Pieter Kokx
Hi Codiac, Can you give me the include path? And are you sure that the incubator is not in the include path? Regards, Pieter Kokx MaakSite.net PHP Developer Codiac schreef: > Matthew, > > It's probably my setup but I'm still experiencing problems. I'm not using > t

Re: [fw-general] Zend_Loader_PluginLoader problems

2008-10-05 Thread Pieter Kokx
Hi Matthew, Here it is working correctly now. Thanks for fixing this problem ;). Regards, Pieter Kokx MaakSite.net PHP Developer Matthew Weier O'Phinney schreef: > -- Christopher Östlund <[EMAIL PROTECTED]> wrote > (on Sunday, 05 October 2008, 06:06 PM +0200): > >&g

Re: [fw-general] Zend_Loader_PluginLoader problems

2008-10-05 Thread Pieter Kokx
on in the trunk (unless there is a good reason for this). Regards, Pieter Kokx MaakSite.net PHP Developer Matthew Weier O'Phinney schreef: > -- Pieter Kokx <[EMAIL PROTECTED]> wrote > (on Sunday, 05 October 2008, 04:44 AM -0700): > >> I have looked in the load met

Re: [fw-general] Zend_Loader_PluginLoader problems

2008-10-05 Thread Pieter Kokx
creen. And yes, I can run with error_reporting(0), but that isn't the idea behind a development phase. Regards, Pieter Kokx -- View this message in context: http://www.nabble.com/Zend_Loader_PluginLoader-problems-tp19817529p19823791.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] (geen onderwerp)

2008-10-05 Thread Pieter Kokx
-- Met vriendelijke groet, Pieter Kokx MaakSite.net PHP Developer

Re: [fw-general] Zend_Loader_PluginLoader problems

2008-10-05 Thread Pieter Kokx
/View/Helper/ ./Masi/View/Helper/ /usr/share/php/Masi/View/Helper/ /usr/share/pear/Masi/View/Helper/ But I don't see Zend/View/Helper/ between this. So you should fix that too ;). Matthew Weier O'Phinney-3 wrote: > > -- Pieter Kokx <[EMAIL PROTECTED]> wrote > (on Saturday, 0

[fw-general] Zend_Loader_PluginLoader problems

2008-10-04 Thread Pieter Kokx
the directories correctly and make that that directories can be in the include path. Currently we are making a big API break. Even Zend_View doesn't work with helpers or filters anymore without re-adding the path manualy. Does anybody else have some other ideas to solve this? -- Regards, Piet

Re: [fw-general] New Wiki Application under development (ZFWiki) using ZendFramework 1.5.0

2008-06-24 Thread Pieter Kokx
Probably not, and I wouldn't reccomend to use Zend_TextParser for wiki markup yet. It still isn't stable enough for that ;). --- Met vriendelijke groet, Pieter Kokx MaakSite.net PHP Developer Juan Felipe Alvarez Saldarriaga schreef: > Wow!, great news, are you using the Ze

Re: [fw-general] Tags for the memcached and APC backends for Zend_Cache

2008-06-22 Thread Pieter Kokx
Currently I have written a backend wrapper which adds support for tags in backends like memcached and APC. This makes use of a SQLite database that stores the tags. But it also stores the tags in the cache backend. --- Regards, Pieter Kokx MaakSite.net PHP Developer Nico Edtinger schreef

Re: [fw-general] How to determine the 'content-type' of uploaded files? / How to up/download files of different types?

2008-06-12 Thread Pieter Kokx
uld always check if the content is what the headers and the extension say they are. --- Regards, Pieter Kokx MaakSite.net PHP Developer Dietrich Bollmann schreef: Hi, ...answering to my own question for the case anybody with a similar problem finds it some time later... On Thu, 2008-

Re: [fw-general] ZF project has stopped working!

2008-06-10 Thread Pieter Kokx
Hi, I think that the ZF version on your second PC is newer or older than the version on your other PC. You should probably look to this section of the manual for migration problems: http://framework.zend.com/manual/en/zend.controller.migration.html --- Met vriendelijke groet, Pieter Kokx

Re: [fw-general] Tags for the memcached and APC backends for Zend_Cache

2008-06-05 Thread Pieter Kokx
deleted aren't deleted. And that means a lot of trouble. --- Met vriendelijke groet, Pieter Kokx MaakSite.net PHP Developer Marcus Bointon schreef: On 5 Jun 2008, at 13:40, Fabien MARTY wrote: "you can't control when APC or memcache drop valid cache records (when there is n

[fw-general] Tags for the memcached and APC backends for Zend_Cache

2008-06-04 Thread Pieter Kokx
d. -- Regards, Pieter Kokx MaakSite.net PHP Developer

Re: [fw-general] Zend_Form omits slash from input

2008-05-25 Thread Pieter Kokx
as not an issue – however it is. I use the doctype helper too: XHTML1_STRICT. What should I do? Best regards, Ádám -- Regards, Pieter Kokx MaakSite.nl Productions PHP Developer

Re: [fw-general] making Zend_Session available to controller/model functions

2008-05-25 Thread Pieter Kokx
controller function: public function homeAction(){ $site_sess=new Zend_Session_Namespace('my_session'); echo "\$site_sess:"; print_r($site_sess->hello); echo ""; } Is there any way to just make $site_sess global to all m

Re: [fw-general] Zend Studio 6 phpUnit and Zend Framework

2008-04-18 Thread Pieter Kokx
$this->IndexController->indexAction(/* parameters */); } /** * Tests IndexController->init() */ public function testInit() { // TODO Auto-generated indexController->testInit() $this->markTestIncomplete ( "init test not implemented" ); $this->IndexController->init(/* parameters */); } } -- Regards, Pieter Kokx MaakSite.nl Productions PHP Developer

Re: [fw-general] Routing: / != /index != /index/index?

2008-04-13 Thread Pieter Kokx
, Pieter Kokx Jan Pieper schreef: Okay, now my regexp route is: (?:index(?:/index(?:/.*)?)?)? This should work to forward request to ArticleController::indexAction() but now an exception will be thrown: > *Zend_Controller_Router_Exception* > Cannot assemble. Reversed route is not specified.

Re: [fw-general] Problems with Zend_Cache & Xcache

2008-04-02 Thread Pieter Kokx
Framework 1.0.3 and Xcache 1.2.1 Thanks, -- Regards, Pieter Kokx MaakSite.nl Productions PHP Developer

Re: [fw-general] Zend_1.5.0PR/Db/Select correlation error?

2008-02-23 Thread Pieter Kokx
Hi, It is not possible to use names like 'Zend_1.5.0PR' as the library folder where Zend is in. That's because ZF is using hard-coded require statements to 'Zend' folders. Regards, Pieter Kokx Aljosa Mohorovic schreef: i get this error: --- You cannot define a

Re: [fw-general] How to escape '%' in LIKE query with Zend_Db?

2008-02-14 Thread Pieter Kokx
Hi, Shouldn't you use the build in quotation functions in Zend_Db ($db->quote() | $db->quoteInto())? Regards, Pieter Kokx 岩崎輝之 schreef: Hi, all. I am using Zend_Db (1.0.3) and wondering how I should escape '%' character in the LIKE query. The right way I think for th

Re: [fw-general] Zend_TextParser proposal, ideas, suggestions?

2008-02-04 Thread Pieter
Hi, I did finish the Zend_TextParser proposal, it is ready for review and I would appreciate any feedback. The link to the proposal: http://framework.zend.com/wiki/x/3KQ Regards, Pieter Kokx

Re: [fw-general] Zend_Validate_NotEmpty special case to handle '0'

2008-02-01 Thread Pieter
_Form used Zend_Loader_PluginLoader for this, so it shouldn't be hard to add an own validator). Regards, Pieter kokx Amr Mostafa schreef: Hi All, I'm using NotEmpty validator with the new Zend_Form component, to validate empty fields. But it didn't work out as expected because it doesn'

Re: [fw-general] This is a bug or feature?

2008-01-31 Thread Pieter
viewRenderer is turning camelized names into a small letter with a dash. Regards, Pieter Kokx mezoni schreef: I have a controller named 'ShoppingCartController'. When I reaquest this action like this http://mysite/s-h-o-p-p-i-n-g-c-a-r-t I get the following error: Uncaught

Re: [fw-general] Zend_TextParser proposal, ideas, suggestions?

2008-01-31 Thread Pieter
isn't in sight at the moment. But if you would like to help me with this task, you can always contact me. Regards, Pieter Kokx Laurent Melmoux schreef: Unfortunately no :( But you can still have a look to the code implementation and examples. I’m going to need such a class in the comin

Re: [fw-general] Zend_TextParser proposal, ideas, suggestions?

2008-01-31 Thread Pieter
Hi Laurent, Is the documentation for your wiki code parser also available in English, since I am not very good in French? Regards, Pieter Kokx Laurent Melmoux schreef: Hi Pieter, You can have a look at http://wikirenderer.berlios.de/ too Regards,

Re: [fw-general] Zend_TextParser proposal, ideas, suggestions?

2008-01-30 Thread Pieter
posal. About Zend_TextParser, I was thinking to make it easy to create you own tags (for bbcode, or any other language), by just subclassing the renderer and adding a function (and, if required by the tokenizer, you should also sublcass the tokenizer). Regards, Pieter Kokx Pieter, Hav

[fw-general] Zend_TextParser proposal, ideas, suggestions?

2008-01-30 Thread Pieter Kokx
://framework.zend.com/wiki/x/3KQ Regards, Pieter Kokx -- View this message in context: http://www.nabble.com/-fw-general--Zend_TextParser-proposal%2C-ideas%2C-suggestions--tp15189906s16154p15189906.html Sent from the Zend Framework mailing list archive at Nabble.com.

Re: [fw-general] SVN confusion

2008-01-30 Thread Pieter
http://framework.zend.com/svn/framework/tag/release-1.5.0PR/ Regards, Pieter Kokx Łukasz Wojciechowski schreef: Hello, I have question what branch is in current svn-trunk? It's 1.5 or what? :) I downloaded 1.5 and I'm using it (no problems at all so far) but it's not the version it'

Re: [fw-general] findManyToManyRowset - howto filter results

2008-01-30 Thread Pieter
select->where('public=?', 1); $rowset = $row->findManyToManyRowset('tbl_2', 'intersection_tbl', null, null, $select); Regards, Pieter Kokx Mohamed Jadelrab schreef: Hello Aljosa, you can use $row->findManyToManyRowset('tbl_2', 'Intersection_

Re: [fw-general] Zend Helpers

2008-01-20 Thread Pieter
Hi Ian, I think that you should use the $view->addHelperPath() function. Regards, Pieter Kokx Ian Warner schreef: hi I am having real trouble trying to set helper paths. I assume I can place this anywhere in my code structure - I have tried in bootstrap / controllers and a few ot

Re: [fw-general] Lucene and caching

2008-01-07 Thread Pieter
Hi, Zend_Search_Lucene is a search engine build in PHP. And PHP isn't the fastest application. In my opinion, you should cache if you have a big search database (about 20MB) and if there are a lot of search queries. Regards, Pieter Kokx iffy guy schreef: On a high perfrermance site

Re: [fw-general] fisheye broken ?

2007-12-28 Thread Pieter
Hi Thomas, Fisheye works fine here, but there is one change, Crucible is also installed with fisheye. I think that the problem is caused by the update. Regards, Pieter Kokx Thomas Weidner schreef: Dear Dev-Team, Fisheye seems to be stopped particulary. I am getting this error when

Re: [fw-general] Zend_Db_Statement no parameters bound exception

2007-10-08 Thread Pieter v.d. Brink
: DSM's paraplumerk nu al lek?" This is the correct title of the article. Best regards, Pieter Bill Karwin schreef: Would it be possible for you to show the value of $title, and the full SQL string produced by the fetchRow()? You can use the the Db Profiler to report the SQL that it tr

[fw-general] Zend_Db_Statement no parameters bound exception

2007-10-07 Thread Pieter v.d. Brink
4337/tussendoortje-dsm%27s-paraplumerk-nu-al-lek%3F.html Which comes from the RSS source: http://www.evmi.nl/rss/feed.xml I'm using a quite recent ZF snapshot (6493). But it has happened in an earlier stable release as well. I've also tried not using quoteInto, or doublequotes in the function, but it seems to occur regardless. Best regards, Pieter.

[fw-general] Zend Db Statement, no parameters bound exception

2007-10-04 Thread Pieter v.d. Brink
http://www.evmi.nl/rss/feed.xml I'm using a quite recent ZF snapshot (6493). But it has happened in an earlier stable release as well. I've also tried not using quoteInto, or doublequotes in the function, but it seems to occur regardless. Best regards, Pieter.

Re: [fw-general] Lucene, problem with indexing

2007-09-18 Thread Pieter v.d. Brink
e. Still wonder what caused the analyzer to go haywire there, though, but at least it's working now. Best regards, Pieter Alexander Veremyev schreef: Hi Pieter, Please let me know the ZF version you use. I checked current SVN and latest release versions and didn't find any appropri

[fw-general] Lucene, problem with indexing

2007-09-18 Thread Pieter v.d. Brink
earch_Lucene_Field::UnStored('description', $newsItem['description'])); $index->addDocument($doc); } Best regards, Pieter

[fw-general] Zend Search Lucene, wildcard and partial matching support

2007-06-04 Thread Pieter v.d. Brink
ple the keyword "test" could match "tests" or "testing" and vice versa.) What about keywords in languages other than English? Greetings, Pieter v.d. Brink