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
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
ocale will work again without the warning? Or is it something that
I should fix myself?
--
Regards,
Pieter Kokx
MaakSite.net
PHP Developer
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
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
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
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.
--
Met vriendelijke groet,
Pieter Kokx
MaakSite.net
PHP Developer
/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
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
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
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
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-
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
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
d.
--
Regards,
Pieter Kokx
MaakSite.net
PHP Developer
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
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
$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
,
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.
Framework 1.0.3 and Xcache 1.2.1
Thanks,
--
Regards,
Pieter Kokx
MaakSite.nl Productions
PHP Developer
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
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
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
_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'
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
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
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,
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
://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.
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'
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_
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
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
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
: 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
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.
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.
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
earch_Lucene_Field::UnStored('description',
$newsItem['description']));
$index->addDocument($doc);
}
Best regards,
Pieter
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
41 matches
Mail list logo