Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major refactoring #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Major refactoring #1

wants to merge 6 commits into from

Conversation

zandev
Copy link

@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

#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