Giter VIP home page Giter VIP logo

Comments (6)

lsolesen avatar lsolesen commented on August 27, 2024

@ole1986 When using composer for your dependency management you do not even have to have an autoloader installed in the project. It could be left up to the individual developer on how they choose to include the library. We can provide an example on how to do it with spl_autoload_register, but do not have to force it on the developer.

from pdf-php.

ole1986 avatar ole1986 commented on August 27, 2024

I need to get more into detail of composer ... But to be honest I still like the idea to have it autoloaded.

Just because when we divide the classes now into single files ppl have add all files using include or build up/copy the autoloader script.

But what I want is, when I get it either through composer or through git clone... it must work!

from pdf-php.

ole1986 avatar ole1986 commented on August 27, 2024

Also, composer should be an alternative to git clone and not the first choice of "installing" this library.
So, we should focus more on an explanation when using git clone IMO.

from pdf-php.

ole1986 avatar ole1986 commented on August 27, 2024

I am thinking of possible namespaces... But actually in my mind I only have one namespace and rest are class names

So, everything would start with:

// file: Cpdf.php
namespace ROSPDF;
class Cpdf { /* contains common methods */ }

// file: CpdfTable.php
namespace ROSPDF\TextFlow // or ROSPDF\TextFormat
class CpdfTable { /* containing methods to add tables cell,rows, etc... */ }

// file: CpdfAnnotation.php
namespace ROSPDF\TextFlow // or ROSPDF\TextFormat
class CpdfAnnotation { /* containing methods to add comments, links, etc..?! */ }

// file: CpdfGraphic.php
namespace ROSPDF\Drawing
class CpdfGraphic { /* containing Border, Line, Rectangle, ... methods */ }

// file: CpdfImage.php
namespace ROSPDF\Drawing
class CpdfImage { /* containing methods to add png,jpg,... images */ }

// file: CpdfCrypt.php
namespace ROSPDF\Security
class CpdfCrypt { /* containing encryption methods */ }

// [...] more might follow

Any other ideas?

from pdf-php.

lsolesen avatar lsolesen commented on August 27, 2024

I dont think the classes needs to be prefixed with Cpdf, but that is up to
you.

I am not sure whether more namespaces is needed, but it might provide more
clarity. Think names for the namespace i well thought out if more
namespaces are needed.

Den lΓΈr. 14. maj 2016 22.09 skrev ole [email protected]:

I am thinking of possible namespaces... But actually in my mind I only
have one namespace and rest are class names

So, everything would start with:

// file: Cpdf.phpnamespace ROSPDF;class Cpdf { /* contains common methods / }// file: CpdfTable.phpnamespace ROSPDF\TextFlow // or ROSPDF\TextFormatclass CpdfTable { / containing methods to add tables cell,rows, etc... / }// file: CpdfAnnotation.phpnamespace ROSPDF\TextFlow // or ROSPDF\TextFormatclass CpdfAnnotation { / containing methods to add comments, links, etc..?! / }// file: CpdfGraphic.phpnamespace ROSPDF\Drawingclass CpdfGraphic { / containing Border, Line, Rectangle, ... methods / }// file: CpdfImage.phpnamespace ROSPDF\Drawingclass CpdfImage { / containing methods to add png,jpg,... images / }// file: CpdfCrypt.phpnamespace ROSPDF\Securityclass CpdfCrypt { / containing encryption methods */ }// [...] more might follow

Any other ideas?

β€”
You are receiving this because you commented.

Reply to this email directly or view it on GitHub
#22 (comment)

from pdf-php.

ole1986 avatar ole1986 commented on August 27, 2024

Classes and namespaces applied in version 0.13

from pdf-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.