I am thinking to make a PHP library for better syntax of PHP (in functions).
Currently I feel that its too clumsy and unorganised. There are many functions without any use and many useful functionalities can be added to older ones. Like instead of learning all GD functions for common tasks we can use it like.

$image = new Image("image.jpg");
$image = $image->rotate(45);
$image -> output();

So should I go ahead?

Recommended Answers

All 3 Replies

you mean OOP? yeah OOP is much better its primary goal is reusability

Member Avatar for rajarajan2017

Hi shubhamjain1,

Sure you can. And please provide a good syntax library may be as a documentation. So dani php people get utilized for syntax summarization.

sure why not a library for PHP would be quite good tho it must be OOP based..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.