Re: CFCHART - No Chart :-(

2005-07-26 Thread Mauricio Giraldo
9. Sacrifice a young chicken (a cooked one is OK) and drip the leavings into the casing interior. Spit some tequila in to follow it while giving thanks to Jo Bu I almost had to got through step 9. This particular installation is a PITA because it is an IIS-based installation,

Re: CFCHART - No Chart :-(

2005-07-13 Thread Mauricio Giraldo
Once this was completed, everything worked swimmingly. However the .bat files aren't perfect. They start the services at the end of the process but they don't stop them at the beginning, so while I was savvy enough to stop IIS and CF before running the disconnector, I didn't notice that at the

Re: CFCHART - No Chart :-(

2005-06-28 Thread Mauricio Giraldo
1)remove all of the IIS connectors to all web sites (i.e. kill the server's ability to serve CF pages). Not something to do lightly. are you referring to IIS_Unconfigure_one_Site.bat or Remove_ALL_connectors.bat 2) globally re-apply the IIS connectors to all web sites. is this

Re: Still looking for help using web service with php

2004-02-20 Thread Mauricio Giraldo
Hi Consuming the method CallMe from www.ws.com/webservice.cfc?wsdl which receives a numeric parameter using PHP via nuSOAP: ?php require_once('nusoap.php'); $parameters = 2004; $soapclient = new soapclient('http://www.ws.com/webservice.cfc?wsdl','wsdl'); $soapclient-call('CallMe',$parameters); ?

Re: Still looking for help using web service with php

2004-02-20 Thread Mauricio Giraldo
I correct: ?php require_once('nusoap.php'); $parameters = array('year'=2004); $soapclient = new soapclient('http://www.ws.com/webservice.cfc?wsdl', 'wsdl'); $soapclient-call('CallMe',$parameters); ? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

OT: C# equivalent of CFDUMP

2004-01-08 Thread Mauricio Giraldo
is there an equivalent to cfdump in c#? thanks mauricio [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:OT: C# equivalent of CFDUMP

2004-01-08 Thread Mauricio Giraldo
printf :-) isn't printf kind of more like cfoutput? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:flash remoting help: UPDATED

2004-01-07 Thread Mauricio Giraldo
rant maybe you could edit your reply so we dont get the infinite-scroll page :) /rant well I copy/pasted your code and it works just fine... it came to me to give it a test via CFM with web services (any CFC with access = remoteis a webservice)... so I typed:

Re:CMS Solutions (Friendly URL's)

2004-01-07 Thread Mauricio Giraldo
All in all, dynamic URLS should be mapped to static ones, and this mapping should be be done by your marketing department while I agree dynamic urls should be mapped to static ones and that search engine positioning is a whole other chapter, why would marketing be the ones to decide if it is

Re:CMS Solutions (Friendly URL's)

2004-01-07 Thread Mauricio Giraldo
Whether shallow directory trees containing lots of files and more descriptive, structured filenames are better than deep heirarchical structures with fewer files per folder and shorter names is an ancient and endless debate, so I ain't going there :-). i wasnt talking about the shallow vs deep

Re:CMS Solutions (Friendly URL's)

2004-01-07 Thread Mauricio Giraldo
While we're on the subject - does anyone know of any good resources/mailings lists - I've been out of the SEO loop for a while I second that... Any references to mapping dynamic urls to static ones? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:OT: invoking NuSOAP PHP webservice with CF (solved)

2004-01-07 Thread Mauricio Giraldo
ok so the issue had to do with a custom type that was being returned by the PHP web service. making slight modifications enabled me to receive complex data from the php (a struct of strings and structs in this case) thanks mauricio [Todays Threads] [This Message] [Subscription] [Fast

Re:flash remoting help

2004-01-06 Thread Mauricio Giraldo
Yes I am using Flash Remoting in a shared hosting environemnt Tell me about it. Some sysadmins just dont know how to configure flash remoting. Is it Windows or Linux hosting? Please provide the most information. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re:flash remoting help

2004-01-06 Thread Mauricio Giraldo
In my experience its not configuring Flash Remoting, its configuring how the webroots are setup. Yes... although I have had quite a few issues with CFC mappings and Remoting since behavior in CFM is different (or has been different in the scenarios I have had) to Flashservices behavior. But that

OT: invoking NuSOAP PHP webservice with CF

2004-01-06 Thread Mauricio Giraldo
Hi I have developed a webservice using NuSOAP for PHP. Service is working ok and producing a WSDL. Flash Pro 2004 even catches schema correctly. However, I have been unable to invoke it in CF (all sorts of different errors... now having to delete the stub folder and restart CF whenever I modify a

Re:Password Logic

2004-01-05 Thread Mauricio Giraldo
Good comments. I tend not to like the question/answer combo because more often than not I wont remember what I put as question in the first place and a lot of times wont remember how exactly I wrote the answer (was it mom... or Mom... or mother?), but it IS safer. Maybe we could come up with a

Re:flash remoting help

2004-01-05 Thread Mauricio Giraldo
Has anyone used flash remoting on a shared hosting environment, as I¹m convinced its a problem with the path to the cfc... What hosting provider? Does it work in your local development scenario? (you do have a development server right?) Heres a snippet that should work for you: /* AS code */

Re:Password Logic

2004-01-04 Thread Mauricio Giraldo
For best practices-sake, if the user forgets their password, you should only be able to generate a new one and email it out I prefer not to send any password via mail (auto or user-generated. If a user forgets his/her password we do a couple of things: 1- user must type the registered email in

Re:CFMX + Linux-shared = not stable?

2003-11-04 Thread Mauricio Giraldo
It's been rock solid here. Longer uptime than our Apache :-) I guess the latter. You know it's really weird. I really can't explain myself why CF was too much for them to handle. Oh well I'm quoting right now in CrystalTech... Thanks for your input. - mga [Todays Threads] [This Message]

CFMX + Linux-shared = not stable?

2003-11-03 Thread Mauricio Giraldo
Hi My current hosting provider (no names) is abandoning CFMX shared hosting under Linux for stability reasons. They will provide support for us current CFMX customers. I consider this provider a respectable and responsible company (that is why I will not mention it) but I am concerned with this

Re:Wierd CFC Path Problem - Question on CFC types

2003-10-31 Thread Mauricio Giraldo
com works fine on dedicated servers, but just doesn't cut it for shared servers I know well not THIS particular issue but CF + directory mapping + CFCs + shared vs dedicated + Linux vs Windows scenarios. Making the same stuff work in different places is complicated (or it was for me when

Re:Wierd CFC Path Problem - Question on CFC types

2003-10-30 Thread Mauricio Giraldo
Will it happen (truncation) in CFCs in other folders? i.e. test/me.cfc when using CreateObject(component,test.me) - mga [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:Wierd CFC Path Problem - Question on CFC types

2003-10-30 Thread Mauricio Giraldo
is the calling file in a folder above the CFC? i mean, which is the most similar dir struct for your files: 1) /root/caller.cfm /root/cfc/component.cfc 2) /root/html/caller.cfm /root/cfc/component.cfc - mga [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re:OT: CF WYSIWYG Editor updated

2003-10-27 Thread Mauricio Giraldo
Plus a wysiwyg editor that works in browsers other than IE (like Mozilla Firebird - honest guv I'm not throughly enamored with this browser) would be good too! Firebird is my primary browser now. :) Unfortunately IE scripting has a lot of features other browsers don't have and a cross-browser

Re:OT: CF WYSIWYG Editor updated

2003-10-27 Thread Mauricio Giraldo
Its easy for people to yak about features but nobody wants to help out. I'm sure you get a lot of that.Sorry, but all I was offering were constructive suggestions to help the editor along. Haha... I'm not pissed off or anything. Any suggestion is welcome. And any help is also welcome. If anyone

OT: CF WYSIWYG Editor updated

2003-10-26 Thread Mauricio Giraldo
versions of SPAW-CF or you just need a really good, free, multilanguage, customizable, web-based HTML editor you can download it from: http://sourceforge.net/project/showfiles.php?group_id=89018release_id=192998 Regards Mauricio Giraldo [Todays Threads] [This Message] [Subscription

Re:OT: CF WYSIWYG Editor updated

2003-10-26 Thread Mauricio Giraldo
Do you have links to sample pages and is this solution, in your Sure. There is a demo page linked from SourceForge. The link is: http://www.elefectoaxe.com.co/spaw/test.cfm opinion, better than the siteObject solution, soEditor Pro 2.5? Hm... I am not a soEditor user so I cannot make an

Re:Newbie Flash/CF Question

2003-10-25 Thread Mauricio Giraldo
If its Flash MX 2004 try out: http://www.ultrashock.com/ff.htm?http://www.ultrashock.com/tutorials/flashmx2004.php Theres a data binding tut and a MVC app tut. - mga [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:CF Problem with Langauges (??)

2003-10-14 Thread Mauricio Giraldo
The Greek characters are all represented by question marks (?? ?? ??? ... etc) which I believe means that character Don't know if its related (you don't mention any database) but as far as MySQL + CFMX is concerned, you need to add this in the connection string of your Data Source

Re:flash remoting and dotted directories

2003-10-14 Thread Mauricio Giraldo
Why is using a Flash site to talk to MySQl via CFCs a wierd config ? I meant MySQL in Windows with CFM using ODBC. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

flash remoting and dotted directories

2003-10-13 Thread Mauricio Giraldo
Hi I am developing a flash-based site that uses CFCs to communicate with a MySQL database under Windows (yea... I know it's a weird config). Right now we have the site under a name-based hosting provider (I know there are other CFMX ISPs out there... I didn't choose...).

Re:MySQL and performance [Was: Re: Urgent: Performance Help]

2003-09-18 Thread Mauricio Giraldo
Optimize MySQL: http://www.databasejournal.com/features/mysql/article.php/1382791 Hope that helps - mga ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137606 Archives:

Re:CFC-based GPL web HTML editor

2003-09-17 Thread Mauricio Giraldo
This works in IE and Mozilla based browsers. It might be worth a look just to port that to a cfc. Did not work on Netscape 7 Windows. This post was started mentioning the port we did of SPAW but for some reason the original post got cut off. I am going to repost the info regarding the

Re:CFC-based GPL web HTML editor

2003-09-17 Thread Mauricio Giraldo
You need Mozilla 1.3.1+ oh ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137316 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

Re:CFC-based GPL web HTML editor

2003-09-16 Thread Mauricio Giraldo
Win IE5.5 required = unusable. I agree partially 1) the editor works because it makes use of some features only available for ie 5.5+ browsers 2) it is intended for internal use projects so you could have just 1 pc with ie 5.5+ installed in it and use it for your cms administration or

Re:CFC-based GPL web HTML editor

2003-09-16 Thread Mauricio Giraldo
Except of course that your editor depends on functionality only found in IE. Writing an editor that was completed cross-platform would require throwing all everything you have done so far and starting again. The editor is built using CFCs and an OO perspective. This way we can replace pieces

Re:CFC-based GPL web HTML editor

2003-09-16 Thread Mauricio Giraldo
When developers of Linux, Macs and so on will make equivalent tools available, I'll be glad to use them. For the time being it's simply too time consuming. I agree. It is very easy to say DUH! Your editor only works in 95% of the browsers. How about ME. I got a MAC. You suck! and not as easy to

Re:CFC-based GPL web HTML editor

2003-09-16 Thread Mauricio Giraldo
I have given it a look and I believe that using a Java front-end through either an Applet or Java Web Start is the only way to create a good cross-platform HTML editor. LOL All this discussion around cross-browser compatibility and it ends up being a no-can-do (as far as browser-only

Re:CFC-based GPL web HTML editor

2003-09-16 Thread Mauricio Giraldo
Second, why would a Java solution be limited in any way as compared to a native solution? According to this: http://www.macromedia.com/software/player_census/flashplayer/ Java is installed in around 91% of users' computers. I prefer a 95% IE 5.5+ no-plug-in-needed penetration than a 91% Java

Re:CFC-based GPL web HTML editor

2003-09-16 Thread Mauricio Giraldo
I would like to see the old browsers handled by replacing the tag with a standard textarea tag rather than bump them off to an oldbrowser.htm file. Is this easy to do? Absolutely. It is already implemented. Non-IE 5.5+ browsers will get a plain old TEXTAREA tag :) - mga

Re:CFC-based GPL web HTML editor

2003-09-16 Thread Mauricio Giraldo
I think it's great that you took an open source option and converted it to CF. It makes me want to take another look through SourceForge to see if there's other nifty things I haven't been paying attention to that might be worth converting. Thanks Kevin. SPAW-CF is just the result of our

Re:CFC-based GPL web HTML editor

2003-09-16 Thread Mauricio Giraldo
I know you meant well, though :-) Yea... you get the point Realistically, whats out there if you need cross-platform and international language support? I agree. SPAW-CF has 21 languages and you can write your own language file in no time (if you want to translate all strings) I think it was

OT: CFC-based GPL web HTML editor

2003-09-15 Thread Mauricio Giraldo
Hi Just wanted to let you know we have posted on SourceForge a WYSIWYG web-based HTML Editor. It is in Beta development right now. It is quite stable and I'm sure you will find it useful (we looked all over the web for a good CF web editor and all are quite costly so we decided to port a

Re:Alternative QYSIWYG editors

2003-09-15 Thread Mauricio Giraldo
Hi We developed this CF version of SPAW from Solmetra and it is GPL: http://sourceforge.net/projects/spaw-cf It has a nice interface and some nifty features. Works under Win IE only though. - mga ~| Archives:

How do your ISPs handle CF mappings?

2003-09-08 Thread Mauricio Giraldo
Who is this host? I want to know who to avoid. I'd love to hear them explain how a mapping is a security risk. (mt) Media Temple ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Can this be done?

2003-09-08 Thread Mauricio Giraldo
speculating: cffile the apache/iis logs... parse the last couple of lines... output... dont wanna think what will happen if the logs are a few megabytes big... - mga ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

Can this be done?

2003-09-08 Thread Mauricio Giraldo
The logs just contain the same data that would be in CGI.HTTP_REFERER hm... wasn't aware of that ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4

How do your ISPs handle CF mappings?

2003-09-06 Thread Mauricio Giraldo
I'm not sure what the downside is to creating a mapping, apart from the small amount of time required to do it. Are there any security issues that I don't know about? Anyone know of security issues that arise when using CF mappings in a shared server Linux environment? - mga

request vs application scope

2003-09-05 Thread Mauricio Giraldo
(Perhaps if you show us some code, this will be easier?) LOL... I'm trying to set the SourceForge project but that CVS thing is pretty overwhelming (and I thought I was a techie)... I could send a ZIP file... Mmmm gonna post the ZIP here: http://www.elefectoaxe.com.co/spaw/test.cfm Click

request vs application scope

2003-09-05 Thread Mauricio Giraldo
Of course I'm new to all this myself so I may (and quite probably am) completely off-base on the right way to do this in OO. Hopefully somebody with some more experience will chime in as well. Jim Davis These are all interesting remarks... This HTML editor is actually a CF port from an

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
My host denies me mappings for security reasons. I also have no idea how a mapping could be insecure (not a security expert). My apps do need mappings and I end up with sleepless nights trying to make the darn thing work without them (CFCs, Flash Remoting, CFINCLUDES... they tend to break

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
And what does that have to do with CF mappings? I dunno... but I feel like the weird kid in the block whose dad got the Renault when everyone has a Ford or a Chrysler. When I mention they have Linux, the List goes silent :( - mga

request vs application scope

2003-09-05 Thread Mauricio Giraldo
Mauricio, this looks good, well done. Thanks. Feel free to download. It's GNU GPL. - mga ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
I don't think that analogy quite fits considering Linux is the most deployed OS for web servers currently and is slated to be the most deployed server OS in general within 5 years. I mean the Linux + CF Combo... That would be a stick-driven Renault 21...

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
We support both Linux and Windows - and CF works the same way on both Well then... I guess I'm out of luck then. - mga ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

request vs application scope

2003-09-04 Thread Mauricio Giraldo
In general, when using CFCs I would recommend creating the variables inside the CFCs as instance variables upon invocation rather than look out of the CFC to external data. The idea is to have users generate their own config file without touching the CFCs. How would you recommend this to be

removing a mapping programatically

2003-09-04 Thread Mauricio Giraldo
Hi I read Spikefu's blog where he shows how to create a mapping programmatically: http://www.spike.org.uk/index.cfm?objectid=87E72480-22AB-07A9-6F4F907DBBE52317 How would you delete a mapping programmatically? Mauricio _ Get 10MB

request vs application scope

2003-09-03 Thread Mauricio Giraldo
Hi We are developing this web-based HTML editor: http://www.elefectoaxe.com.co/spaw/test.cfm It uses CFCs and has several configuration variables (default language, folder to place images into, etc) that are created in a couple of configuration templates. Right now we handle these

Filter file type upload

2003-09-02 Thread Mauricio Giraldo
This should fix you up: Nice... thanks... just what I was looking for. Two questions: - if I have multiple form fields and an input type file, CGI.Content_length will be the sum of all values? - is there a way to set up some CGI.Content_length limit via CFML just as you would do with a

Filter file type upload

2003-09-02 Thread Mauricio Giraldo
Hmmm. Good question. No clue as to the answer (althought I suspect it's the len of all submitted form fields), but you should be able to test the theory rather easily. Verified. CGI.CONTENT_LENGTH = the sum of all info submitted including text fields, hidden fields and file fields. You can

Efficient way to handle undefined variables

2003-09-02 Thread Mauricio Giraldo
That's what cfparam is for, isn't it? -Original Message- From: Rich Z [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 3:54 PM To: CF-Talk Subject: Efficient way to handle undefined variables What is the best/most efficient way to handle a scenario where you're populating

Efficient way to handle undefined variables

2003-09-02 Thread Mauricio Giraldo
sorry for the double post... clocked post by error That's what cfparam is for, isn't it? can you cfparam dynamically named vars? ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Efficient way to handle undefined variables

2003-09-02 Thread Mauricio Giraldo
Yes, you can so... for the example in question (xml optional info) you would go something like this pseudocode? : cfloop for all nodes in xml cfparam name=#nodename##nodenumber# default= /cfloop then you could safely use those variables in cfif ? - mga

Efficient way to handle undefined variables

2003-09-02 Thread Mauricio Giraldo
I'm a bit confused about how you're building your variable names, as well. I dunno. I'm just trying to understand Rich Z's issue altogether. : ) ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Filter file type upload

2003-09-01 Thread Mauricio Giraldo
Have you tried restricting the MIME type in the CFFILE upload tag itself? This would be caught via cftry/cfcatch? If so... What are the error types thrown? - mga ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4

Multiple sites...

2003-08-30 Thread Mauricio Giraldo
I don't know how versions of cf-unix work that seems to be my problem... my host offers cf-linux and i am right now messing all my cfcs trying to get the thing running... i am pretty near now fortunately... using your getRelative and a few Mid + Find functions got the mapping right for

Multiple sites...

2003-08-30 Thread Mauricio Giraldo
done i just put the darn cfc dir inside the config dir (the idea was to have an understandable dir structure but what the heck) i still have to work our the upload issue (for some reason i cannot upload files... it has problems with the .TMP file... sometimes access denied for tmp file

whitespace is breaking my javascript

2003-08-30 Thread Mauricio Giraldo
Finally got the thing working. http://www.elefectoaxe.com.co/spaw/test.cfm If you are interested in this development I will be setting a SourceForge project soon. - mga ~| Archives:

Multiple sites...

2003-08-29 Thread Mauricio Giraldo
All you'd need to do is replace instances of template=#map#/blah.cfm with template=#getRelative('blah.cfm')# and I can help you write a multi-file regular expression to do that if you like. Let me know if you'd like to go that route and you want some help, I'd be glad to lend a hand. :) WOW!

Multiple sites...

2003-08-29 Thread Mauricio Giraldo
I don't seem to understand the getRelative UDF: suppose the physical map path for my account is /home/virtual/sites/mysite/www/html/ the web root map path for my account is /www/html/ here's a sample: http://www.elefectoaxe.com.co/spaw/scripts/test3.cfm what am I doing wrong?

whitespace is breaking my javascript

2003-08-28 Thread Mauricio Giraldo
Hello Well the app is now working (was the output=false issue after all... doh!). I am trying now to make it work under a shared hosting environment and CFINCLUDE mappings get freaked out. The app in question is a web-based html editor based on the PHP SPAW Editor found here:

Multiple sites...

2003-08-28 Thread Mauricio Giraldo
Hello I was just googling around and found this post. I think I have a situation where relative paths will not solve the problem. I have an app that cannot use relative paths for cfincludes and cannot configure a mapping in cfadmin (shared hosting environment). Am I lost? Why can't I have

whitespace is breaking my javascript

2003-08-27 Thread Mauricio Giraldo
hello thanks for all the input on different issues i have presented in this list. this is really THE place for CF stuff. right now i am having a really particular issue with coldfusions whitespace. i will try and explain as much as i can: 1- i have a few CFCs (calling each other, extending

whitespace is breaking my javascript

2003-08-27 Thread Mauricio Giraldo
Make sure you've got output=no attribute in the cfcomponent tag and in any functions within that CFC... OMG... you know... it's 5 am here... i haven't slept well in two days trying to get this thing running... i just can't believe i missed that part!... it's working now! i think i'm gonna

more php vs cf (cfcase and constants)

2003-08-26 Thread Mauricio Giraldo
Hello Again with a PHP-related question (trying to convert some PHP code to CF). This one has to do with CFCASE. In PHP you can define a constant using define(constantname,constantvalue). From there on the variable is indeed treated as a constant (like true or false). I have a switch/case in

cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
Hello When developing in PHP, it is common to have something like this in a class document: // start include 'my_config_file.php'; class MyClass { // properties and functions } // end Where my_config_file.php is a file that has constants and other shared variables. I am familiar with CFCs

cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
cfcomponent cfinclude template=blah.config cffunction cffunction /cfcomponent I guess this would be the answer (did not know u could cfinclude right away). But the other posts raised some interesting questions: Didn't quite understand the INI suggestion (Raymond Camden) Is it

cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
Hello When developing in PHP, it is common to have something like this in a class document: // start include 'my_config_file.php'; class MyClass { // properties and functions } // end Where my_config_file.php is a file that has constants and other shared variables. I am familiar with CFCs

Mach II was RE: RE: cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
http://www.mach-ii.com/ I've been clicking around the mach-ii site over the past days but haven't understood it completely (yet). Downloading PDFs right now. Are the UML diagrams made with gModeler? I suggest a question for the Mach-II FAQ: What is Mach-II? I've read a lot of blogs telling

Mach II was RE: RE: cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
http://www.mach-ii.com/ I've been clicking around the mach-ii site over the past days but haven't understood it completely (yet). Downloading PDFs right now. Are the UML diagrams made with gModeler? I suggest a question for the Mach-II FAQ: What is Mach-II? I've read a lot of blogs telling

cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
cfcomponent cfinclude template=blah.config cffunction cffunction /cfcomponent I guess this would be the answer (did not know u could cfinclude right away). But the other posts raised some interesting questions: Didn't quite understand the INI suggestion (Raymond Camden) Is it

Mach II was RE: RE: cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
Do my Mach II pages help? http://www.corfield.org/index.php?fuseaction=machii.why http://www.corfield.org/index.php?fuseaction=machii.concepts They certainly do. Thanks a lot - mga ~| Archives:

cfc vs php rule of thumb

2003-08-25 Thread Mauricio Giraldo
Hello When developing in PHP, it is common to have something like this in a class document: // start include 'my_config_file.php'; class MyClass { // properties and functions } // end Where my_config_file.php is a file that has constants and other shared variables. I am familiar with CFCs

cfc vs php rule of thumb

2003-08-25 Thread Mauricio Giraldo
cfcomponent cfinclude template=blah.config cffunction cffunction /cfcomponent I guess this would be the answer (did not know u could cfinclude right away). But the other posts raised some interesting questions: Didn't quite understand the INI suggestion (Raymond Camden) Is it

Mach II was RE: RE: cfc vs php rule of thumb

2003-08-25 Thread Mauricio Giraldo
http://www.mach-ii.com/ I've been clicking around the mach-ii site over the past days but haven't understood it completely (yet). Downloading PDFs right now. Are the UML diagrams made with gModeler? I suggest a question for the Mach-II FAQ: What is Mach-II? I've read a lot of blogs telling