is eval() fast or slow?
Posted: Tue Nov 25, 2003 3:10 pm
Hi!
I'm currently working on a CMS where I have some php-code inside a mysqldatabase.
I'm getting the php from the database and then do an eval() on the result. It works fine.
My question is if this set up would be slow since eval would have to do most of the work? especially when the phpcode inside the db gets big?
//cybaf
I'm currently working on a CMS where I have some php-code inside a mysqldatabase.
I'm getting the php from the database and then do an eval() on the result. It works fine.
My question is if this set up would be slow since eval would have to do most of the work? especially when the phpcode inside the db gets big?
//cybaf