Re: [PHP] PHP FuseBox

2004-01-21 Thread Ben Ramsey
If you checked out the PHP Community site announcement on the php.net site, you'd notice that the site may involve some coding standards creation. I find this very interesting and perhaps exciting. http://shiflett.org/archive/19 [EMAIL PROTECTED] wrote: I've developed my own methodology and cod

Re: [PHP] PHP FuseBox

2004-01-21 Thread Justin French
On Thursday, January 22, 2004, at 10:50 AM, <[EMAIL PROTECTED]> wrote: I think we all have, maybe there should be a posting place to submit our methodology and frameworks, and then maybe just maybe come up with a global standard ? I personally am always keen to change my practices to keep up

Re: [PHP] PHP FuseBox

2004-01-21 Thread daniel
> I've developed my own methodology and coding practices over the past > 3-5 years, but summarising them into a few lines and code snippets is > impossible :) > I think we all have, maybe there should be a posting place to submit our methodology and frameworks, and then maybe just maybe come up w

Re: [PHP] PHP FuseBox

2004-01-21 Thread Justin French
On Thursday, January 22, 2004, at 06:35 AM, Alex Pilson wrote: I am migrating my development from Lasso 6 to PHP, and I have used the FuseBox methodology pretty extensively on some sites. It works very well. I was wondering, how prevalent is the FuesBox methodology in the PHP developer communi

[PHP] PHP FuseBox

2004-01-21 Thread Alex Pilson
I am migrating my development from Lasso 6 to PHP, and I have used the FuseBox methodology pretty extensively on some sites. It works very well. I was wondering, how prevalent is the FuesBox methodology in the PHP developer community? If not, is there a common coding practice (structure) that m

RE: [PHP] PHP Fusebox

2003-08-14 Thread Chris W. Parker
[EMAIL PROTECTED] on Monday, August 04, 2003 10:30 PM said: > i have used this before , its a wierd system and you have to echo the > html absolutely painful * don't top post * trim your posts * no spaces before punctuation thanks! -- PHP General Mailing List (ht

Re: [PHP] PHP Fusebox

2003-08-14 Thread Joona Kulmala
Ralph Guzman wrote: I am trying to standardize my development process and have been looking at the different frameworks out there. One of the philosophies I like is that of Fusebox, although originally developed for ColdFusion it is now available for PHP: http://bombusbee.com/ Anybody have any ex

Re: [PHP] PHP Fusebox

2003-08-10 Thread daniel
ok i have a standard of executing things i use a switch case to switch $_GET ['action'] , so i can have ?action=add_entry ?action=edit ?action=insert ? action=update ?action=delete etc .. this works well for a cms system > Hi Ralph! > > I suggest MVC. > > http://phrame.sourceforge.net/ > http://ww

Re: [PHP] PHP Fusebox

2003-08-05 Thread Tariq Murtaza
Hi Ralph! I suggest MVC. http://phrame.sourceforge.net/ http://www.phpmvc.net/ Regards, TM. Ralph Guzman wrote: I am trying to standardize my development process and have been looking at the different frameworks out there. One of the philosophies I like is that of Fusebox, although originally de

Re: [PHP] PHP Fusebox

2003-08-05 Thread daniel
really tedious logic >Hello, >You could also take a look at Krysalis Foundation - > http://www.interakt.ro/products/Krysalis/ > >It implements the MVC approach by defining a sitemap with the >request > serving rules, and by separating the model from the view using XML > trees as th

Re: [PHP] PHP Fusebox

2003-08-05 Thread Alexandru COSTIN
Hello, You could also take a look at Krysalis Foundation - http://www.interakt.ro/products/Krysalis/ It implements the MVC approach by defining a sitemap with the request serving rules, and by separating the model from the view using XML trees as the output of the model and XSL to add

Re: [PHP] PHP Fusebox

2003-08-05 Thread daniel
i have used this before , its a wierd system and you have to echo the html absolutely painful > I am trying to standardize my development process and have been looking > at the different frameworks out there. > > One of the philosophies I like is that of Fusebox, although originally > developed fo

[PHP] PHP Fusebox

2003-08-04 Thread Ralph Guzman
I am trying to standardize my development process and have been looking at the different frameworks out there. One of the philosophies I like is that of Fusebox, although originally developed for ColdFusion it is now available for PHP: http://bombusbee.com/ Anybody have any experience working wi

[PHP] PHP Fusebox - Circuit within another Circuit

2003-05-29 Thread Christopher Ditty
We are using PHP Fusebox to develop one of our applications where I work. I have a descent-grasp on the whole fusebox concept, but I am having problems getting my head around how sub-circuits work. Can anyone offer any advice? When I go to the main fuseaction, all works fine. When I try to go to