BluiSh Posted December 13, 2011 Posted December 13, 2011 Hello Forum! I have this doubt, may I develop a whole solution using only PHP instead of Filemaker??? Don't get me wrong I been using filemaker the last 10 years and I feel very comfortable with the application but sometimes I think Filemaker needs to be more robust, for the other hand I am new to PHP, I've heard that is very solid and well used for web development, So this is my question why to use an intermediate application like filemaker and it's PHP API for web development if we could go directly with PHP only??? I ask this specific point here in the forum to get a better idea and to know which way to take. Sincerely BluiSh
webko Posted December 13, 2011 Posted December 13, 2011 PHP itself only handles data, it doesn't store it. You need some form of database (mySQL, FileMaker, even plain text files) to actually hold that data that has been handled... And to use PHP effectively, some form of framework is needed - personally, I don;t use the API for that, but it's there and relatively easy to use for small to medium complexity systems.
BluiSh Posted December 18, 2011 Author Posted December 18, 2011 THank you very much webko! Pretty well understand it, also I'd like to ask: do you think is a Robust solution the filemaker API???
BluiSh Posted December 18, 2011 Author Posted December 18, 2011 An also I forgot to ask if you don´t use the API then which framework do you use?
webko Posted December 18, 2011 Posted December 18, 2011 I've got solutions that have run trouble free for extended periods using the API. Has some issues with speed for large data sets and complicated queries, but that's more from using the wring tool for the job than anything inherently wrong with the API. I personally prefer the FX.php class for dealing with FileMaker - it's a bit easier to see what's actually going on and manipulate the data sets, but I also started with it before the API existed, so part of it is also familiarity...
Recommended Posts
This topic is 4980 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now