/    Sign up×
Community /Pin to ProfileBookmark

Development API – Looking for opinions

(I was going to put a logo here, but it looks horrific on the dark gray background, so instead here’s a link)

[SIZE=6][url=http://github.com/thefiscster510/ThrowLite/]ThrowLite Back-End Development API[/url][/SIZE]

[i]ThrowLite is a simplified back-end management system written in PHP. Setting it up is as simple as editing some settings in the “settings.php” file. The system itself gives developers simplified and manageable access to the following: Simplified user management across the entire system, a built in private messaging system, the ability to use an external mail server for the email system, integrated user blogs, an integrated news posting system, an integrated event system, customizable system logging, as well as full code documentation and more.[/i][/i]

Hi all, I’ve been working on a light back end for smaller websites, written in php. It would simplify a lot of common tasks for people, and make the creation of a website from scratch a lot easier. The system is still incomplete, and has a lot of work to be done to it. For example, I’ve yet to implement prepared statements, it’s still using mysqli_real_escape_string, but that’s one thing that will be fixed in future updates.

What I’m asking today is what some features you might like to see in the system would be. You can view all of it’s current features (albeit incomplete ones) at [url=http://github.com/thefiscster510/ThrowLite/]It’s github page[/url].

If you’d like to see an example of how the end user would use it, here is a really simple example of image manipulation:

[code]
<?php
include_once ‘ThrowLite.php’;

if(isset($_GET[‘upload’])){
//Do Upload
$imageResult = LiteImage::GetImage(“myFile”);

if($imageResult === 2) echo “Image size too large”;
else if($imageResult === 3) echo “Supplied file is not an image”;
else if($imageResult === 4) echo “Image file corrupted”;
else if($imageResult == null) echo “No file found at supplied index”;
else $imageResult->ShowImage(); //No code can be executed past this statement, and no HTML can be displayed before it.

}else{
?>
<form action=”?upload” method=”post” enctype=”multipart/form-data”>
File: <input type=’file’ name=’myFile’ />
<input type=’submit’ value=’Upload!’ />
</form>
<?php
}
?>
[/code]

(You can read more about the image manipulation system here: [url=https://github.com/thefiscster510/ThrowLite/wiki/Image-Manipulation]https://github.com/thefiscster510/ThrowLite/wiki/Image-Manipulation[/url]

There is also a lot of stuff available on the wiki located here: [url=https://github.com/thefiscster510/ThrowLite/wiki/Image-Manipulation]https://github.com/thefiscster510/ThrowLite/wiki/Image-Manipulation[/url] The wiki is currently incomplete as well, like I said the system is still currently under development.

Again, All I’m looking for is what you’d like to see in a system like this. And if you or someone you know might benefit from a system like this. I’d also love constructive criticism on the system, as it is still very early in it’s development.

If you’ve somehow missed it, you can find the system’s source code here:
[url=http://github.com/thefiscster510/ThrowLite/]http://github.com/thefiscster510/ThrowLite/[/url]

Thanks a lot for your time ?

to post a comment
PHP

0Be the first to comment 😎

×

Success!

Help @fisc spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.15,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...