yogiyang
Posts: 26
|
| Posted: 06/11/2009, 3:40 AM |
|
As the database functionality of CCS is not working on the PC installed I thought to trying to convert an existing 3 page web app which is a small file management web app for managing files on remote server. This app is developed in PHP and it does not use any database, to CCS so that I can generate an app according to target language. Here is what I want to achieve but am not able to make any head way:
I want to show all files on server in a give directory. What command should I use as I could not find any commands for such activities?
There is upload component/widget so I can use that to upload file(s).
What command to use for Deleting a file on remote server? In PHP we can just use the unlink function but using PHP would make the app a PHP only application. 
Any ideas as to how to proceed?
My target is to build a web application so that I can generate the actual code from CCS for target platform. Meaning that if I want I should be able to generate for Perl or ASP without recoding for that particular platform.
Regards,
Yogi Yang
_________________
Regards,
Yogi Yang |
 |
 |
damian
Posts: 838
|
| Posted: 06/11/2009, 4:45 AM |
|
ccs is meant to integrate with a database....
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
jjrjr1
Posts: 942
|
| Posted: 06/11/2009, 4:58 AM |
|
Hmmm
CCS can already do that??
What do you mean??
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
yogiyang
Posts: 26
|
| Posted: 06/11/2009, 5:11 AM |
|
@damian,
Ok got the idea. I should not try to do any kind of general programming that I am used to.
CCS will only work with a Database and that is not working in my case. 
_________________
Regards,
Yogi Yang |
 |
 |
jjrjr1
Posts: 942
|
| Posted: 06/11/2009, 5:19 AM |
|
Not true
You can write any kind of program you like in CCS.
The power of CCS is database enabled applications easily created.
You are right. If I just need a php application and no database functions, I usually will not use CCS.
Not exactly sure what you need to do here but if you create a CCS application of any type, using the built in functions like the upload component, All you have to do is change the language and CCS will convert it for you.
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
yogiyang
Posts: 26
|
| Posted: 06/11/2009, 7:32 AM |
|
Quote jjrjr1:
Not true
Not exactly sure what you need to do here but if you create a CCS application of any type, using the built in functions like the upload component, All you have to do is change the language and CCS will convert it for you.
I want a portable way to program so the I can make CCS convert my one time effors to multiple languages. But unfortunately it does not seem to be possible for such simple tasks.
Regards,
Yogi Yang
_________________
Regards,
Yogi Yang |
 |
 |
Oper
Posts: 1195
|
| Posted: 06/11/2009, 4:28 PM |
|
1) CCS Work very easy with multiple language (one code)
2) CCS Intergrate very simpe with Any Database
3) CCS Also wrok super easy even if you dont use DATABASE. (but .........)
Quote :I want to show all files on server in a give directory. What command should I use as I could not find any commands for such activities? also simple but need Programing acknowledge.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
feha
Posts: 712
|
| Posted: 06/25/2009, 10:01 AM |
|
You can create own functions and include them via Common.php
You can create-integrate any third party php app that outputs HTML via function, class calls ...
So I don't see any problem with that.
However CodeCharge Studio can not create applications for you, It is a tool that you create applications with it.
The only limit is your imagination and some programming knowledge in order to extend and create web applications the fastest ever way.
:)
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
damian
Posts: 838
|
| Posted: 06/25/2009, 6:16 PM |
|
i think yogi yang has left us since peterr pointed out he was most likely using a cracked copy of the software....
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |