Public bug reported: There is mtoken function in php class that split string to array and it recognize if strings are in quotes.
we should use this function in every php function. For instance API don't use that function so you can't use this <php $aiki->foo->bar("foo", "baz"); php> and we should update all documentation to show to use quotes (strings without quotes look weird) currently substr and str_replace/replace use mtoken releated bug https://bugs.launchpad.net/aikiframework/+bug/871905 ** Affects: aikiframework Importance: Undecided Status: New -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/871919 Title: String should look like strings in php Status in Aiki Framework: New Bug description: There is mtoken function in php class that split string to array and it recognize if strings are in quotes. we should use this function in every php function. For instance API don't use that function so you can't use this <php $aiki->foo->bar("foo", "baz"); php> and we should update all documentation to show to use quotes (strings without quotes look weird) currently substr and str_replace/replace use mtoken releated bug https://bugs.launchpad.net/aikiframework/+bug/871905 To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/871919/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : aikiframework.admins@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp