Skip to content

Major refactoring#1

Open
zandev wants to merge 6 commits intocaius:masterfrom
zandev:master
Open

Major refactoring#1
zandev wants to merge 6 commits intocaius:masterfrom
zandev:master

Conversation

@zandev
Copy link
Copy Markdown

@zandev zandev commented Sep 23, 2010

Hi caius:

Thank you for sharing your work on php-faker.

May you be interested in some changes I've made in my own fork:

Deep refactoring, involving :
* Files, classes and methods names
* No more inheritance from Faker
* Moved Faker to fkUtils
* Added a facade class Faker, which provides roughly the same API as the old Faker class
* No more __get() and __set() magic, use of explicit methods call instead
Added SPL autoloading

Kind regards,
Stéphane

  - Files, classes and methods names
  - No more inheritance from Faker
  - Moved Faker to fkUtils
  - Added a facade class Faker, which provides roughly the same API as the old Faker class
  - No more __get and __set magic, use of explicit methods call instead

  Added SPL autoloading
@josegonzalez
Copy link
Copy Markdown

#seemlegit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants