[fw-general] Re: Response time related to time between requests

2010-05-13 Thread dennis.winter
Hi, I think this is because of Opcode caching of APC or Zend Optimizer or any other Bytecode cache! It seems, that Apache or anything related to it, is kind of sleeping, and it needs some time to woke up. On my systems it's the same, and there it is a "problem" of zend optimizer. I can't give you

RE: [fw-general] Zend_OpenID only 2.0 Draft 11?!

2009-04-01 Thread dennis.winter
instructions on how to become a contributor here: > http://framework.zend.com/wiki/display/ZFDEV/Home > > > > ,Wil > > > > From: dennis.winter [mailto:dennis.winter...@gmail.com] > Sent: Tuesday, March 31, 2009 6:04 AM > To: fw-general@lists.zend.com > Subjec

[fw-general] Zend_OpenID only 2.0 Draft 11?!

2009-03-31 Thread dennis.winter
Hey, is Zend_OpenID just compatible with Authentication protocol 2.0 draft 11? 2.0 is FINAL for half a year! Here is the link: http://openid.net/developers/specs/ http://openid.net/developers/specs/ 2.1 is already in DRAFT.. I can't find any proposals for Zend_OpenID.. Is there any help needed?

Re: [fw-general] Building a CMS with ZendFramework - problems at startup

2008-06-30 Thread dennis.winter
I just mean, if the request means sth. like category/subcategory without any article, e.g. if the index-article of this category should be displayed, the regex hits sth. like this category=>'name_of_category' and article=>'name_of_article', instead of this, exactly this should be hit: category=>na

Re: [fw-general] Building a CMS with ZendFramework - problems at startup

2008-06-30 Thread dennis.winter
Ok, i will write the routes into my database, it's not that difficult because i will create the navigation with data from database ... your regex passed the test ;) i just have to write all routes, following this schema: /:category/:article .. that's not a so big problem. For my config-files i'm

Re: [fw-general] Building a CMS with ZendFramework - problems at startup

2008-06-28 Thread dennis.winter
Ok, i will test this! I didn't mean, if it's possible to get the routes from config files, i meant that the config file should be written by a script, e.g. a config file already exist then you change something via browser-'admin-area', the changes should directly be written to ini-file, alright i

Re: [fw-general] Building a CMS with ZendFramework - problems at startup

2008-06-28 Thread dennis.winter
n't have to do it manually be editing it hard in the file? Regards, Dennis Jack Sleight wrote: > > > dennis.winter wrote: >> I already thought of routes, but isn't it too varying for routes?! >> > Nope :), > > $router->addRoute('articl

[fw-general] Building a CMS with ZendFramework - problems at startup

2008-06-26 Thread dennis.winter
Hello, so as you can read in the subject, i'm creating a ContentManagement application with Zend Framework, i've already started developing the structure and the needs of an application like this. But, i already found an error in reasoning: The normal MVC application produces URL's like this: -> h

Re: [fw-general] problems with zend_form, zend_openid and zend_session

2008-04-20 Thread dennis.winter
= new Zend_Session_Namespace ('CommentForm'); > $data= $session->data; > > There is an empty function Zend_Form::persistData which I assume is > intended to do exactly this, but I'm not sure when that's planned to > be finished or even if it will be impleme

[fw-general] problems with zend_form, zend_openid and zend_session

2008-04-18 Thread dennis.winter
Hello, my problem is, that i'm trying to implement a kind of comment box, which should be openid-enabled! I'm creating the form with zend_form, at post the script checks, whether an open-id enabled url is posted or not, if so it sends a request to the openid-server, these send a response to my l

[fw-general] Zend_Db_Table::References

2008-04-14 Thread dennis.winter
Hello, i'm trying to read from 3 tables.. blog_article: id - name - text - category_id - author_id - tags - published - commentable - date blog_category: id - name user_be: id - name - first_name - last_name Here my Code for the Models: ArticleModel class admin_models_BlogarticleModel extends Zend