Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Conversation

victorbstan
Copy link

I made url's relative in html/css and changed split php function to explode to get rid of deprecation warnings in php5.3.

Cheers

@mralexgray
Copy link

It's not clear how this demo is supposed to work. Needs to be documented. How is it parsing everything? Layouts do not work, although the pages do display, roughly. PHP 5.3.6 here. This is what it looks like...

Screenshot

Does your fix address this kind of thing?

@victorbstan
Copy link
Author

I think this example was written for an older php interpreter and is not really actively maintained from what it seems...

@remy
Copy link
Owner

remy commented Sep 15, 2011

Well - I'm using PHP's short tags - which looks like it's borking your code. It's also based on absolute paths, but I can fix that. I never really understood - or rather cared to understand, why PHP bothered providing two methods that do the same thing: split and explode. I prefer the naming of split - it's consistent with other languages, but it seems explode is what you folks want (as split is deprecated?) - so I'll update that too. Fix coming shortly.

@remy remy closed this Sep 15, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants