You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Hans-Peter Z. <h....@gm...> - 2004-06-30 07:16:49
|
Dear all I'm starting to use Phrame for my webapp. I installed the phrame-2.1-pre4 with the Smarty-Disatcher and looked at the examples, especially the bookstore example. Here a few questions: 1) I would like to use adodb for my models backend and also for the session management (http://phplens.com/lens/adodb/docs-session.htm). Where do I have to include the adodb-session init code? 2) User management / authentication: The DispatchingHttpRequest class has methods for user authentication and authorization, but I can't find any documentation on this issue. I would like to use some role based user authorization for actions and have my user infos stored on mysql tables (adodb)... Anybody have some examples or can give me some hints? Thanks for your help! Regards Hans-Peter Zahno |
From: <ben...@id...> - 2004-05-22 12:46:14
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Don F. <dfi...@co...> - 2004-04-04 21:23:21
|
Hello all, I'm new to the list and to Phrame and of course, I have a question. I have begun to set up an application using Phrame and I have everything set up properly as far as I can tell. I can get all of the examples to work, but now that I'm setting up my own application it seems that Phrame drops my request as soon as it gets to my action class. I've set up a simple login form and I know the form object is doing its job, but the action class does nothing and I get no action forward as a result. Is there any know reason why the controller would drop my request upon calling my action class? I get no error messages from this either, which makes it even more strange. Any help would be appreciated. Don |
From: Pierre R. <pie...@wa...> - 2003-08-27 15:26:10
|
Hello, Is there a place from where I can download files of the User Guide and = the PhpDoc ? Regards Pierre Raoul |
From: Bas C. <ba...@ci...> - 2003-08-17 22:28:51
|
Arnold Cano wrote: >My popular request I have updated the license of the >Phrame project to the LGPL before the next release. It >has been checked into CVS and will become part of the >bundled version in the next release. > > When is the next release of Phrame scheduled? Regards, Bas -- Bas Cancrinus -> ba...@ci... Software Architect Cipherware Ltd. -> http://www.cipherware.com |
From: Arnold C. <arn...@ya...> - 2003-08-17 20:53:11
|
My popular request I have updated the license of the Phrame project to the LGPL before the next release. It has been checked into CVS and will become part of the bundled version in the next release. Thank you for your patience. Arnold __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |
From: Bas C. <ba...@ci...> - 2003-08-09 01:14:59
|
Dear list members, Herewith I'd like to announce the first release of my Reference Application (refapp) for Phrame. You can download it from my home page: http://home.planet.nl/~basca The refapp is written to serve as a starting point for developers who want to build structured, complex business applications in PHP. It provides a minimum code base that enables Phrame at its full potential. The version of Phrame that is supplied with the refapp is 2.0 with patch 782839 applied. I would appreciate your feed back very much in order to improve my refapp. Kind regards, Bas p.s. Documentation follows later (as usual ;-) -- Bas Cancrinus -> ba...@ci... Software Architect Cipherware Ltd. -> http://www.cipherware.com |
From: W. <mi...@so...> - 2003-06-21 22:40:52
|
Hi everybody,=20 Design patterns are completely new to me, but i recently ran into phrame & somebody told me PEAR DB_DATAOBJECTS was good too, so now i was wondering if anybody has an example that combines these two. (at least if it is possible to combine 2 patterns in the first place) =20 thx for any help/url/article ps: i've already read the excellent sample article for the June issue of PHP|Architect. --=20 Micha=C3=ABl Willemot <mi...@so...> |
From: <adn...@ph...> - 2003-06-12 14:24:05
|
Hi, I'm new to Phrame. I've worked a little with Struts before but never felt comfortable with it. I've got a couple of questios: How do I setup a default action for the controller? I mean: if user just opens "/index.php" wich action will the controller use? Also, How do I send data from the model to the view? ¿Using the ActionForm? Supose I want to display a list of users like this: select * from tbl_users; How should I configure the $mappings array for that. Thanks _____________________________ Julio César Carrascal Urquijo <adnoctum_at_phreaker_dot_net> |
From: abbireddy v. r. <ve...@st...> - 2003-06-02 10:11:27
|
Hi, I have got the solution for the problem in the mappings.php file if you = want to forward with out query string you need to put atleast '?' at the = end of URL. suppose in the below case if youwant to forward the URL u need to append = '?' at the end. Other wise the 404 error will come. And if redirection = happens the session_destroy is called. I don't know its purpose exactly. Thanks mala $mappings =3D array( _ACTION_FORMS =3D> array( 'form' =3D> array( _TYPE =3D> 'oneviewloginform' ), 'userfirstform' =3D> array( _TYPE =3D> 'oneviewuserform' ), 'logoutform' =3D> array( _TYPE =3D> 'oneviewlogoutform' ) ), _ACTION_MAPPINGS =3D> array( 'login' =3D> array( _TYPE =3D> 'oneviewloginact', _NAME =3D> 'form', _INPUT =3D> 'login.php', _VALIDATE =3D> 1, _ACTION_FORWARDS =3D> array( 'first' =3D> array( _PATH =3D> 'views/first.php?', _REDIRECT =3D> 0 ), 'index' =3D> array( _PATH =3D> 'login.php?', _REDIRECT =3D> 0 ) ) ), ) |
From: Tim M. <tim...@dn...> - 2003-03-15 13:09:18
|
Hope someone can give me a hint. When I submit the hello form, I expect to see "Hello Tim" and a "back" link. Instead, it shows me the same form again. I believe it submitted because I get a new url: http://localhost/phrame_examples/hello/index.php?view=views/hello.xsl& I don't know where to start debugging. Tim McGuire http://radio.weblogs.com/0108008 |
From: Ross K. <ro...@po...> - 2002-12-17 03:08:40
|
Hi all I don't know if my experience is unusual but I initially had no luck at all getting the 'Hello' demo going with IE6 as the browser. It would only give me a blank page after hitting the OK button. I tracked it down to being related to the character set. The Sablotron library uses UTF-8 by default and inserts a content-type meta tag with the charset. Somehow my IE6 didn't like this after a redirect. Changing to iso-8859-1 solves the problem. Insert this after the xslt =3D xslt_create(); line in Xml->transform xslt_set_encoding($xslt, 'iso-8859-1'); Cheers Ross |